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:
Zackary Scholl 2025-02-07 05:38:46 -08:00
parent 4a391750d9
commit aee467dd60
2 changed files with 9 additions and 7 deletions

6
go.mod
View file

@ -21,9 +21,9 @@ require (
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.32.0
golang.org/x/net v0.34.0
golang.org/x/sys v0.29.0
golang.org/x/term v0.28.0
golang.org/x/time v0.9.0
golang.org/x/sys v0.30.0
golang.org/x/term v0.29.0
golang.org/x/time v0.10.0
)
require (