Rewrite imports for godep

This commit is contained in:
Manfred Touron 2016-01-04 12:27:45 +01:00
parent 4971744381
commit d07f4c2d62
No known key found for this signature in database
GPG Key ID: 0DCB9CE0CABAE1B5
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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