diff options
Diffstat (limited to 'tree_diff.go')
-rw-r--r-- | tree_diff.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tree_diff.go b/tree_diff.go index 9c550dd..bad2230 100644 --- a/tree_diff.go +++ b/tree_diff.go @@ -7,7 +7,7 @@ import ( "sort" "strings" - "gopkg.in/src-d/go-git.v3/core" + "gopkg.in/src-d/go-git.v4/core" ) type Action int |