aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/object/object.go
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/object/object.go')
-rw-r--r--plumbing/object/object.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plumbing/object/object.go b/plumbing/object/object.go
index c48a18d..13b1e91 100644
--- a/plumbing/object/object.go
+++ b/plumbing/object/object.go
@@ -10,8 +10,8 @@ import (
"strconv"
"time"
- "gopkg.in/src-d/go-git.v4/plumbing"
- "gopkg.in/src-d/go-git.v4/plumbing/storer"
+ "github.com/go-git/go-git/v5/plumbing"
+ "github.com/go-git/go-git/v5/plumbing/storer"
)
// ErrUnsupportedObject trigger when a non-supported object is being decoded.