Rewrite imports for godep
This commit is contained in:
parent
4971744381
commit
d07f4c2d62
|
@ -6,9 +6,9 @@ import (
|
||||||
"os"
|
"os"
|
||||||
"path"
|
"path"
|
||||||
|
|
||||||
|
"github.com/Sirupsen/logrus"
|
||||||
|
"github.com/codegangsta/cli"
|
||||||
"github.com/moul/gotty-client"
|
"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
|
var VERSION string
|
||||||
|
|
|
@ -15,10 +15,10 @@ import (
|
||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/moul/gotty-client/vendor/github.com/Sirupsen/logrus"
|
"github.com/Sirupsen/logrus"
|
||||||
"github.com/moul/gotty-client/vendor/github.com/creack/goselect"
|
"github.com/creack/goselect"
|
||||||
"github.com/moul/gotty-client/vendor/github.com/gorilla/websocket"
|
"github.com/gorilla/websocket"
|
||||||
"github.com/moul/gotty-client/vendor/golang.org/x/crypto/ssh/terminal"
|
"golang.org/x/crypto/ssh/terminal"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetAuthTokenURL transforms a GoTTY http URL to its AuthToken file URL
|
// GetAuthTokenURL transforms a GoTTY http URL to its AuthToken file URL
|
||||||
|
|
Loading…
Reference in New Issue