diff options
Diffstat (limited to 'cshared/tree_cshared.go')
-rw-r--r-- | cshared/tree_cshared.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cshared/tree_cshared.go b/cshared/tree_cshared.go index e1f3ae1..3884817 100644 --- a/cshared/tree_cshared.go +++ b/cshared/tree_cshared.go @@ -4,8 +4,8 @@ package main import ( "C" - "gopkg.in/src-d/go-git.v3" - "gopkg.in/src-d/go-git.v3/core" + "gopkg.in/src-d/go-git.v4" + "gopkg.in/src-d/go-git.v4/core" ) //export c_Tree_get_Entries_len |