1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00
This commit is contained in:
Zack Scholl 2023-02-20 07:19:47 -08:00
parent 9006cde1b3
commit 7c98ae3d5a
2 changed files with 3 additions and 2 deletions

2
go.mod
View file

@ -15,7 +15,7 @@ require (
github.com/schollz/progressbar/v3 v3.13.0
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.6.0
golang.org/x/net v0.6.0
golang.org/x/net v0.7.0
golang.org/x/time v0.3.0
)