Merge pull request #40 from ipfs/publish-3.0.0
Publish 3.0.0
{ | { | ||
"name": "go-libp2p", | |||
"author": "whyrusleeping", | "author": "whyrusleeping", | ||
"bugs": {}, | "version": "3.0.0", | ||
"gx": { | |||
"dvcsimport": "github.com/ipfs/go-libp2p", | |||
"goversion": "1.5.2" | |||
}, | |||
"gxDependencies": [ | "gxDependencies": [ | ||
{ | { | ||
"hash": "QmcrrEpx3VMUbrbgVroH3YiYyUS5c4YAykzyPJWKspUYLa", | "hash": "QmcrrEpx3VMUbrbgVroH3YiYyUS5c4YAykzyPJWKspUYLa", | ||
... | @@ -143,6 +140,12 @@ | ... | @@ -143,6 +140,12 @@ |
"name": "gorocheck", | "name": "gorocheck", | ||
"version": "0.0.0" | "version": "0.0.0" | ||
}, | }, | ||
{ | |||
"author": "whyrusleeping", | |||
"name": "go-libp2p-loggables", | |||
"hash": "QmYqiDbGUGqatbPFie11Py8cnyduoJYqcgKtjfhu1SQLh1", | |||
"version": "1.0.1" | |||
}, | |||
{ | { | ||
"author": "whyrusleeping", | "author": "whyrusleeping", | ||
"hash": "QmPKuU1ohMDaJRJHmatXewCqjZp5wKrD3CK6m9TnCK6XBe", | "hash": "QmPKuU1ohMDaJRJHmatXewCqjZp5wKrD3CK6m9TnCK6XBe", | ||
... | @@ -156,11 +159,14 @@ | ... | @@ -156,11 +159,14 @@ |
"version": "1.1.0" | "version": "1.1.0" | ||
} | } | ||
], | ], | ||
"gxVersion": "0.6.0", | "license": "MIT", | ||
"gx_version": "0.4.0", | |||
"issues_url": "", | |||
"language": "go", | "language": "go", | ||
"license": "", | "gxVersion": "0.4.0", | ||
"name": "go-libp2p", | "gx": { | ||
"version": "2.0.3" | "dvcsimport": "github.com/ipfs/go-libp2p", | ||
} | "goversion":"1.5.2" | ||
\ No newline at end of file | }, | ||
"bugs": { | |||
"url": "https://github.com/ipfs/go-libp2p" | |||
} | |||
} |
Please register or sign in to comment