From 708e6fab8b1fd23be0ead155649a44ef8c1e2e09 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sun, 21 Oct 2018 10:06:14 -0600 Subject: [PATCH] fix imports --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 3f74465a..33ba2563 100644 --- a/go.mod +++ b/go.mod @@ -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 )