diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-29 23:27:54 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-29 23:54:52 +0200 |
commit | 0c7fdeb11e353c0c444890f589013df9d531c388 (patch) | |
tree | d51e0e07a6c28765f61f2f9ef738d70d135f82ca /formats | |
parent | 62349fea00d2f5b5f2bd2c39e2f6052aa6ef6b35 (diff) | |
download | go-git-0c7fdeb11e353c0c444890f589013df9d531c388.tar.gz |
fix travis
Diffstat (limited to 'formats')
-rw-r--r-- | formats/objfile/reader.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/formats/objfile/reader.go b/formats/objfile/reader.go index ab67c6a..5c319f6 100644 --- a/formats/objfile/reader.go +++ b/formats/objfile/reader.go @@ -6,8 +6,8 @@ import ( "io" "strconv" - "gopkg.in/src-d/go-git.v3/formats/packfile" "gopkg.in/src-d/go-git.v4/core" + "gopkg.in/src-d/go-git.v4/formats/packfile" ) var ( |