10 lines
185 B
Modula-2
Raw Normal View History

2019-06-09 09:24:20 +02:00
module github.com/ipfs/go-cid
require (
github.com/multiformats/go-multibase v0.0.3
github.com/multiformats/go-multihash v0.0.13
github.com/multiformats/go-varint v0.0.5
2019-06-09 09:24:20 +02:00
)
go 1.13