aboutsummaryrefslogtreecommitdiffstats
path: root/clients/common.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2016-02-17 12:20:56 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2016-02-17 12:20:56 +0100
commit6b0a5984ac0c69742e60a39ad9437fd981dbe31b (patch)
tree403363a3be1062d9fdc08e37a8d898e98f80bb69 /clients/common.go
parent104be6870196d221a06291917c8660412a96cdbc (diff)
downloadgo-git-6b0a5984ac0c69742e60a39ad9437fd981dbe31b.tar.gz
update imports to v3
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 f7868cf..55b3b4b 100644
--- a/clients/common.go
+++ b/clients/common.go
@@ -15,9 +15,9 @@ import (
"fmt"
"net/url"
- "gopkg.in/src-d/go-git.v2/clients/common"
- "gopkg.in/src-d/go-git.v2/clients/http"
- "gopkg.in/src-d/go-git.v2/clients/ssh"
+ "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"
)
// DefaultProtocols are the protocols supported by default.