diff options
Diffstat (limited to 'commit_test.go')
-rw-r--r-- | commit_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commit_test.go b/commit_test.go index a620e8c..2240ab3 100644 --- a/commit_test.go +++ b/commit_test.go @@ -3,7 +3,7 @@ package git import ( "io" - "gopkg.in/src-d/go-git.v3/core" + "gopkg.in/src-d/go-git.v4/core" . "gopkg.in/check.v1" ) |