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

chore: update dependencies

This commit is contained in:
Zack 2024-08-07 19:28:05 -07:00
parent bf26db019c
commit 69af916d36
2 changed files with 24 additions and 19 deletions

16
go.mod
View file

@ -13,11 +13,11 @@ require (
github.com/schollz/mnemonicode v1.0.2-0.20190421205639-63fa713ece0d
github.com/schollz/pake/v3 v3.0.5
github.com/schollz/peerdiscovery v1.7.4
github.com/schollz/progressbar/v3 v3.14.5
github.com/schollz/progressbar/v3 v3.14.6
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.25.0
golang.org/x/net v0.27.0
golang.org/x/time v0.5.0
golang.org/x/crypto v0.26.0
golang.org/x/net v0.28.0
golang.org/x/time v0.6.0
)
require (
@ -28,7 +28,7 @@ require (
require (
github.com/pion/dtls/v2 v2.2.12 // indirect
github.com/pion/logging v0.2.2 // indirect
github.com/pion/transport/v2 v2.2.9 // indirect
github.com/pion/transport/v2 v2.2.10 // indirect
github.com/pion/transport/v3 v3.0.6 // indirect
github.com/wlynxg/anet v0.0.3 // indirect
)
@ -45,9 +45,9 @@ require (
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/tscholl2/siec v0.0.0-20240310163802-c2c6f6198406 // indirect
github.com/twmb/murmur3 v1.1.8 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/term v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/term v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)