aboutsummaryrefslogtreecommitdiffstats
path: root/clients/ssh/auth_method.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2016-02-17 12:20:56 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2016-02-17 12:20:56 +0100
commit6b0a5984ac0c69742e60a39ad9437fd981dbe31b (patch)
tree403363a3be1062d9fdc08e37a8d898e98f80bb69 /clients/ssh/auth_method.go
parent104be6870196d221a06291917c8660412a96cdbc (diff)
downloadgo-git-6b0a5984ac0c69742e60a39ad9437fd981dbe31b.tar.gz
update imports to v3
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