Rewrite imports for godep
This commit is contained in:
parent
4971744381
commit
d07f4c2d62
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue