diff options
Diffstat (limited to 'storage/filesystem/deltaobject.go')
-rw-r--r-- | storage/filesystem/deltaobject.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/filesystem/deltaobject.go b/storage/filesystem/deltaobject.go index 66cfb71..6ab2cdf 100644 --- a/storage/filesystem/deltaobject.go +++ b/storage/filesystem/deltaobject.go @@ -1,7 +1,7 @@ package filesystem import ( - "gopkg.in/src-d/go-git.v4/plumbing" + "github.com/go-git/go-git/v5/plumbing" ) type deltaObject struct { |