Commit 03f76a71 authored by Jeromy's avatar Jeromy

gx publish 2.0.0

parent b87e38d7
{
"name": "go-ipfs-util",
"author": "whyrusleeping",
"version": "1.0.0",
"language": "go",
"bugs": {},
"gx": {
"dvcsimport": "github.com/ipfs/go-ipfs-util"
}
}
\ No newline at end of file
},
"gxDependencies": [
{
"author": "multiformats",
"hash": "QmYDds3421prZgqKbLpEK7T9Aa2eVdQ7o3YarX1LVLdP2J",
"name": "go-multihash",
"version": "1.0.0"
},
{
"author": "whyrusleeping",
"hash": "QmT8rehPR3F6bmwL6zjUN8XpiDBFFpMP2myPdC6ApsWfJf",
"name": "go-base58",
"version": "0.0.0"
}
],
"gxVersion": "0.9.1",
"language": "go",
"license": "",
"name": "go-ipfs-util",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "2.0.0"
}
......@@ -13,7 +13,7 @@ import (
"time"
b58 "github.com/jbenet/go-base58"
mh "github.com/jbenet/go-multihash"
mh "github.com/multiformats/go-multihash"
)
// DefaultIpfsHash is the current default hash function used by IPFS.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment