-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
43 lines (40 loc) · 1.67 KB
/
go.mod
File metadata and controls
43 lines (40 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
module github.com/fil-forge/libforge
go 1.25.3
require (
github.com/alanshaw/dag-json-gen v0.0.5
github.com/fil-forge/automobile v0.0.1
github.com/fil-forge/ucantone v0.0.0-20260521210642-84d8c533075b
github.com/filecoin-project/go-data-segment v0.0.1
github.com/gobwas/glob v0.2.3
github.com/ipfs/go-cid v0.6.1
github.com/ipfs/go-log/v2 v2.9.1
github.com/multiformats/go-multibase v0.3.0
github.com/multiformats/go-multihash v0.2.3
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/stretchr/testify v1.11.1
github.com/whyrusleeping/cbor-gen v0.3.1
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/filecoin-project/go-state-types v0.18.0 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/minio/sha256-simd v1.0.1 // indirect
github.com/mr-tron/base58 v1.3.0 // indirect
github.com/multiformats/go-base32 v0.1.0 // indirect
github.com/multiformats/go-base36 v0.2.0 // indirect
github.com/multiformats/go-varint v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
gitlab.com/yawning/secp256k1-voi v0.0.0-20230925100816-f2616030848b // indirect
gitlab.com/yawning/tuplehash v0.0.0-20230713102510-df83abbf9a02 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.1 // indirect
golang.org/x/crypto v0.50.0 // indirect
golang.org/x/exp v0.0.0-20230418202329-0354be287a23 // indirect
golang.org/x/sys v0.43.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.4.1 // indirect
pitr.ca/jsontokenizer v0.3.0 // indirect
)