update deps

This commit is contained in:
Zack Scholl 2018-11-01 08:45:22 -06:00
parent 09f89a4958
commit 5ad34e1034
1 changed files with 2 additions and 2 deletions

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
)