Unverified Commit c8bb359c authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #52 from ipfs/feat/cidv1-default-base32

dep: update go-cid
parents e6e9ea4d f84aaea6
......@@ -4,13 +4,12 @@ os:
language: go
go:
- 1.11.x
- 1.12.x
env:
global:
- GOTFLAGS="-race"
matrix:
- BUILD_DEPTYPE=gx
- BUILD_DEPTYPE=gomod
......@@ -24,7 +23,6 @@ script:
cache:
directories:
- $GOPATH/src/gx
- $GOPATH/pkg/mod
- $HOME/.cache/go-build
......
......@@ -2,6 +2,6 @@ module github.com/ipfs/go-ipld-format
require (
github.com/ipfs/go-block-format v0.0.2
github.com/ipfs/go-cid v0.0.1
github.com/ipfs/go-cid v0.0.2
github.com/multiformats/go-multihash v0.0.1
)
{
"author": "whyrusleeping",
"bugs": {
"url": "https://github.com/ipfs/go-ipld-format"
},
"gx": {
"dvcsimport": "github.com/ipfs/go-ipld-format"
},
"gxDependencies": [
{
"author": "whyrusleeping",
"hash": "QmTbxNB1NwDesLmKTscr4udL2tVP7MaxvXnD1D9yX7g3PN",
"name": "go-cid",
"version": "0.9.3"
},
{
"author": "stebalien",
"hash": "QmYYLnAzR28nAQ4U5MFniLprnktu6eTFKibeNt96V21EZK",
"name": "go-block-format",
"version": "0.2.2"
},
{
"author": "multiformats",
"hash": "QmerPMzPk1mJVowm8KgmoknWa4yCYvvugMPsgWmDNUvDLW",
"name": "go-multihash",
"version": "1.0.9"
}
],
"gxVersion": "0.10.0",
"language": "go",
"license": "",
"name": "go-ipld-format",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "0.8.1"
}
......@@ -88,7 +88,6 @@ type Walker struct {
// * Active node.
// * Path to the active node.
// Function called each time a node is arrived upon in a walk operation
// through the `down` method (not when going back `up`). It is the main
// API to implement DAG functionality (e.g., read and seek a file DAG)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment