Commit 2a04b6ae authored by Hector Sanjuan's avatar Hector Sanjuan

gx publish 3.0.17

parent 9792ab13
3.0.16: QmVSep2WwKcXxMonPASsAJ3nZVjfVMKgMcaSigxKnUWpJv
3.0.17: QmPRvmyxE33XBQ7MSGg7u4qYgErBA8pMdWCnysShEcGpmG
......@@ -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"
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment