ipld-eth-server/vendor/github.com/ipfs/go-ipld-cbor/go.mod
Elizabeth Engelman 36533f7c3f Update vendor directory and make necessary code changes
Fixes for new geth version
2019-09-25 16:32:27 -05:00

13 lines
461 B
Modula-2

module github.com/ipfs/go-ipld-cbor
require (
github.com/ipfs/go-block-format v0.0.2
github.com/ipfs/go-cid v0.0.2
github.com/ipfs/go-ipfs-util v0.0.1
github.com/ipfs/go-ipld-format v0.0.1
github.com/multiformats/go-multihash v0.0.1
github.com/polydawn/refmt v0.0.0-20190221155625-df39d6c2d992
github.com/smartystreets/goconvey v0.0.0-20190222223459-a17d461953aa // indirect
github.com/warpfork/go-wish v0.0.0-20180510122957-5ad1f5abf436 // indirect
)