1
1
module github.com/zondax/rosetta-filecoin-lib
2
2
3
- go 1.23.7
3
+ go 1.23.10
4
4
5
- toolchain go1.24.1
5
+ toolchain go1.24.4
6
6
7
7
require (
8
8
github.com/filecoin-project/go-address v1.2.0
9
9
github.com/filecoin-project/go-crypto v0.1.0
10
- github.com/filecoin-project/go-state-types v0.16.0
11
- github.com/filecoin-project/lotus v1.32.2
10
+ github.com/filecoin-project/go-state-types v0.17.0-dev2
11
+ github.com/filecoin-project/lotus v1.34.0-rc1
12
12
github.com/filecoin-project/specs-actors v0.9.15
13
13
github.com/filecoin-project/specs-actors/v2 v2.3.6
14
14
github.com/filecoin-project/specs-actors/v3 v3.1.2
@@ -34,17 +34,16 @@ require (
34
34
github.com/buger/jsonparser v1.1.1 // indirect
35
35
github.com/daaku/go.zipexe v1.0.2 // indirect
36
36
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
37
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0 // indirect
37
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4 .0 // indirect
38
38
github.com/filecoin-project/go-amt-ipld/v2 v2.1.1-0.20201006184820-924ee87a1349 // indirect
39
39
github.com/filecoin-project/go-amt-ipld/v3 v3.1.0 // indirect
40
40
github.com/filecoin-project/go-amt-ipld/v4 v4.4.0 // indirect
41
41
github.com/filecoin-project/go-bitfield v0.2.4 // indirect
42
- github.com/filecoin-project/go-clock v0.1.0 // indirect
43
- github.com/filecoin-project/go-f3 v0.8.3 // indirect
42
+ github.com/filecoin-project/go-f3 v0.8.10 // indirect
44
43
github.com/filecoin-project/go-hamt-ipld v0.1.5 // indirect
45
44
github.com/filecoin-project/go-hamt-ipld/v2 v2.0.0 // indirect
46
- github.com/filecoin-project/go-hamt-ipld/v3 v3.4.0 // indirect
47
- github.com/filecoin-project/go-jsonrpc v0.7 .0 // indirect
45
+ github.com/filecoin-project/go-hamt-ipld/v3 v3.4.1 // indirect
46
+ github.com/filecoin-project/go-jsonrpc v0.8 .0 // indirect
48
47
github.com/gbrlsnchs/jwt/v3 v3.0.1 // indirect
49
48
github.com/go-logr/logr v1.4.2 // indirect
50
49
github.com/go-logr/stdr v1.2.2 // indirect
@@ -59,49 +58,48 @@ require (
59
58
github.com/icza/backscanner v0.0.0-20210726202459-ac2ffc679f94 // indirect
60
59
github.com/invopop/jsonschema v0.12.0 // indirect
61
60
github.com/ipfs/bbloom v0.0.4 // indirect
62
- github.com/ipfs/boxo v0.20 .0 // indirect
63
- github.com/ipfs/go-block-format v0.2.0 // indirect
61
+ github.com/ipfs/boxo v0.33 .0 // indirect
62
+ github.com/ipfs/go-block-format v0.2.2 // indirect
64
63
github.com/ipfs/go-blockservice v0.5.2 // indirect
65
- github.com/ipfs/go-datastore v0.6.0 // indirect
64
+ github.com/ipfs/go-datastore v0.8.2 // indirect
66
65
github.com/ipfs/go-ipfs-blockstore v1.3.1 // indirect
67
66
github.com/ipfs/go-ipfs-ds-help v1.1.1 // indirect
68
67
github.com/ipfs/go-ipfs-exchange-interface v0.2.1 // indirect
69
68
github.com/ipfs/go-ipfs-util v0.0.3 // indirect
70
- github.com/ipfs/go-ipld-cbor v0.2.0 // indirect
71
- github.com/ipfs/go-ipld-format v0.6.0 // indirect
72
- github.com/ipfs/go-ipld-legacy v0.2.1 // indirect
69
+ github.com/ipfs/go-ipld-cbor v0.2.1 // indirect
70
+ github.com/ipfs/go-ipld-format v0.6.2 // indirect
71
+ github.com/ipfs/go-ipld-legacy v0.2.2 // indirect
73
72
github.com/ipfs/go-log v1.0.5 // indirect
74
- github.com/ipfs/go-log/v2 v2.5.1 // indirect
73
+ github.com/ipfs/go-log/v2 v2.6.0 // indirect
75
74
github.com/ipfs/go-merkledag v0.11.0 // indirect
76
- github.com/ipfs/go-metrics-interface v0.0.1 // indirect
75
+ github.com/ipfs/go-metrics-interface v0.3.0 // indirect
77
76
github.com/ipfs/go-verifcid v0.0.3 // indirect
78
77
github.com/ipld/go-car v0.6.2 // indirect
79
- github.com/ipld/go-codec-dagpb v1.6 .0 // indirect
78
+ github.com/ipld/go-codec-dagpb v1.7 .0 // indirect
80
79
github.com/ipld/go-ipld-prime v0.21.0 // indirect
81
- github.com/jbenet/goprocess v0.1.4 // indirect
82
80
github.com/jessevdk/go-flags v1.4.0 // indirect
83
- github.com/klauspost/compress v1.17.11 // indirect
84
- github.com/klauspost/cpuid/v2 v2.2.9 // indirect
81
+ github.com/klauspost/compress v1.18.0 // indirect
82
+ github.com/klauspost/cpuid/v2 v2.2.10 // indirect
85
83
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
86
84
github.com/libp2p/go-flow-metrics v0.2.0 // indirect
87
- github.com/libp2p/go-libp2p v0.39.1 // indirect
85
+ github.com/libp2p/go-libp2p v0.42.0 // indirect
88
86
github.com/libp2p/go-libp2p-pubsub v0.13.0 // indirect
89
87
github.com/libp2p/go-msgio v0.3.0 // indirect
90
88
github.com/magefile/mage v1.11.0 // indirect
91
89
github.com/mailru/easyjson v0.7.7 // indirect
92
90
github.com/mattn/go-isatty v0.0.20 // indirect
93
- github.com/miekg/dns v1.1.63 // indirect
91
+ github.com/miekg/dns v1.1.66 // indirect
94
92
github.com/minio/sha256-simd v1.0.1 // indirect
95
93
github.com/mr-tron/base58 v1.2.0 // indirect
96
94
github.com/multiformats/go-base32 v0.1.0 // indirect
97
95
github.com/multiformats/go-base36 v0.2.0 // indirect
98
- github.com/multiformats/go-multiaddr v0.14.0 // indirect
96
+ github.com/multiformats/go-multiaddr v0.16.1 // indirect
99
97
github.com/multiformats/go-multiaddr-dns v0.4.1 // indirect
100
98
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
101
99
github.com/multiformats/go-multibase v0.2.0 // indirect
102
- github.com/multiformats/go-multicodec v0.9.0 // indirect
100
+ github.com/multiformats/go-multicodec v0.9.2 // indirect
103
101
github.com/multiformats/go-multihash v0.2.3 // indirect
104
- github.com/multiformats/go-multistream v0.6.0 // indirect
102
+ github.com/multiformats/go-multistream v0.6.1 // indirect
105
103
github.com/multiformats/go-varint v0.0.7 // indirect
106
104
github.com/nkovacs/streamquote v1.0.0 // indirect
107
105
github.com/opentracing/opentracing-go v1.2.0 // indirect
@@ -121,20 +119,20 @@ require (
121
119
gitlab.com/yawning/tuplehash v0.0.0-20230713102510-df83abbf9a02 // indirect
122
120
go.opencensus.io v0.24.0 // indirect
123
121
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
124
- go.opentelemetry.io/otel v1.34 .0 // indirect
125
- go.opentelemetry.io/otel/metric v1.34 .0 // indirect
126
- go.opentelemetry.io/otel/trace v1.34 .0 // indirect
122
+ go.opentelemetry.io/otel v1.35 .0 // indirect
123
+ go.opentelemetry.io/otel/metric v1.35 .0 // indirect
124
+ go.opentelemetry.io/otel/trace v1.35 .0 // indirect
127
125
go.uber.org/atomic v1.11.0 // indirect
128
126
go.uber.org/multierr v1.11.0 // indirect
129
- golang.org/x/crypto v0.36 .0 // indirect
130
- golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
131
- golang.org/x/mod v0.24 .0 // indirect
132
- golang.org/x/net v0.37 .0 // indirect
133
- golang.org/x/sync v0.12 .0 // indirect
134
- golang.org/x/sys v0.31 .0 // indirect
135
- golang.org/x/tools v0.31 .0 // indirect
127
+ golang.org/x/crypto v0.41 .0 // indirect
128
+ golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
129
+ golang.org/x/mod v0.26 .0 // indirect
130
+ golang.org/x/net v0.42 .0 // indirect
131
+ golang.org/x/sync v0.16 .0 // indirect
132
+ golang.org/x/sys v0.35 .0 // indirect
133
+ golang.org/x/tools v0.35 .0 // indirect
136
134
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
137
- google.golang.org/protobuf v1.36.5 // indirect
135
+ google.golang.org/protobuf v1.36.6 // indirect
138
136
gopkg.in/yaml.v3 v3.0.1 // indirect
139
- lukechampine.com/blake3 v1.3.0 // indirect
137
+ lukechampine.com/blake3 v1.4.1 // indirect
140
138
)
0 commit comments