From 2637279338ca9736c22b5e15fca916121ae8d089 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Tue, 10 Mar 2020 01:41:19 +0100 Subject: *: migration from go-git-fixtures/v4 and go-git/gcfg --- references_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'references_test.go') diff --git a/references_test.go b/references_test.go index 31715e6..7c26ce2 100644 --- a/references_test.go +++ b/references_test.go @@ -9,7 +9,7 @@ import ( "github.com/go-git/go-git/v5/storage/memory" . "gopkg.in/check.v1" - "gopkg.in/src-d/go-git-fixtures.v3" + "github.com/go-git/go-git-fixtures/v4" ) type ReferencesSuite struct { -- cgit