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

update deps

This commit is contained in:
Zack Scholl 2018-11-01 08:45:22 -06:00
parent 09f89a4958
commit 5ad34e1034

4
go.mod
View file

@ -18,6 +18,6 @@ require (
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
github.com/stretchr/testify v1.2.2
github.com/urfave/cli v1.20.0
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
golang.org/x/net v0.0.0-20181017193950-04a2e542c03f // indirect
golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16
golang.org/x/net v0.0.0-20181029044818-c44066c5c816 // indirect
)