diff options
| author | Percy Wegmann <percy@tailscale.com> | 2024-11-01 08:48:09 -0500 |
|---|---|---|
| committer | Percy Wegmann <percy@tailscale.com> | 2024-11-01 10:06:42 -0500 |
| commit | 846b09c650637595f653a9a0db0560160d298aac (patch) | |
| tree | 5e74a2dee8057028e013838744a45e9909a2e1aa /ssh/tailssh/tailssh_test.go | |
| parent | 49de23cf1bae372996de797d86ced771ed314756 (diff) | |
| download | tailscale-percy/unforked-ssh-try.tar.xz tailscale-percy/unforked-ssh-try.zip | |
ssh/tailssh: try out new AuthBanner APIpercy/unforked-ssh-try
Uses https://go-review.googlesource.com/c/crypto/+/613856
DO NOT MERGE
Signed-off-by: Percy Wegmann <percy@tailscale.com>
Diffstat (limited to 'ssh/tailssh/tailssh_test.go')
| -rw-r--r-- | ssh/tailssh/tailssh_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/tailssh/tailssh_test.go b/ssh/tailssh/tailssh_test.go index 9e4f5ffd3..44c93ce28 100644 --- a/ssh/tailssh/tailssh_test.go +++ b/ssh/tailssh/tailssh_test.go @@ -32,7 +32,7 @@ import ( "testing" "time" - gossh "github.com/tailscale/golang-x-crypto/ssh" + gossh "golang.org/x/crypto/ssh" "tailscale.com/ipn/ipnlocal" "tailscale.com/ipn/store/mem" "tailscale.com/net/memnet" |
