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

chore: update deps

This commit is contained in:
Zackary Scholl 2025-08-12 10:15:37 -07:00
parent aaa39f9c20
commit a1d1a664dd
2 changed files with 10 additions and 10 deletions

8
go.mod
View file

@ -17,10 +17,10 @@ require (
github.com/schollz/progressbar/v3 v3.18.0
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.40.0
golang.org/x/net v0.42.0
golang.org/x/sys v0.34.0
golang.org/x/term v0.33.0
golang.org/x/crypto v0.41.0
golang.org/x/net v0.43.0
golang.org/x/sys v0.35.0
golang.org/x/term v0.34.0
golang.org/x/time v0.12.0
)