diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2015-10-22 13:10:24 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2015-10-22 13:11:33 +0200 |
commit | 6f43e8933ba3c04072d5d104acc6118aac3e52ee (patch) | |
tree | 6015756f3da396c6c578a984e967b070a6c71b58 /packfile | |
parent | ccafe8bd5f9dbfb8b98b0da03ced29608dcfdeec (diff) | |
download | go-git-6f43e8933ba3c04072d5d104acc6118aac3e52ee.tar.gz |
pathsv1.0.0
Diffstat (limited to 'packfile')
-rw-r--r-- | packfile/objects.go | 2 |
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 { |