diff options
Diffstat (limited to 'file_test.go')
-rw-r--r-- | file_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/file_test.go b/file_test.go index ad5abb3..e702ce7 100644 --- a/file_test.go +++ b/file_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" ) |