diff options
Diffstat (limited to 'plumbing/object/patch_test.go')
-rw-r--r-- | plumbing/object/patch_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plumbing/object/patch_test.go b/plumbing/object/patch_test.go index 37944c3..b4bc1e8 100644 --- a/plumbing/object/patch_test.go +++ b/plumbing/object/patch_test.go @@ -3,9 +3,9 @@ package object import ( . "gopkg.in/check.v1" fixtures "gopkg.in/src-d/go-git-fixtures.v3" - "gopkg.in/src-d/go-git.v4/plumbing" - "gopkg.in/src-d/go-git.v4/plumbing/cache" - "gopkg.in/src-d/go-git.v4/storage/filesystem" + "github.com/go-git/go-git/v5/plumbing" + "github.com/go-git/go-git/v5/plumbing/cache" + "github.com/go-git/go-git/v5/storage/filesystem" ) type PatchSuite struct { |