diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-08-11 14:12:04 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-08-11 14:12:04 +0200 |
commit | c1e277a7ca75ff84741d75ad45e29a2ff3e633e3 (patch) | |
tree | 44949d811c21d38aa011a307a7d7716098b62370 /clients/ssh/auth_method.go | |
parent | 303cb32f7f36e39bbea80b4031be99cc33fea592 (diff) | |
download | go-git-c1e277a7ca75ff84741d75ad45e29a2ff3e633e3.tar.gz |
v3 -> v4
Diffstat (limited to 'clients/ssh/auth_method.go')
-rw-r--r-- | clients/ssh/auth_method.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/ssh/auth_method.go b/clients/ssh/auth_method.go index c680336..4fe68ca 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.v3/clients/common" + "gopkg.in/src-d/go-git.v4/clients/common" ) // AuthMethod is the interface all auth methods for the ssh client |