aboutsummaryrefslogtreecommitdiffstats
path: root/clients/ssh/auth_method.go
diff options
context:
space:
mode:
Diffstat (limited to 'clients/ssh/auth_method.go')
-rw-r--r--clients/ssh/auth_method.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/ssh/auth_method.go b/clients/ssh/auth_method.go
index 445d502..c680336 100644
--- a/clients/ssh/auth_method.go
+++ b/clients/ssh/auth_method.go
@@ -4,7 +4,7 @@ import (
"fmt"
"golang.org/x/crypto/ssh"
- "gopkg.in/src-d/go-git.v2/clients/common"
+ "gopkg.in/src-d/go-git.v3/clients/common"
)
// AuthMethod is the interface all auth methods for the ssh client