Files
cid/go.mod

11 lines
252 B
Modula-2
Raw Normal View History

2019-02-28 18:32:58 +01:00
module github.com/ipfs/go-cid
require (
2020-05-25 13:51:07 +02:00
github.com/multiformats/go-multibase v0.0.3
2022-01-05 10:40:05 +11:00
github.com/multiformats/go-multihash v0.1.0
github.com/multiformats/go-varint v0.0.6
2021-05-12 11:13:58 -04:00
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect
2019-02-28 18:32:58 +01:00
)
2021-08-17 13:32:05 +00:00
go 1.16