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

chore: update deps

This commit is contained in:
Zack 2024-04-06 09:43:27 -07:00
parent 14187f6f30
commit 24b907f4bb
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -16,7 +16,7 @@ require (
github.com/schollz/progressbar/v3 v3.14.2
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.22.0
golang.org/x/net v0.23.0
golang.org/x/net v0.24.0
golang.org/x/time v0.5.0
)