Skip to content

Commit

Permalink
gx publish 3.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Feb 27, 2018
1 parent 9792ab1 commit 2a04b6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gx/lastpubver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.16: QmVSep2WwKcXxMonPASsAJ3nZVjfVMKgMcaSigxKnUWpJv
3.0.17: QmPRvmyxE33XBQ7MSGg7u4qYgErBA8pMdWCnysShEcGpmG
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
},
{
"author": "jbenet",
"hash": "QmPpegoMqhAEqjncrzArm7KVWAkCm78rqL2DPuNjhPrshg",
"hash": "QmXRKBQA4wXP7xWbFiZsR1GP4HV6wMDQ1aWFxZZ4uBcPX9",
"name": "go-datastore",
"version": "1.4.1"
"version": "2.4.0"
},
{
"author": "hashicorp",
Expand All @@ -70,12 +70,6 @@
"name": "base32",
"version": "0.0.2"
},
{
"author": "whyrusleeping",
"hash": "QmcbHkh9VYLDsgXHe4WXwQt1m3oJoqN2txRjpvnMRmfGGV",
"name": "autobatch",
"version": "0.2.8"
},
{
"author": "whyrusleeping",
"hash": "QmVvkK7s5imCiq3JVbL3pGfnhcCnf3LrFJPF4GE2sAoGZf",
Expand Down Expand Up @@ -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"
}

2 changes: 1 addition & 1 deletion providers/providers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down

0 comments on commit 2a04b6a

Please sign in to comment.