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-11-17 09:40:59 -08:00
parent c30492609e
commit 87bfdf11a8
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -15,6 +15,7 @@ require (
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/net v0.0.0-20210929193557-e81a3d93ecf6
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11
)
require (
@ -33,7 +34,6 @@ require (
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)