aboutsummaryrefslogtreecommitdiffstats
path: root/cshared/repository_cshared.go
diff options
context:
space:
mode:
Diffstat (limited to 'cshared/repository_cshared.go')
-rw-r--r--cshared/repository_cshared.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cshared/repository_cshared.go b/cshared/repository_cshared.go
index 1c8fa9d..8320f98 100644
--- a/cshared/repository_cshared.go
+++ b/cshared/repository_cshared.go
@@ -4,9 +4,9 @@ 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.v3/core"
+ "gopkg.in/src-d/go-git.v4"
+ "gopkg.in/src-d/go-git.v4/clients/common"
+ "gopkg.in/src-d/go-git.v4/core"
)
//export c_Repository