From c1e277a7ca75ff84741d75ad45e29a2ff3e633e3 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Thu, 11 Aug 2016 14:12:04 +0200 Subject: v3 -> v4 --- tree_diff.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tree_diff.go') 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 -- cgit