Fix bugs and gxVersion fields in manifest
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
{ | { | ||
"author": "whyrusleeping", | |||
"bugs": {}, | |||
"gx": { | |||
"dvcsimport": "github.com/ipfs/go-libp2p", | |||
"goversion": "1.5.2" | |||
}, | |||
"gxDependencies": [ | "gxDependencies": [ | ||
{ | { | ||
"hash": "QmcrrEpx3VMUbrbgVroH3YiYyUS5c4YAykzyPJWKspUYLa", | "hash": "QmcrrEpx3VMUbrbgVroH3YiYyUS5c4YAykzyPJWKspUYLa", | ||
... | @@ -162,11 +156,17 @@ | ... | @@ -162,11 +156,17 @@ |
"version": "1.1.0" | "version": "1.1.0" | ||
} | } | ||
], | ], | ||
"gxVersion": "0.6.0", | "license": "MIT", | ||
"gx_version": "0.4.0", | |||
"issues_url": "", | |||
"language": "go", | |||
"license": "", | |||
"name": "go-libp2p", | "name": "go-libp2p", | ||
"version": "2.0.3" | "version": "2.0.3", | ||
"language": "go", | |||
"gxVersion": "0.4.0", | |||
"gx": { | |||
"dvcsimport": "github.com/ipfs/go-libp2p", | |||
"goversion":"1.5.2" | |||
}, | |||
"bugs": { | |||
"url": "https://github.com/ipfs/go-libp2p" | |||
}, | |||
"author": "whyrusleeping" | |||
} | } |
Please register or sign in to comment