aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/transport/test
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/transport/test
parent80179adaab815eaf75099a5ff31e48c6bd07d1dc (diff)
downloadgo-git-30ebf1bd9bb44f540d31633a12689c7d8b6a0167.tar.gz
new git fixture path
Diffstat (limited to 'plumbing/transport/test')
-rw-r--r--plumbing/transport/test/receive_pack.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/transport/test/receive_pack.go b/plumbing/transport/test/receive_pack.go
index 107e733..f4be8c8 100644
--- a/plumbing/transport/test/receive_pack.go
+++ b/plumbing/transport/test/receive_pack.go
@@ -8,7 +8,7 @@ import (
"io"
"io/ioutil"
- "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/protocol/packp"