mirror of
https://github.com/JaCoB1123/dupe-finder.git
synced 2025-07-03 17:18:55 +02:00
Use mpb v7
This commit is contained in:
7
go.mod
7
go.mod
@ -2,9 +2,4 @@ module github.com/JaCoB1123/dupe-finder
|
||||
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/VividCortex/ewma v1.2.0 // indirect
|
||||
github.com/mattn/go-isatty v0.0.13 // indirect
|
||||
github.com/vbauerster/mpb v3.4.0+incompatible
|
||||
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
|
||||
)
|
||||
require github.com/vbauerster/mpb/v7 v7.0.5
|
||||
|
Reference in New Issue
Block a user