mirror of
https://github.com/fluencelabs/go-libp2p-kad-dht
synced 2025-04-24 22:32:13 +00:00
gx publish 3.0.17
This commit is contained in:
parent
9792ab130f
commit
2a04b6ae50
@ -1 +1 @@
|
||||
3.0.16: QmVSep2WwKcXxMonPASsAJ3nZVjfVMKgMcaSigxKnUWpJv
|
||||
3.0.17: QmPRvmyxE33XBQ7MSGg7u4qYgErBA8pMdWCnysShEcGpmG
|
||||
|
12
package.json
12
package.json
@ -48,9 +48,9 @@
|
||||
},
|
||||
{
|
||||
"author": "jbenet",
|
||||
"hash": "QmPpegoMqhAEqjncrzArm7KVWAkCm78rqL2DPuNjhPrshg",
|
||||
"hash": "QmXRKBQA4wXP7xWbFiZsR1GP4HV6wMDQ1aWFxZZ4uBcPX9",
|
||||
"name": "go-datastore",
|
||||
"version": "1.4.1"
|
||||
"version": "2.4.0"
|
||||
},
|
||||
{
|
||||
"author": "hashicorp",
|
||||
@ -70,12 +70,6 @@
|
||||
"name": "base32",
|
||||
"version": "0.0.2"
|
||||
},
|
||||
{
|
||||
"author": "whyrusleeping",
|
||||
"hash": "QmcbHkh9VYLDsgXHe4WXwQt1m3oJoqN2txRjpvnMRmfGGV",
|
||||
"name": "autobatch",
|
||||
"version": "0.2.8"
|
||||
},
|
||||
{
|
||||
"author": "whyrusleeping",
|
||||
"hash": "QmVvkK7s5imCiq3JVbL3pGfnhcCnf3LrFJPF4GE2sAoGZf",
|
||||
@ -178,6 +172,6 @@
|
||||
"license": "MIT",
|
||||
"name": "go-libp2p-kad-dht",
|
||||
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
|
||||
"version": "3.0.16"
|
||||
"version": "3.0.17"
|
||||
}
|
||||
|
||||
|
@ -10,12 +10,12 @@ import (
|
||||
lru "github.com/hashicorp/golang-lru"
|
||||
cid "github.com/ipfs/go-cid"
|
||||
ds "github.com/ipfs/go-datastore"
|
||||
autobatch "github.com/ipfs/go-datastore/autobatch"
|
||||
dsq "github.com/ipfs/go-datastore/query"
|
||||
logging "github.com/ipfs/go-log"
|
||||
goprocess "github.com/jbenet/goprocess"
|
||||
goprocessctx "github.com/jbenet/goprocess/context"
|
||||
peer "github.com/libp2p/go-libp2p-peer"
|
||||
autobatch "github.com/whyrusleeping/autobatch"
|
||||
base32 "github.com/whyrusleeping/base32"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user