mirror of
https://github.com/mudler/luet.git
synced 2025-09-16 15:19:24 +00:00
Update vendor/ (progress bar deps)
This commit is contained in:
14
vendor/github.com/schollz/progressbar/v3/go.mod
generated
vendored
Normal file
14
vendor/github.com/schollz/progressbar/v3/go.mod
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
module github.com/schollz/progressbar/v3
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
|
||||
github.com/mattn/go-isatty v0.0.12 // indirect
|
||||
github.com/mattn/go-runewidth v0.0.9
|
||||
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
|
||||
github.com/stretchr/testify v1.3.0
|
||||
golang.org/x/crypto v0.0.0-20201112155050-0c6587e931a9
|
||||
golang.org/x/sys v0.0.0-20201113135734-0a15ea8d9b02 // indirect
|
||||
)
|
||||
|
||||
go 1.13
|
Reference in New Issue
Block a user