add proper gx deps

This commit is contained in:
Jeromy
2016-09-04 11:48:13 -07:00
parent caf3bb2de8
commit be0c62535f
3 changed files with 8 additions and 2 deletions

2
cid.go
View File

@@ -5,8 +5,8 @@ import (
"encoding/binary"
"fmt"
mh "github.com/jbenet/go-multihash"
mbase "github.com/multiformats/go-multibase"
mh "gx/ipfs/QmYf7ng2hG5XBtJA3tN34DQ2GUN5HNksEw1rLDkmr6vGku/go-multihash"
)
const UnsupportedVersionString = "<unsupported cid version>"

View File

@@ -4,7 +4,7 @@ import (
"bytes"
"testing"
mh "gx/ipfs/QmYf7ng2hG5XBtJA3tN34DQ2GUN5HNksEw1rLDkmr6vGku/go-multihash"
mh "github.com/jbenet/go-multihash"
)
func assertEqual(t *testing.T, a, b *Cid) {

View File

@@ -12,6 +12,12 @@
"hash": "QmYf7ng2hG5XBtJA3tN34DQ2GUN5HNksEw1rLDkmr6vGku",
"name": "go-multihash",
"version": "0.0.0"
},
{
"author": "whyrusleeping",
"hash": "QmYiTi9mKBMjfiup7na7PhJK7QEZPdMTJenLdgFYVQ2NUv",
"name": "go-multibase",
"version": "0.2.0"
}
],
"gxVersion": "0.8.0",