diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-02-17 12:20:56 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-02-17 12:20:56 +0100 |
commit | 6b0a5984ac0c69742e60a39ad9437fd981dbe31b (patch) | |
tree | 403363a3be1062d9fdc08e37a8d898e98f80bb69 /clients/http/common.go | |
parent | 104be6870196d221a06291917c8660412a96cdbc (diff) | |
download | go-git-6b0a5984ac0c69742e60a39ad9437fd981dbe31b.tar.gz |
update imports to v3
Diffstat (limited to 'clients/http/common.go')
-rw-r--r-- | clients/http/common.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/http/common.go b/clients/http/common.go index aa6e7a1..f163cfc 100644 --- a/clients/http/common.go +++ b/clients/http/common.go @@ -6,9 +6,9 @@ import ( "fmt" "net/http" - "gopkg.in/src-d/go-git.v2/clients/common" + "gopkg.in/src-d/go-git.v3/clients/common" - "gopkg.in/src-d/go-git.v2/core" + "gopkg.in/src-d/go-git.v3/core" ) var InvalidAuthMethodErr = errors.New("invalid http auth method: a http.HTTPAuthMethod should be provided.") |