diff options
Diffstat (limited to 'references_test.go')
-rw-r--r-- | references_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/references_test.go b/references_test.go index 7e003bd..5d93a25 100644 --- a/references_test.go +++ b/references_test.go @@ -5,8 +5,8 @@ import ( "fmt" "os" - "gopkg.in/src-d/go-git.v3/core" - "gopkg.in/src-d/go-git.v3/formats/packfile" + "gopkg.in/src-d/go-git.v4/core" + "gopkg.in/src-d/go-git.v4/formats/packfile" . "gopkg.in/check.v1" ) |