Merge pull request #20 from ipfs/fix/use-2q
cache: switch to 2q
Showing
Makefile
deleted
100644 → 0
package.json
deleted
100644 → 0
{ | ||
"author": "hsanjuan", | ||
"bugs": { | ||
"url": "https://github.com/ipfs/go-ipfs-blockstore" | ||
}, | ||
"gx": { | ||
"dvcsimport": "github.com/ipfs/go-ipfs-blockstore" | ||
}, | ||
"gxDependencies": [ | ||
{ | ||
"author": "stebalien", | ||
"hash": "QmYYLnAzR28nAQ4U5MFniLprnktu6eTFKibeNt96V21EZK", | ||
"name": "go-block-format", | ||
"version": "0.2.2" | ||
}, | ||
{ | ||
"author": "jbenet", | ||
"hash": "QmUadX5EcvrBmxAV9sE7wUWtWSqxns5K84qKJBixmcT1w9", | ||
"name": "go-datastore", | ||
"version": "3.6.1" | ||
}, | ||
{ | ||
"author": "ipfs", | ||
"hash": "QmekzFM3hPZjTjUFGTABdQkEnQ3PTiMstY198PwSFr5w1Q", | ||
"name": "go-metrics-interface", | ||
"version": "0.2.0" | ||
}, | ||
{ | ||
"author": "hashicorp", | ||
"hash": "QmQjMHF8ptRgx4E57UFMiT4YM6kqaJeYxZ1MCDX23aw4rK", | ||
"name": "golang-lru", | ||
"version": "2017.10.18" | ||
}, | ||
{ | ||
"author": "whyrusleeping", | ||
"hash": "QmTbxNB1NwDesLmKTscr4udL2tVP7MaxvXnD1D9yX7g3PN", | ||
"name": "go-cid", | ||
"version": "0.9.3" | ||
}, | ||
{ | ||
"author": "hector", | ||
"hash": "QmXSEqXLCzpCByJU4wqbJ37TcBEj77FKMUWUP1qLh56847", | ||
"name": "go-ipfs-ds-help", | ||
"version": "0.1.7" | ||
}, | ||
{ | ||
"author": "kubuxu", | ||
"hash": "QmWaLViWQF8jgyoLLqqcSrnp6dJpHESiJfzor1vrfDyTZf", | ||
"name": "bbloom", | ||
"version": "0.1.2" | ||
}, | ||
{ | ||
"hash": "QmbkT7eMTyXfpeyB3ZMxxcxg7XH8t6uXp49jqzz4HB7BGF", | ||
"name": "go-log", | ||
"version": "1.5.9" | ||
} | ||
], | ||
"gxVersion": "0.12.1", | ||
"language": "go", | ||
"license": "MIT", | ||
"name": "go-ipfs-blockstore", | ||
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"", | ||
"version": "0.1.8" | ||
} | ||
Please register or sign in to comment