fix imports

This commit is contained in:
Zack Scholl 2018-10-21 10:06:14 -06:00
parent 45b7eebbb9
commit 708e6fab8b
1 changed files with 1 additions and 2 deletions

3
go.mod
View File

@ -5,7 +5,6 @@ require (
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.7.0 // indirect
github.com/golang/crypto v0.0.0-20181015023909-0c41d7ab0a0e
github.com/gorilla/websocket v1.4.0
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
@ -19,6 +18,6 @@ require (
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
github.com/tscholl2/siec v0.0.0-20180721101609-21667da05937
github.com/urfave/cli v1.20.0
golang.org/x/crypto v0.0.0-20181015023909-0c41d7ab0a0e // indirect
golang.org/x/crypto v0.0.0-20181015023909-0c41d7ab0a0e
golang.org/x/net v0.0.0-20181017193950-04a2e542c03f // indirect
)