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

update deps

This commit is contained in:
Zack Scholl 2021-08-06 13:45:23 -07:00
parent 86aeed93db
commit 4b1eb6519c
2 changed files with 6 additions and 6 deletions

4
go.mod
View file

@ -19,7 +19,7 @@ require (
github.com/stretchr/testify v1.6.1
github.com/tscholl2/siec v0.0.0-20210707234609-9bdfc483d499 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)