aboutsummaryrefslogtreecommitdiffstats
path: root/storage/memory/storage.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 /storage/memory/storage.go
parent104be6870196d221a06291917c8660412a96cdbc (diff)
downloadgo-git-6b0a5984ac0c69742e60a39ad9437fd981dbe31b.tar.gz
update imports to v3
Diffstat (limited to 'storage/memory/storage.go')
-rw-r--r--storage/memory/storage.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/memory/storage.go b/storage/memory/storage.go
index 4c106cc..9bc1e7b 100644
--- a/storage/memory/storage.go
+++ b/storage/memory/storage.go
@@ -3,7 +3,7 @@ package memory
import (
"fmt"
- "gopkg.in/src-d/go-git.v2/core"
+ "gopkg.in/src-d/go-git.v3/core"
)
var ErrUnsupportedObjectType = fmt.Errorf("unsupported object type")