Skip to content

Commit

Permalink
Merge pull request ipfs#119 from libp2p/gx/update-aq3w92
Browse files Browse the repository at this point in the history
gx publish 3.0.17
  • Loading branch information
hsanjuan committed Feb 27, 2018
2 parents 9792ab1 + 2a04b6a commit 911433b
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 911433b

Please sign in to comment.