From 5fec9649c427c3d2fb4098d65de82840a1759e21 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sat, 2 Jan 2021 13:05:57 -0500 Subject: Migrate from src-d/go-git to go-git/go-git Signed-off-by: Dave Henderson --- data/datasource_git_test.go | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'data/datasource_git_test.go') diff --git a/data/datasource_git_test.go b/data/datasource_git_test.go index e26046cd..73780184 100644 --- a/data/datasource_git_test.go +++ b/data/datasource_git_test.go @@ -11,18 +11,18 @@ import ( "testing" "time" - "gopkg.in/src-d/go-billy.v4" - "gopkg.in/src-d/go-billy.v4/memfs" - "gopkg.in/src-d/go-billy.v4/osfs" - "gopkg.in/src-d/go-git.v4" - "gopkg.in/src-d/go-git.v4/plumbing" - "gopkg.in/src-d/go-git.v4/plumbing/cache" - "gopkg.in/src-d/go-git.v4/plumbing/object" - "gopkg.in/src-d/go-git.v4/plumbing/transport/client" - "gopkg.in/src-d/go-git.v4/plumbing/transport/http" - "gopkg.in/src-d/go-git.v4/plumbing/transport/server" - "gopkg.in/src-d/go-git.v4/plumbing/transport/ssh" - "gopkg.in/src-d/go-git.v4/storage/filesystem" + "github.com/go-git/go-billy/v5" + "github.com/go-git/go-billy/v5/memfs" + "github.com/go-git/go-billy/v5/osfs" + "github.com/go-git/go-git/v5" + "github.com/go-git/go-git/v5/plumbing" + "github.com/go-git/go-git/v5/plumbing/cache" + "github.com/go-git/go-git/v5/plumbing/object" + "github.com/go-git/go-git/v5/plumbing/transport/client" + "github.com/go-git/go-git/v5/plumbing/transport/http" + "github.com/go-git/go-git/v5/plumbing/transport/server" + "github.com/go-git/go-git/v5/plumbing/transport/ssh" + "github.com/go-git/go-git/v5/storage/filesystem" "golang.org/x/crypto/ssh/testdata" @@ -226,7 +226,7 @@ func setupGitRepo(t *testing.T) billy.Filesystem { assert.NilError(t, err) // config needs to be created after setting up a "normal" fs repo - // this is possibly a bug in src-d/git-go? + // this is possibly a bug in git-go? c, err := r.Config() assert.NilError(t, err) s.SetConfig(c) -- cgit v1.2.3