diff options
Diffstat (limited to 'tempfork/gliderlabs/ssh/tcpip_test.go')
| -rw-r--r-- | tempfork/gliderlabs/ssh/tcpip_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tempfork/gliderlabs/ssh/tcpip_test.go b/tempfork/gliderlabs/ssh/tcpip_test.go index 118b5d53a..b3ba60a9b 100644 --- a/tempfork/gliderlabs/ssh/tcpip_test.go +++ b/tempfork/gliderlabs/ssh/tcpip_test.go @@ -10,7 +10,7 @@ import ( "strings" "testing" - gossh "github.com/tailscale/golang-x-crypto/ssh" + gossh "golang.org/x/crypto/ssh" ) var sampleServerResponse = []byte("Hello world") |
