@@ -10,12 +10,12 @@ require (
10
10
github.com/etherlabsio/healthcheck/v2 v2.0.0
11
11
github.com/filecoin-project/go-address v1.2.0
12
12
github.com/filecoin-project/go-bitfield v0.2.4
13
- github.com/filecoin-project/go-f3 v0.7.2
13
+ github.com/filecoin-project/go-f3 v0.7.3
14
14
github.com/filecoin-project/go-jsonrpc v0.6.0
15
- github.com/filecoin-project/go-state-types v0.15.0
15
+ github.com/filecoin-project/go-state-types v0.16.0-rc1
16
16
github.com/filecoin-project/specs-actors/v2 v2.3.6
17
17
github.com/filecoin-project/specs-actors/v7 v7.0.1
18
- github.com/filecoin-project/venus v1.17.0
18
+ github.com/filecoin-project/venus v1.18.0-rc1
19
19
github.com/golang/mock v1.6.0
20
20
github.com/google/uuid v1.6.0
21
21
github.com/gorilla/mux v1.8.1
@@ -33,14 +33,14 @@ require (
33
33
github.com/mitchellh/go-homedir v1.1.0
34
34
github.com/multiformats/go-multiaddr v0.13.0
35
35
github.com/raulk/clock v1.1.0
36
- github.com/stretchr/testify v1.9 .0
36
+ github.com/stretchr/testify v1.10 .0
37
37
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
38
38
github.com/urfave/cli/v2 v2.25.5
39
39
go.opencensus.io v0.24.0
40
40
go.uber.org/fx v1.22.1
41
41
go.uber.org/zap v1.27.0
42
- golang.org/x/sync v0.8 .0
43
- golang.org/x/text v0.19 .0
42
+ golang.org/x/sync v0.9 .0
43
+ golang.org/x/text v0.20 .0
44
44
golang.org/x/tools v0.24.0
45
45
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
46
46
gorm.io/driver/mysql v1.3.5
@@ -107,13 +107,13 @@ require (
107
107
github.com/go-redis/redis_rate/v7 v7.0.1 // indirect
108
108
github.com/go-resty/resty/v2 v2.4.0 // indirect
109
109
github.com/go-sql-driver/mysql v1.6.0 // indirect
110
- github.com/goccy/go-json v0.10.2 // indirect
110
+ github.com/goccy/go-json v0.10.3 // indirect
111
111
github.com/gogo/protobuf v1.3.2 // indirect
112
112
github.com/golang/glog v1.2.0 // indirect
113
113
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
114
114
github.com/golang/protobuf v1.5.4 // indirect
115
115
github.com/golang/snappy v0.0.4 // indirect
116
- github.com/google/flatbuffers v23.5.26 +incompatible // indirect
116
+ github.com/google/flatbuffers v24.3.25 +incompatible // indirect
117
117
github.com/gorilla/websocket v1.5.3 // indirect
118
118
github.com/hannahhoward/cbor-gen-for v0.0.0-20230214144701-5d17c9d5243c // indirect
119
119
github.com/hannahhoward/go-pubsub v0.0.0-20200423002714-8d62886cc36e // indirect
@@ -187,7 +187,7 @@ require (
187
187
github.com/sirupsen/logrus v1.9.2 // indirect
188
188
github.com/smartystreets/assertions v1.13.0 // indirect
189
189
github.com/spaolacci/murmur3 v1.1.0 // indirect
190
- github.com/spf13/afero v1.8.2 // indirect
190
+ github.com/spf13/afero v1.10.0 // indirect
191
191
github.com/spf13/cast v1.5.0 // indirect
192
192
github.com/spf13/jwalterweatherman v1.1.0 // indirect
193
193
github.com/spf13/pflag v1.0.5 // indirect
@@ -214,13 +214,13 @@ require (
214
214
go.uber.org/multierr v1.11.0 // indirect
215
215
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
216
216
golang.org/x/arch v0.3.0 // indirect
217
- golang.org/x/crypto v0.28 .0 // indirect
217
+ golang.org/x/crypto v0.29 .0 // indirect
218
218
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e // indirect
219
219
golang.org/x/mod v0.20.0 // indirect
220
220
golang.org/x/net v0.29.0 // indirect
221
- golang.org/x/sys v0.26 .0 // indirect
221
+ golang.org/x/sys v0.27 .0 // indirect
222
222
golang.org/x/time v0.6.0 // indirect
223
- google.golang.org/api v0.81 .0 // indirect
223
+ google.golang.org/api v0.169 .0 // indirect
224
224
google.golang.org/protobuf v1.34.2 // indirect
225
225
gopkg.in/ini.v1 v1.66.6 // indirect
226
226
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments