Merge branch 'port-2021-05-02' into 'master'
Port 2021 05 02 See merge request dms3/public/go-dms3-blocksutil!1
Showing
.github/config.yml
0 → 100644
.gitlab-ci.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 gitlab.dms3.io/dms3/public/go-dms3-blocksutil | ||
go 1.15 | ||
require ( | ||
gitlab.dms3.io/dms3/public/go-block-format v0.0.1 | ||
) |
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