diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-11-08 23:46:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-08 23:46:38 +0100 |
commit | ac095bb12c4d29722b60ba9f20590fa7cfa6bc7d (patch) | |
tree | 223f36f336ba3414b1e45cac8af6c4744a5d7ef6 /cshared/auth_method_cshared.go | |
parent | e523701393598f4fa241dd407af9ff8925507a1a (diff) | |
download | go-git-ac095bb12c4d29722b60ba9f20590fa7cfa6bc7d.tar.gz |
new plumbing package (#118)
* plumbing: now core was renamed to core, and formats and clients moved inside
Diffstat (limited to 'cshared/auth_method_cshared.go')
-rw-r--r-- | cshared/auth_method_cshared.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cshared/auth_method_cshared.go b/cshared/auth_method_cshared.go index 2219edb..9be3339 100644 --- a/cshared/auth_method_cshared.go +++ b/cshared/auth_method_cshared.go @@ -6,8 +6,8 @@ import ( "strings" "golang.org/x/crypto/ssh" - "gopkg.in/src-d/go-git.v4/clients/http" - gssh "gopkg.in/src-d/go-git.v4/clients/ssh" + "gopkg.in/src-d/go-git.v4/plumbing/client/http" + gssh "gopkg.in/src-d/go-git.v4/plumbing/client/ssh" ) //export c_NewBasicAuth |