diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-01-30 23:52:39 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2017-01-30 23:52:39 +0100 |
commit | 85a4efcc45312f022111907d82c5cc4ee3bdbb73 (patch) | |
tree | 2664a776225ba29d70b1dfcb4e89365f7682007d /cshared/auth_method_cshared.go | |
parent | 30ebf1bd9bb44f540d31633a12689c7d8b6a0167 (diff) | |
download | go-git-85a4efcc45312f022111907d82c5cc4ee3bdbb73.tar.gz |
new srcd.works/go-git.v4 path
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 c4c1a28..0f0e3a1 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/plumbing/transport/http" - gssh "gopkg.in/src-d/go-git.v4/plumbing/transport/ssh" + "srcd.works/go-git.v4/plumbing/transport/http" + gssh "srcd.works/go-git.v4/plumbing/transport/ssh" ) //export c_NewBasicAuth |