mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
update deps
This commit is contained in:
parent
e3ce565ca6
commit
b436b31970
2 changed files with 6 additions and 8 deletions
4
go.mod
4
go.mod
|
@ -11,7 +11,7 @@ require (
|
|||
github.com/schollz/mnemonicode v1.0.1
|
||||
github.com/schollz/pake/v3 v3.0.5
|
||||
github.com/schollz/peerdiscovery v1.6.14
|
||||
github.com/schollz/progressbar/v3 v3.12.1
|
||||
github.com/schollz/progressbar/v3 v3.12.2
|
||||
github.com/stretchr/testify v1.6.1
|
||||
golang.org/x/crypto v0.3.0
|
||||
golang.org/x/net v0.2.0
|
||||
|
@ -32,7 +32,7 @@ require (
|
|||
github.com/tscholl2/siec v0.0.0-20210707234609-9bdfc483d499 // indirect
|
||||
github.com/twmb/murmur3 v1.1.6 // indirect
|
||||
golang.org/x/sys v0.3.0 // indirect
|
||||
golang.org/x/term v0.2.0 // indirect
|
||||
golang.org/x/term v0.3.0 // indirect
|
||||
golang.org/x/text v0.5.0 // indirect
|
||||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue