Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit 649de29

Browse files
committed
transport: ssh, fork knownhosts package (temporal)
1 parent 570d0e5 commit 649de29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plumbing/transport/ssh/auth_method.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import (
88
"os/user"
99
"path/filepath"
1010

11+
"github.com/src-d/crypto/ssh/knownhosts"
1112
"golang.org/x/crypto/ssh"
1213
"golang.org/x/crypto/ssh/agent"
13-
"golang.org/x/crypto/ssh/knownhosts"
1414
)
1515

1616
var ErrEmptySSHAgentAddr = errors.New("SSH_AUTH_SOCK env variable is required")

0 commit comments

Comments
 (0)