1
1
module github.com/ipfs-force-community/api-compare
2
2
3
- go 1.20
3
+ go 1.22
4
4
5
5
require (
6
- github.com/filecoin-project/go-address v1.1 .0
7
- github.com/filecoin-project/go-jsonrpc v0.3.1
8
- github.com/filecoin-project/go-state-types v0.13 .0-rc.2
9
- github.com/filecoin-project/lotus v1.26 .0-rc3
10
- github.com/filecoin-project/venus v1.15 .0-rc1
6
+ github.com/filecoin-project/go-address v1.2 .0
7
+ github.com/filecoin-project/go-jsonrpc v0.6.0
8
+ github.com/filecoin-project/go-state-types v0.15 .0-rc1
9
+ github.com/filecoin-project/lotus v1.30 .0-rc2
10
+ github.com/filecoin-project/venus v1.17 .0-rc1
11
11
github.com/ipfs/go-cid v0.4.1
12
- github.com/stretchr/testify v1.8.4
12
+ github.com/stretchr/testify v1.9.0
13
13
github.com/urfave/cli/v2 v2.25.5
14
14
)
15
15
16
16
require (
17
- github.com/DataDog/zstd v1.5.2 // indirect
18
- github.com/GeertJohan/go.incremental v1.0.0 // indirect
19
- github.com/GeertJohan/go.rice v1.0.3 // indirect
20
- github.com/StackExchange/wmi v1.2.1 // indirect
21
- github.com/akavel/rsrc v0.8.0 // indirect
17
+ github.com/bahlo/generic-list-go v0.2.0 // indirect
18
+ github.com/buger/jsonparser v1.1.1 // indirect
19
+ github.com/filecoin-project/go-clock v0.1.0 // indirect
20
+ github.com/filecoin-project/go-f3 v0.7.0 // indirect
21
+ github.com/invopop/jsonschema v0.12.0 // indirect
22
+ github.com/mailru/easyjson v0.7.7 // indirect
23
+ github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
24
+ github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
25
+ gitlab.com/yawning/secp256k1-voi v0.0.0-20230925100816-f2616030848b // indirect
26
+ gitlab.com/yawning/tuplehash v0.0.0-20230713102510-df83abbf9a02 // indirect
27
+ )
28
+
29
+ require (
22
30
github.com/benbjohnson/clock v1.3.5 // indirect
23
31
github.com/bluele/gcache v0.0.0-20190518031135-bc40bd653833 // indirect
24
32
github.com/cespare/xxhash v1.1.0 // indirect
25
- github.com/cespare/xxhash/v2 v2.2.0 // indirect
26
- github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
27
- github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 // indirect
28
- github.com/daaku/go.zipexe v1.0.2 // indirect
33
+ github.com/cespare/xxhash/v2 v2.3.0 // indirect
34
+ github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
29
35
github.com/davecgh/go-spew v1.1.1 // indirect
30
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2 .0 // indirect
36
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0 // indirect
31
37
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
32
38
github.com/dgraph-io/ristretto v0.1.1 // indirect
33
39
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
34
40
github.com/dustin/go-humanize v1.0.1 // indirect
35
- github.com/filecoin-project/filecoin-ffi v1.23.0 // indirect
36
41
github.com/filecoin-project/go-amt-ipld/v2 v2.1.1-0.20201006184820-924ee87a1349 // indirect
37
42
github.com/filecoin-project/go-amt-ipld/v3 v3.1.0 // indirect
38
- github.com/filecoin-project/go-amt-ipld/v4 v4.2 .0 // indirect
43
+ github.com/filecoin-project/go-amt-ipld/v4 v4.4 .0 // indirect
39
44
github.com/filecoin-project/go-bitfield v0.2.4 // indirect
40
- github.com/filecoin-project/go-cbor-util v0.0.1 // indirect
41
- github.com/filecoin-project/go-crypto v0.0.1 // indirect
42
- github.com/filecoin-project/go-data-transfer/v2 v2.0.0-rc7 // indirect
43
- github.com/filecoin-project/go-fil-markets v1.28.3 // indirect
45
+ github.com/filecoin-project/go-crypto v0.1.0 // indirect
44
46
github.com/filecoin-project/go-hamt-ipld v0.1.5 // indirect
45
47
github.com/filecoin-project/go-hamt-ipld/v2 v2.0.0 // indirect
46
- github.com/filecoin-project/go-hamt-ipld/v3 v3.1.0 // indirect
47
- github.com/filecoin-project/go-padreader v0.0.1 // indirect
48
- github.com/filecoin-project/go-statemachine v1.0.3 // indirect
49
- github.com/filecoin-project/go-statestore v0.2.0 // indirect
50
- github.com/filecoin-project/kubo-api-client v0.0.1 // indirect
48
+ github.com/filecoin-project/go-hamt-ipld/v3 v3.4.0 // indirect
51
49
github.com/filecoin-project/specs-actors v0.9.15 // indirect
52
50
github.com/filecoin-project/specs-actors/v2 v2.3.6 // indirect
53
51
github.com/filecoin-project/specs-actors/v3 v3.1.2 // indirect
@@ -56,112 +54,90 @@ require (
56
54
github.com/filecoin-project/specs-actors/v6 v6.0.2 // indirect
57
55
github.com/filecoin-project/specs-actors/v7 v7.0.1 // indirect
58
56
github.com/gbrlsnchs/jwt/v3 v3.0.1 // indirect
59
- github.com/go-logr/logr v1.2.4 // indirect
57
+ github.com/go-logr/logr v1.4.2 // indirect
60
58
github.com/go-logr/stdr v1.2.2 // indirect
61
- github.com/go-ole/go-ole v1.2.5 // indirect
62
59
github.com/gogo/protobuf v1.3.2 // indirect
63
- github.com/golang/glog v1.1.1 // indirect
60
+ github.com/golang/glog v1.2.0 // indirect
64
61
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
65
- github.com/golang/mock v1.6.0 // indirect
66
- github.com/golang/protobuf v1.5.3 // indirect
62
+ github.com/golang/protobuf v1.5.4 // indirect
67
63
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
68
- github.com/google/uuid v1.3.0 // indirect
69
- github.com/gorilla/websocket v1.5.0 // indirect
70
- github.com/hannahhoward/cbor-gen-for v0.0.0-20230214144701-5d17c9d5243c // indirect
71
- github.com/hannahhoward/go-pubsub v0.0.0-20200423002714-8d62886cc36e // indirect
72
- github.com/hashicorp/golang-lru v0.6.0 // indirect
64
+ github.com/google/uuid v1.6.0 // indirect
65
+ github.com/gorilla/websocket v1.5.3 // indirect
66
+ github.com/hashicorp/golang-lru v1.0.2 // indirect
73
67
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
74
- github.com/icza/backscanner v0.0.0-20210726202459-ac2ffc679f94 // indirect
75
68
github.com/ipfs/bbloom v0.0.4 // indirect
76
- github.com/ipfs/boxo v0.10.1 // indirect
77
- github.com/ipfs/go-block-format v0.1.2 // indirect
78
- github.com/ipfs/go-blockservice v0.5.1 // indirect
69
+ github.com/ipfs/boxo v0.20.0 // indirect
70
+ github.com/ipfs/go-block-format v0.2.0 // indirect
71
+ github.com/ipfs/go-blockservice v0.5.2 // indirect
79
72
github.com/ipfs/go-datastore v0.6.0 // indirect
80
- github.com/ipfs/go-graphsync v0.14.6 // indirect
81
- github.com/ipfs/go-ipfs-blockstore v1.3.0 // indirect
82
- github.com/ipfs/go-ipfs-cmds v0.9.0 // indirect
83
- github.com/ipfs/go-ipfs-ds-help v1.1.0 // indirect
84
- github.com/ipfs/go-ipfs-exchange-interface v0.2.0 // indirect
73
+ github.com/ipfs/go-ipfs-blockstore v1.3.1 // indirect
74
+ github.com/ipfs/go-ipfs-ds-help v1.1.1 // indirect
75
+ github.com/ipfs/go-ipfs-exchange-interface v0.2.1 // indirect
85
76
github.com/ipfs/go-ipfs-util v0.0.3 // indirect
86
- github.com/ipfs/go-ipld-cbor v0.0.6 // indirect
87
- github.com/ipfs/go-ipld-format v0.5 .0 // indirect
77
+ github.com/ipfs/go-ipld-cbor v0.2.0 // indirect
78
+ github.com/ipfs/go-ipld-format v0.6 .0 // indirect
88
79
github.com/ipfs/go-ipld-legacy v0.2.1 // indirect
89
80
github.com/ipfs/go-log v1.0.5 // indirect
90
81
github.com/ipfs/go-log/v2 v2.5.1 // indirect
91
82
github.com/ipfs/go-merkledag v0.11.0 // indirect
92
83
github.com/ipfs/go-metrics-interface v0.0.1 // indirect
93
- github.com/ipfs/go-verifcid v0.0.2 // indirect
94
- github.com/ipld/go-car v0.6.1 // indirect
84
+ github.com/ipfs/go-verifcid v0.0.3 // indirect
85
+ github.com/ipld/go-car v0.6.2 // indirect
95
86
github.com/ipld/go-codec-dagpb v1.6.0 // indirect
96
- github.com/ipld/go-ipld-prime v0.20.0 // indirect
97
- github.com/ipsn/go-secp256k1 v0.0.0-20180726113642-9d62b9f0bc52 // indirect
87
+ github.com/ipld/go-ipld-prime v0.21.0 // indirect
98
88
github.com/jbenet/goprocess v0.1.4 // indirect
99
- github.com/jessevdk/go-flags v1.4.0 // indirect
100
- github.com/jpillora/backoff v1.0.0 // indirect
101
- github.com/klauspost/compress v1.16.7 // indirect
102
- github.com/klauspost/cpuid/v2 v2.2.6 // indirect
89
+ github.com/klauspost/compress v1.17.9 // indirect
90
+ github.com/klauspost/cpuid/v2 v2.2.8 // indirect
103
91
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
104
92
github.com/libp2p/go-flow-metrics v0.1.0 // indirect
105
- github.com/libp2p/go-libp2p v0.31.1 // indirect
106
- github.com/libp2p/go-libp2p-pubsub v0.9.3 // indirect
93
+ github.com/libp2p/go-libp2p v0.35.5 // indirect
94
+ github.com/libp2p/go-libp2p-pubsub v0.11.0 // indirect
107
95
github.com/libp2p/go-msgio v0.3.0 // indirect
108
96
github.com/magefile/mage v1.11.0 // indirect
109
- github.com/mattn/go-isatty v0.0.19 // indirect
110
- github.com/miekg/dns v1.1.55 // indirect
111
- github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
97
+ github.com/mattn/go-isatty v0.0.20 // indirect
112
98
github.com/minio/sha256-simd v1.0.1 // indirect
113
- github.com/mitchellh/go-homedir v1.1.0 // indirect
114
99
github.com/mr-tron/base58 v1.2.0 // indirect
115
100
github.com/multiformats/go-base32 v0.1.0 // indirect
116
101
github.com/multiformats/go-base36 v0.2.0 // indirect
117
- github.com/multiformats/go-multiaddr v0.12.2 // indirect
118
- github.com/multiformats/go-multiaddr-dns v0.3.1 // indirect
102
+ github.com/multiformats/go-multiaddr v0.13.0 // indirect
119
103
github.com/multiformats/go-multibase v0.2.0 // indirect
120
104
github.com/multiformats/go-multicodec v0.9.0 // indirect
121
105
github.com/multiformats/go-multihash v0.2.3 // indirect
122
- github.com/multiformats/go-multistream v0.4.1 // indirect
106
+ github.com/multiformats/go-multistream v0.5.0 // indirect
123
107
github.com/multiformats/go-varint v0.0.7 // indirect
124
- github.com/nkovacs/streamquote v1.0.0 // indirect
125
108
github.com/opentracing/opentracing-go v1.2.0 // indirect
126
109
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
127
110
github.com/pkg/errors v0.9.1 // indirect
128
111
github.com/pmezard/go-difflib v1.0.0 // indirect
129
112
github.com/polydawn/refmt v0.89.0 // indirect
130
113
github.com/raulk/clock v1.1.0 // indirect
131
- github.com/rs/cors v1.7.0 // indirect
132
114
github.com/russross/blackfriday/v2 v2.1.0 // indirect
133
115
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
134
116
github.com/sirupsen/logrus v1.9.2
135
117
github.com/spaolacci/murmur3 v1.1.0 // indirect
136
118
github.com/tklauser/go-sysconf v0.3.5 // indirect
137
- github.com/tklauser/numcpus v0.2.2 // indirect
138
- github.com/valyala/bytebufferpool v1.0.0 // indirect
139
- github.com/valyala/fasttemplate v1.1.0 // indirect
140
- github.com/whyrusleeping/bencher v0.0.0-20190829221104-bb6607aa8bba // indirect
141
- github.com/whyrusleeping/cbor-gen v0.1.0 // indirect
142
- github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
119
+ github.com/whyrusleeping/cbor-gen v0.1.2 // indirect
120
+ github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
143
121
go.opencensus.io v0.24.0 // indirect
144
- go.opentelemetry.io/otel v1.16 .0 // indirect
145
- go.opentelemetry.io/otel/metric v1.16 .0 // indirect
146
- go.opentelemetry.io/otel/trace v1.16 .0 // indirect
122
+ go.opentelemetry.io/otel v1.28 .0 // indirect
123
+ go.opentelemetry.io/otel/metric v1.28 .0 // indirect
124
+ go.opentelemetry.io/otel/trace v1.28 .0 // indirect
147
125
go.uber.org/atomic v1.11.0 // indirect
148
126
go.uber.org/multierr v1.11.0 // indirect
149
- go.uber.org/zap v1.25.0 // indirect
150
- golang.org/x/crypto v0.18.0 // indirect
151
- golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
152
- golang.org/x/mod v0.12.0 // indirect
153
- golang.org/x/net v0.17.0 // indirect
154
- golang.org/x/sync v0.3.0 // indirect
155
- golang.org/x/sys v0.16.0 // indirect
156
- golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 // indirect
157
- golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
158
- google.golang.org/protobuf v1.31.0 // indirect
127
+ go.uber.org/zap v1.27.0 // indirect
128
+ golang.org/x/crypto v0.27.0 // indirect
129
+ golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e // indirect
130
+ golang.org/x/net v0.29.0 // indirect
131
+ golang.org/x/sync v0.8.0 // indirect
132
+ golang.org/x/sys v0.25.0 // indirect
133
+ golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
134
+ google.golang.org/protobuf v1.34.2 // indirect
159
135
gopkg.in/yaml.v3 v3.0.1 // indirect
160
- lukechampine.com/blake3 v1.2.1 // indirect
136
+ lukechampine.com/blake3 v1.3.0 // indirect
161
137
)
162
138
163
139
replace (
164
140
github.com/ethereum/go-ethereum => github.com/simlecode/go-ethereum v0.0.0-20230817064327-61ce41e5548c
165
141
github.com/filecoin-project/go-jsonrpc => github.com/ipfs-force-community/go-jsonrpc v0.1.8
166
- github.com/filecoin-project/lotus => github.com/ipfs-force-community/lotus v0.8.1-0.20240311023706-83e32171e2dc
142
+ github.com/filecoin-project/lotus => github.com/ipfs-force-community/lotus v0.8.1-0.20241015023721-d24c1192adc1
167
143
)
0 commit comments