diff --git a/.gx/lastpubver b/.gx/lastpubver index 14840ef..fe6ffb3 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.5.1: QmUrECr5NauzkUaofvUnCFGjZ4Wevt76n79uv6BhEkuyn3 +0.5.2: QmakyCk6Vnn16WEKjbkxieZmM2YLTzkFWizbmGowoYPjro diff --git a/cid.go b/cid.go index 462c6b7..b5d0bbc 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 "github.com/multiformats/go-multihash" ) const UnsupportedVersionString = "" diff --git a/cid_test.go b/cid_test.go index 1705401..9e64f90 100644 --- a/cid_test.go +++ b/cid_test.go @@ -4,7 +4,7 @@ import ( "bytes" "testing" - mh "github.com/jbenet/go-multihash" + mh "github.com/multiformats/go-multihash" ) func assertEqual(t *testing.T, a, b *Cid) { diff --git a/package.json b/package.json index 848a34a..8223047 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "license": "", "name": "go-cid", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.5.1" + "version": "0.5.2" }