diff options
Diffstat (limited to 'plumbing/storer/shallow.go')
-rw-r--r-- | plumbing/storer/shallow.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/storer/shallow.go b/plumbing/storer/shallow.go index 4366135..f93060d 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 "srcd.works/go-git.v4/plumbing" // ShallowStorer storage of references to shallow commits by hash, meaning that // these commits have missing parents because of a shallow fetch. |