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 Scholl 2024-09-06 08:34:46 -07:00
parent 76b1df5096
commit 519ce8c669
2 changed files with 6 additions and 6 deletions

4
go.mod
View file

@ -15,8 +15,8 @@ require (
github.com/schollz/peerdiscovery v1.7.4
github.com/schollz/progressbar/v3 v3.14.6
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.26.0
golang.org/x/net v0.28.0
golang.org/x/crypto v0.27.0
golang.org/x/net v0.29.0
golang.org/x/time v0.6.0
)