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

update deps

This commit is contained in:
Zack Scholl 2019-09-07 07:15:25 -07:00
parent 98799d057f
commit cc615d278b
2 changed files with 7 additions and 22 deletions

7
go.mod
View file

@ -1,6 +1,6 @@
module github.com/schollz/croc/v6
go 1.12
go 1.13
require (
github.com/OneOfOne/xxhash v1.2.5 // indirect
@ -20,10 +20,9 @@ require (
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v1.21.0
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472
golang.org/x/exp v0.0.0-20190829153037-c13cbed26979
golang.org/x/crypto v0.0.0-20190907121410-71b5226ff739
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
golang.org/x/sys v0.0.0-20190904005037-43c01164e931 // indirect
golang.org/x/sys v0.0.0-20190904154756-749cb33beabd // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)