From 30ebf1bd9bb44f540d31633a12689c7d8b6a0167 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Mon, 30 Jan 2017 23:33:50 +0100 Subject: new git fixture path --- plumbing/difftree/difftree_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plumbing/difftree') 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" -- cgit