aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/revlist
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2017-01-30 23:33:50 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2017-01-30 23:42:11 +0100
commit30ebf1bd9bb44f540d31633a12689c7d8b6a0167 (patch)
treede0ea9c6d290bc4e43326c0935a83d104a1b8df2 /plumbing/revlist
parent80179adaab815eaf75099a5ff31e48c6bd07d1dc (diff)
downloadgo-git-30ebf1bd9bb44f540d31633a12689c7d8b6a0167.tar.gz
new git fixture path
Diffstat (limited to 'plumbing/revlist')
-rw-r--r--plumbing/revlist/revlist_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/revlist/revlist_test.go b/plumbing/revlist/revlist_test.go
index 60ae660..0865e12 100644
--- a/plumbing/revlist/revlist_test.go
+++ b/plumbing/revlist/revlist_test.go
@@ -3,7 +3,7 @@ package revlist
import (
"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/object"
"gopkg.in/src-d/go-git.v4/plumbing/storer"