aboutsummaryrefslogtreecommitdiffstats
path: root/clients/common.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2016-08-11 14:12:04 +0200
committerMáximo Cuadros <mcuadros@gmail.com>2016-08-11 14:12:04 +0200
commitc1e277a7ca75ff84741d75ad45e29a2ff3e633e3 (patch)
tree44949d811c21d38aa011a307a7d7716098b62370 /clients/common.go
parent303cb32f7f36e39bbea80b4031be99cc33fea592 (diff)
downloadgo-git-c1e277a7ca75ff84741d75ad45e29a2ff3e633e3.tar.gz
v3 -> v4
Diffstat (limited to 'clients/common.go')
-rw-r--r--clients/common.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/clients/common.go b/clients/common.go
index b6da656..8d45a34 100644
--- a/clients/common.go
+++ b/clients/common.go
@@ -15,9 +15,9 @@ import (
"fmt"
"net/url"
- "gopkg.in/src-d/go-git.v3/clients/common"
- "gopkg.in/src-d/go-git.v3/clients/http"
- "gopkg.in/src-d/go-git.v3/clients/ssh"
+ "gopkg.in/src-d/go-git.v4/clients/common"
+ "gopkg.in/src-d/go-git.v4/clients/http"
+ "gopkg.in/src-d/go-git.v4/clients/ssh"
)
// DefaultProtocols are the protocols supported by default.