diff options
Diffstat (limited to 'plumbing/difftree')
-rw-r--r-- | plumbing/difftree/difftree_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/difftree/difftree_test.go b/plumbing/difftree/difftree_test.go index d8ca6a8..f187ecc 100644 --- a/plumbing/difftree/difftree_test.go +++ b/plumbing/difftree/difftree_test.go @@ -4,7 +4,7 @@ import ( "sort" "testing" - "gopkg.in/src-d/go-git.v4/fixtures" + "github.com/src-d/go-git-fixtures" "gopkg.in/src-d/go-git.v4/plumbing" "gopkg.in/src-d/go-git.v4/plumbing/format/packfile" "gopkg.in/src-d/go-git.v4/plumbing/object" |