diff options
Diffstat (limited to 'tempfork/gliderlabs/ssh/tcpip.go')
| -rw-r--r-- | tempfork/gliderlabs/ssh/tcpip.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tempfork/gliderlabs/ssh/tcpip.go b/tempfork/gliderlabs/ssh/tcpip.go index 056a0c734..335fda657 100644 --- a/tempfork/gliderlabs/ssh/tcpip.go +++ b/tempfork/gliderlabs/ssh/tcpip.go @@ -7,7 +7,7 @@ import ( "strconv" "sync" - gossh "github.com/tailscale/golang-x-crypto/ssh" + gossh "golang.org/x/crypto/ssh" ) const ( |
