-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
24 lines (21 loc) · 772 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/ipld/go-codec-dagpb
go 1.23
require (
github.com/ipfs/go-cid v0.5.0
github.com/ipld/go-ipld-prime v0.21.0
google.golang.org/protobuf v1.36.5
)
require (
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/multiformats/go-base32 v0.0.3 // indirect
github.com/multiformats/go-base36 v0.1.0 // indirect
github.com/multiformats/go-multibase v0.2.0 // indirect
github.com/multiformats/go-multihash v0.2.3 // indirect
github.com/multiformats/go-varint v0.0.7 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/sys v0.28.0 // indirect
lukechampine.com/blake3 v1.1.6 // indirect
)