aboutsummaryrefslogtreecommitdiffstats
path: root/packfile/objects.go
diff options
context:
space:
mode:
Diffstat (limited to 'packfile/objects.go')
-rw-r--r--packfile/objects.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/packfile/objects.go b/packfile/objects.go
index 91425fa..6449808 100644
--- a/packfile/objects.go
+++ b/packfile/objects.go
@@ -7,7 +7,7 @@ import (
"strconv"
"time"
- "gopkg.in/src-d/go-git.v1/commons"
+ "gopkg.in/src-d/go-git.v2/commons"
)
type Object interface {