1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-24 08:02:33 +03:00

update deps

This commit is contained in:
Zack Scholl 2018-10-09 17:13:37 -07:00
parent d50c8f271f
commit 9439b8ea2d

4
go.mod
View File

@ -18,6 +18,6 @@ require (
github.com/stretchr/testify v1.2.2
github.com/tscholl2/siec v0.0.0-20180721101609-21667da05937
github.com/urfave/cli v1.20.0
golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b
golang.org/x/net v0.0.0-20180925072008-f04abc6bdfa7 // indirect
golang.org/x/crypto v0.0.0-20181009213950-7c1a557ab941
golang.org/x/net v0.0.0-20181005035420-146acd28ed58 // indirect
)