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 /remote_test.go | |
parent | 80179adaab815eaf75099a5ff31e48c6bd07d1dc (diff) | |
download | go-git-30ebf1bd9bb44f540d31633a12689c7d8b6a0167.tar.gz |
new git fixture path
Diffstat (limited to 'remote_test.go')
-rw-r--r-- | remote_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote_test.go b/remote_test.go index 3d01672..60a2e29 100644 --- a/remote_test.go +++ b/remote_test.go @@ -8,7 +8,7 @@ import ( "os" "gopkg.in/src-d/go-git.v4/config" - "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/storer" "gopkg.in/src-d/go-git.v4/storage/filesystem" |