diff options
Diffstat (limited to 'plumbing/format/commitgraph/commitgraph_test.go')
-rw-r--r-- | plumbing/format/commitgraph/commitgraph_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/format/commitgraph/commitgraph_test.go b/plumbing/format/commitgraph/commitgraph_test.go index ebfe7e2..7d7444b 100644 --- a/plumbing/format/commitgraph/commitgraph_test.go +++ b/plumbing/format/commitgraph/commitgraph_test.go @@ -7,7 +7,7 @@ import ( "testing"
. "gopkg.in/check.v1"
- fixtures "gopkg.in/src-d/go-git-fixtures.v3"
+ fixtures "github.com/go-git/go-git-fixtures/v4"
"github.com/go-git/go-git/v5/plumbing"
"github.com/go-git/go-git/v5/plumbing/format/commitgraph"
)
|