From 2bdfd91f04068220a72feeade31defc09f2a601e Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Tue, 10 Mar 2020 00:40:56 +0100 Subject: *: migration from gopkg to go modules --- plumbing/storer/shallow.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plumbing/storer/shallow.go') diff --git a/plumbing/storer/shallow.go b/plumbing/storer/shallow.go index 39aaaa5..39ef5ea 100644 --- a/plumbing/storer/shallow.go +++ b/plumbing/storer/shallow.go @@ -1,6 +1,6 @@ package storer -import "gopkg.in/src-d/go-git.v4/plumbing" +import "github.com/go-git/go-git/v5/plumbing" // ShallowStorer is a storage of references to shallow commits by hash, // meaning that these commits have missing parents because of a shallow fetch. -- cgit