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 /storage | |
parent | 80179adaab815eaf75099a5ff31e48c6bd07d1dc (diff) | |
download | go-git-30ebf1bd9bb44f540d31633a12689c7d8b6a0167.tar.gz |
new git fixture path
Diffstat (limited to 'storage')
-rw-r--r-- | storage/filesystem/config_test.go | 2 | ||||
-rw-r--r-- | storage/filesystem/internal/dotgit/dotgit_test.go | 2 | ||||
-rw-r--r-- | storage/filesystem/internal/dotgit/writers_test.go | 2 | ||||
-rw-r--r-- | storage/filesystem/object_test.go | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/storage/filesystem/config_test.go b/storage/filesystem/config_test.go index 17ecec8..460f807 100644 --- a/storage/filesystem/config_test.go +++ b/storage/filesystem/config_test.go @@ -4,7 +4,7 @@ import ( "io/ioutil" "os" - "gopkg.in/src-d/go-git.v4/fixtures" + "github.com/src-d/go-git-fixtures" "gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit" . "gopkg.in/check.v1" diff --git a/storage/filesystem/internal/dotgit/dotgit_test.go b/storage/filesystem/internal/dotgit/dotgit_test.go index eb11478..4be8eea 100644 --- a/storage/filesystem/internal/dotgit/dotgit_test.go +++ b/storage/filesystem/internal/dotgit/dotgit_test.go @@ -7,7 +7,7 @@ import ( "strings" "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/check.v1" diff --git a/storage/filesystem/internal/dotgit/writers_test.go b/storage/filesystem/internal/dotgit/writers_test.go index 65ef5dc..d4da164 100644 --- a/storage/filesystem/internal/dotgit/writers_test.go +++ b/storage/filesystem/internal/dotgit/writers_test.go @@ -8,7 +8,7 @@ import ( "os" "strconv" - "gopkg.in/src-d/go-git.v4/fixtures" + "github.com/src-d/go-git-fixtures" . "gopkg.in/check.v1" "srcd.works/go-billy.v1/osfs" diff --git a/storage/filesystem/object_test.go b/storage/filesystem/object_test.go index 6841ac4..d741fa2 100644 --- a/storage/filesystem/object_test.go +++ b/storage/filesystem/object_test.go @@ -1,7 +1,7 @@ package filesystem import ( - "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/storage/filesystem/internal/dotgit" |