aboutsummaryrefslogtreecommitdiffstats
path: root/packfile
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2015-10-23 00:44:33 +0200
committerMáximo Cuadros <mcuadros@gmail.com>2015-10-23 00:44:33 +0200
commit2275fa7d0c75d20103f90b0e1616937d5a9fc5e6 (patch)
tree57ad6b6085e80cddd235d4a6aee2187bfb93827b /packfile
parentbdd9a92789d4a86b20a8d3df462df373f41acf23 (diff)
downloadgo-git-2275fa7d0c75d20103f90b0e1616937d5a9fc5e6.tar.gz
update version
Diffstat (limited to 'packfile')
-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 {