aboutsummaryrefslogtreecommitdiffstats
path: root/references.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2016-02-17 12:20:56 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2016-02-17 12:20:56 +0100
commit6b0a5984ac0c69742e60a39ad9437fd981dbe31b (patch)
tree403363a3be1062d9fdc08e37a8d898e98f80bb69 /references.go
parent104be6870196d221a06291917c8660412a96cdbc (diff)
downloadgo-git-6b0a5984ac0c69742e60a39ad9437fd981dbe31b.tar.gz
update imports to v3
Diffstat (limited to 'references.go')
-rw-r--r--references.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/references.go b/references.go
index c69917d..593b975 100644
--- a/references.go
+++ b/references.go
@@ -3,8 +3,8 @@ package git
import (
"io"
- "gopkg.in/src-d/go-git.v2/core"
- "gopkg.in/src-d/go-git.v2/diff"
+ "gopkg.in/src-d/go-git.v3/core"
+ "gopkg.in/src-d/go-git.v3/diff"
"github.com/sergi/go-diff/diffmatchpatch"
)