Add go-multihash gx dep

This commit is contained in:
Lars Gierth 2016-09-29 15:24:05 +02:00
parent 26c0624fc0
commit e81c7060ff

View File

@ -6,6 +6,13 @@
"gx": { "gx": {
"dvcsimport": "github.com/multiformats/go-multiaddr" "dvcsimport": "github.com/multiformats/go-multiaddr"
}, },
"gxDependencies": [
{
"hash": "QmTvWHtHQhkRD33UNzP3NKsUxX2k2oonrgHXYis7wdhCbA",
"name": "go-multihash",
"version": "0.1.0"
}
],
"gxVersion": "0.9.0", "gxVersion": "0.9.0",
"language": "go", "language": "go",
"license": "MIT", "license": "MIT",