aboutsummaryrefslogtreecommitdiffstats
path: root/packfile
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2015-10-22 13:10:24 +0200
committerMáximo Cuadros <mcuadros@gmail.com>2015-10-22 13:11:33 +0200
commit6f43e8933ba3c04072d5d104acc6118aac3e52ee (patch)
tree6015756f3da396c6c578a984e967b070a6c71b58 /packfile
parentccafe8bd5f9dbfb8b98b0da03ced29608dcfdeec (diff)
downloadgo-git-6f43e8933ba3c04072d5d104acc6118aac3e52ee.tar.gz
pathsv1.0.0
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 da47462..91425fa 100644
--- a/packfile/objects.go
+++ b/packfile/objects.go
@@ -7,7 +7,7 @@ import (
"strconv"
"time"
- "github.com/src-d/crawler/clients/git/commons"
+ "gopkg.in/src-d/go-git.v1/commons"
)
type Object interface {