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": [ | ||
| { | ||
| "hash": "QmcrrEpx3VMUbrbgVroH3YiYyUS5c4YAykzyPJWKspUYLa", | ||
| ... | ... | @@ -162,11 +156,17 @@ |
| "version": "1.1.0" | ||
| } | ||
| ], | ||
| "gxVersion": "0.6.0", | ||
| "gx_version": "0.4.0", | ||
| "issues_url": "", | ||
| "language": "go", | ||
| "license": "", | ||
| "license": "MIT", | ||
| "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