Merge remote-tracking branch 'upstream/master' into reference
Showing
.github/config.yml
0 → 100644
.gx/lastpubver
0 → 100644
.travis.yml
0 → 100644
LICENSE
0 → 100644
Makefile
0 → 100644
block_generator.go
0 → 100644
block_generator_test.go
0 → 100644
go.mod
0 → 100644
module github.com/ipfs/go-ipfs-blocksutil | |||
require github.com/ipfs/go-block-format v0.0.2 |
go.sum
0 → 100644
package.json
0 → 100644
{ | |||
"author": "hsanjuan", | |||
"bugs": { | |||
"url": "https://github.com/ipfs/go-ipfs-blocksutil" | |||
}, | |||
"gx": { | |||
"dvcsimport": "github.com/ipfs/go-ipfs-blocksutil" | |||
}, | |||
"gxDependencies": [ | |||
{ | |||
"author": "stebalien", | |||
"hash": "QmYYLnAzR28nAQ4U5MFniLprnktu6eTFKibeNt96V21EZK", | |||
"name": "go-block-format", | |||
"version": "0.2.2" | |||
} | |||
], | |||
"gxVersion": "0.12.1", | |||
"language": "go", | |||
"license": "MIT", | |||
"name": "go-ipfs-blocksutil", | |||
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"", | |||
"version": "0.1.2" | |||
} | |||
Please register or sign in to comment