From be0c62535fb117b8d7bff629f52eb2adb50e1538 Mon Sep 17 00:00:00 2001 From: Jeromy Date: Sun, 4 Sep 2016 11:48:13 -0700 Subject: [PATCH] add proper gx deps --- cid.go | 2 +- cid_test.go | 2 +- package.json | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/cid.go b/cid.go index a46ddd9..745cf26 100644 --- a/cid.go +++ b/cid.go @@ -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 = "" diff --git a/cid_test.go b/cid_test.go index 361f6e2..1705401 100644 --- a/cid_test.go +++ b/cid_test.go @@ -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) { diff --git a/package.json b/package.json index 5145e07..046f168 100644 --- a/package.json +++ b/package.json @@ -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",