Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Feature/update go log #2

Merged
merged 2 commits into from
Jun 24, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gx/lastpubver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2: QmUEUu1CM8bxBJxc3ZLojAi8evhTr4byQogWstABet79oY
1.0.3: QmUWER4r4qMvaCnX5zREcfyiWN7cXN9g3a7fkRqNz8qWPP
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"name": "go-libp2p-crypto",
"author": "whyrusleeping",
"version": "1.0.2",
"bugs": {
"url": "https://github.com/ipfs/go-libp2p-transport"
},
"gx": {
"dvcsimport": "github.com/ipfs/go-libp2p-crypto"
},
"gxDependencies": [
{
"author": "whyrusleeping",
"name": "gogo-protobuf",
"hash": "QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV",
"name": "gogo-protobuf",
"version": "0.0.0"
},
{
"author": "whyrusleeping",
"hash": "QmNQynaz7qfriSUJkiEZUrm2Wen1u3Kj9goZzWtrPyu7XR",
"name": "go-log",
"hash": "Qmazh5oNUVsDZTs2g59rq8aYQqwpss8tcUWQzor5sCCEuH",
"version": "0.0.0"
"version": "1.1.2"
},
{
"author": "whyrusleeping",
"name": "go-ipfs-util",
"hash": "QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1",
"name": "go-ipfs-util",
"version": "1.0.0"
},
{
"author": "whyrusleeping",
"name": "go-msgio",
"hash": "QmRQhVisS8dmPbjBUthVkenn81pBxrx1GxE281csJhm2vL",
"name": "go-msgio",
"version": "0.0.0"
}
],
"language": "go",
"gxVersion": "0.4.0",
"gx": {
"dvcsimport": "github.com/ipfs/go-libp2p-crypto"
},
"bugs": {
"url": "https://github.com/ipfs/go-libp2p-transport"
},
"license": "MIT"
"language": "go",
"license": "MIT",
"name": "go-libp2p-crypto",
"version": "1.0.3"
}