diff --git a/cmd/gotty-client/main.go b/cmd/gotty-client/main.go index 980f794..6efb43f 100644 --- a/cmd/gotty-client/main.go +++ b/cmd/gotty-client/main.go @@ -6,9 +6,9 @@ import ( "os" "path" + "github.com/Sirupsen/logrus" + "github.com/codegangsta/cli" "github.com/moul/gotty-client" - "github.com/moul/gotty-client/vendor/github.com/Sirupsen/logrus" - "github.com/moul/gotty-client/vendor/github.com/codegangsta/cli" ) var VERSION string diff --git a/gotty-client.go b/gotty-client.go index 98d0fe2..1037708 100644 --- a/gotty-client.go +++ b/gotty-client.go @@ -15,10 +15,10 @@ import ( "sync" "time" - "github.com/moul/gotty-client/vendor/github.com/Sirupsen/logrus" - "github.com/moul/gotty-client/vendor/github.com/creack/goselect" - "github.com/moul/gotty-client/vendor/github.com/gorilla/websocket" - "github.com/moul/gotty-client/vendor/golang.org/x/crypto/ssh/terminal" + "github.com/Sirupsen/logrus" + "github.com/creack/goselect" + "github.com/gorilla/websocket" + "golang.org/x/crypto/ssh/terminal" ) // GetAuthTokenURL transforms a GoTTY http URL to its AuthToken file URL