Files
cid/go.mod
Marten Seemann e2d6877ec4 update x/crypto
2021-05-11 07:24:22 -07:00

11 lines
253 B
Modula-2

module github.com/ipfs/go-cid
require (
github.com/multiformats/go-multibase v0.0.3
github.com/multiformats/go-multihash v0.0.14
github.com/multiformats/go-varint v0.0.6
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect
)
go 1.15