From c1e277a7ca75ff84741d75ad45e29a2ff3e633e3 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Thu, 11 Aug 2016 14:12:04 +0200 Subject: v3 -> v4 --- clients/ssh/auth_method.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clients/ssh/auth_method.go') 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 -- cgit