diff options
Diffstat (limited to 'blame.go')
-rw-r--r-- | blame.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ import ( "strings" "unicode/utf8" - "gopkg.in/src-d/go-git.v3/core" - "gopkg.in/src-d/go-git.v3/diff" + "gopkg.in/src-d/go-git.v4/core" + "gopkg.in/src-d/go-git.v4/diff" ) type Blame struct { |