aboutsummaryrefslogtreecommitdiffstats
path: root/formats/packfile
diff options
context:
space:
mode:
Diffstat (limited to 'formats/packfile')
-rw-r--r--formats/packfile/reader.go2
-rw-r--r--formats/packfile/reader_test.go4
2 files changed, 3 insertions, 3 deletions
diff --git a/formats/packfile/reader.go b/formats/packfile/reader.go
index e981d72..6f30f8a 100644
--- a/formats/packfile/reader.go
+++ b/formats/packfile/reader.go
@@ -7,7 +7,7 @@ import (
"io"
"io/ioutil"
- "gopkg.in/src-d/go-git.v2/core"
+ "gopkg.in/src-d/go-git.v3/core"
"github.com/klauspost/compress/zlib"
)
diff --git a/formats/packfile/reader_test.go b/formats/packfile/reader_test.go
index 69069c8..040dd02 100644
--- a/formats/packfile/reader_test.go
+++ b/formats/packfile/reader_test.go
@@ -9,8 +9,8 @@ import (
"testing"
"time"
- "gopkg.in/src-d/go-git.v2/core"
- "gopkg.in/src-d/go-git.v2/storages/memory"
+ "gopkg.in/src-d/go-git.v3/core"
+ "gopkg.in/src-d/go-git.v3/storages/memory"
"github.com/dustin/go-humanize"
. "gopkg.in/check.v1"