aboutsummaryrefslogtreecommitdiffstats
path: root/clients/http/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'clients/http/common.go')
-rw-r--r--clients/http/common.go4
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.")