Skip to content

Commit 7665647

Browse files
authored
Merge pull request #254 from ipfs-force-community/chore/bump-v1.18.0-rc1
chore: bump version to v1.18.0-rc1
2 parents fbfe758 + 580b6cd commit 7665647

File tree

3 files changed

+40
-201
lines changed

3 files changed

+40
-201
lines changed

build/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package build
33
var CurrentCommit string
44

55
// BuildVersion is the local build version, set by build system
6-
const BuildVersion = "1.17.0"
7-
const Version = "1170"
6+
const BuildVersion = "1.18.0-rc1"
7+
const Version = "1180"
88

99
func UserVersion() string {
1010
return BuildVersion + CurrentCommit

go.mod

+12-12
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ require (
1010
github.com/etherlabsio/healthcheck/v2 v2.0.0
1111
github.com/filecoin-project/go-address v1.2.0
1212
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
1414
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
1616
github.com/filecoin-project/specs-actors/v2 v2.3.6
1717
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
1919
github.com/golang/mock v1.6.0
2020
github.com/google/uuid v1.6.0
2121
github.com/gorilla/mux v1.8.1
@@ -33,14 +33,14 @@ require (
3333
github.com/mitchellh/go-homedir v1.1.0
3434
github.com/multiformats/go-multiaddr v0.13.0
3535
github.com/raulk/clock v1.1.0
36-
github.com/stretchr/testify v1.9.0
36+
github.com/stretchr/testify v1.10.0
3737
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
3838
github.com/urfave/cli/v2 v2.25.5
3939
go.opencensus.io v0.24.0
4040
go.uber.org/fx v1.22.1
4141
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
4444
golang.org/x/tools v0.24.0
4545
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
4646
gorm.io/driver/mysql v1.3.5
@@ -107,13 +107,13 @@ require (
107107
github.com/go-redis/redis_rate/v7 v7.0.1 // indirect
108108
github.com/go-resty/resty/v2 v2.4.0 // indirect
109109
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
111111
github.com/gogo/protobuf v1.3.2 // indirect
112112
github.com/golang/glog v1.2.0 // indirect
113113
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
114114
github.com/golang/protobuf v1.5.4 // indirect
115115
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
117117
github.com/gorilla/websocket v1.5.3 // indirect
118118
github.com/hannahhoward/cbor-gen-for v0.0.0-20230214144701-5d17c9d5243c // indirect
119119
github.com/hannahhoward/go-pubsub v0.0.0-20200423002714-8d62886cc36e // indirect
@@ -187,7 +187,7 @@ require (
187187
github.com/sirupsen/logrus v1.9.2 // indirect
188188
github.com/smartystreets/assertions v1.13.0 // indirect
189189
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
191191
github.com/spf13/cast v1.5.0 // indirect
192192
github.com/spf13/jwalterweatherman v1.1.0 // indirect
193193
github.com/spf13/pflag v1.0.5 // indirect
@@ -214,13 +214,13 @@ require (
214214
go.uber.org/multierr v1.11.0 // indirect
215215
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
216216
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
218218
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e // indirect
219219
golang.org/x/mod v0.20.0 // indirect
220220
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
222222
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
224224
google.golang.org/protobuf v1.34.2 // indirect
225225
gopkg.in/ini.v1 v1.66.6 // indirect
226226
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)