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 74cf7de..af59c05 100644 --- a/references_test.go +++ b/references_test.go @@ -5,8 +5,8 @@ import ( "fmt" "github.com/src-d/go-git-fixtures" - "srcd.works/go-git.v4/plumbing" - "srcd.works/go-git.v4/plumbing/object" + "gopkg.in/src-d/go-git.v4/plumbing" + "gopkg.in/src-d/go-git.v4/plumbing/object" . "gopkg.in/check.v1" ) |