diff options
Diffstat (limited to 'ssh/agent/client.go')
| -rw-r--r-- | ssh/agent/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/agent/client.go b/ssh/agent/client.go index c3e112a..9f09aae 100644 --- a/ssh/agent/client.go +++ b/ssh/agent/client.go @@ -16,6 +16,7 @@ import ( "bytes" "crypto/dsa" "crypto/ecdsa" + "crypto/ed25519" "crypto/elliptic" "crypto/rsa" "encoding/base64" @@ -26,7 +27,6 @@ import ( "math/big" "sync" - "golang.org/x/crypto/ed25519" "golang.org/x/crypto/ssh" ) |
