diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-02-17 12:20:56 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-02-17 12:20:56 +0100 |
commit | 6b0a5984ac0c69742e60a39ad9437fd981dbe31b (patch) | |
tree | 403363a3be1062d9fdc08e37a8d898e98f80bb69 /diff | |
parent | 104be6870196d221a06291917c8660412a96cdbc (diff) | |
download | go-git-6b0a5984ac0c69742e60a39ad9437fd981dbe31b.tar.gz |
update imports to v3
Diffstat (limited to 'diff')
-rw-r--r-- | diff/diff_ext_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diff/diff_ext_test.go b/diff/diff_ext_test.go index 460cf8a..aa94ca2 100644 --- a/diff/diff_ext_test.go +++ b/diff/diff_ext_test.go @@ -3,7 +3,7 @@ package diff_test import ( "testing" - "gopkg.in/src-d/go-git.v2/diff" + "gopkg.in/src-d/go-git.v3/diff" "github.com/sergi/go-diff/diffmatchpatch" . "gopkg.in/check.v1" |