1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00

update deps

This commit is contained in:
Zack Scholl 2022-03-30 11:30:36 -07:00
parent 20bf7dd91d
commit 789b5bf607
2 changed files with 12 additions and 11 deletions

8
go.mod
View file

@ -13,9 +13,9 @@ require (
github.com/schollz/peerdiscovery v1.6.11
github.com/schollz/progressbar/v3 v3.8.6
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
golang.org/x/net v0.0.0-20220325170049-de3da57026de
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65
)
require (
@ -31,7 +31,7 @@ require (
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/tscholl2/siec v0.0.0-20210707234609-9bdfc483d499 // indirect
github.com/twmb/murmur3 v1.1.6 // indirect
golang.org/x/sys v0.0.0-20220222200937-f2425489ef4c // indirect
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect