diff options
Diffstat (limited to 'cshared/remote_cshared.go')
-rw-r--r-- | cshared/remote_cshared.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cshared/remote_cshared.go b/cshared/remote_cshared.go index 9ae72f3..abed3c9 100644 --- a/cshared/remote_cshared.go +++ b/cshared/remote_cshared.go @@ -4,8 +4,8 @@ package main import ( "C" - "gopkg.in/src-d/go-git.v3" - "gopkg.in/src-d/go-git.v3/clients/common" + "gopkg.in/src-d/go-git.v4" + "gopkg.in/src-d/go-git.v4/clients/common" ) //export c_Remote_get_Endpoint |