diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-01-30 23:33:50 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2017-01-30 23:42:11 +0100 |
commit | 30ebf1bd9bb44f540d31633a12689c7d8b6a0167 (patch) | |
tree | de0ea9c6d290bc4e43326c0935a83d104a1b8df2 /plumbing/difftree | |
parent | 80179adaab815eaf75099a5ff31e48c6bd07d1dc (diff) | |
download | go-git-30ebf1bd9bb44f540d31633a12689c7d8b6a0167.tar.gz |
new git fixture path
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" |