Skip to content

Commit 86b2905

Browse files
authored
Merge pull request #6437 from filecoin-project/chore/bump-v1.18.0-rc1
chore: bump version to v1.18.0-rc1
2 parents 1b79bbf + 1bfff06 commit 86b2905

File tree

5 files changed

+2825
-228
lines changed

5 files changed

+2825
-228
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ require (
157157
go.dedis.ch/kyber/v4 v4.0.0-pre2.0.20240924132404-4de33740016e // indirect
158158
go.uber.org/mock v0.4.0 // indirect
159159
gonum.org/v1/gonum v0.15.0 // indirect
160-
google.golang.org/genproto v0.0.0-20230629202037-9506855d4529 // indirect
161160
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect
162161
rsc.io/tmplfunc v0.0.3 // indirect
163162
)
@@ -315,7 +314,7 @@ require (
315314
github.com/russross/blackfriday/v2 v2.1.0 // indirect
316315
github.com/sirupsen/logrus v1.9.2 // indirect
317316
github.com/spaolacci/murmur3 v1.1.0 // indirect
318-
github.com/spf13/afero v1.8.2 // indirect
317+
github.com/spf13/afero v1.10.0 // indirect
319318
github.com/spf13/cast v1.5.0 // indirect
320319
github.com/spf13/jwalterweatherman v1.1.0 // indirect
321320
github.com/spf13/pflag v1.0.5 // indirect
@@ -346,7 +345,7 @@ require (
346345
golang.org/x/text v0.20.0 // indirect
347346
golang.org/x/time v0.6.0 // indirect
348347
golang.org/x/tools v0.24.0 // indirect
349-
google.golang.org/api v0.81.0 // indirect
348+
google.golang.org/api v0.169.0 // indirect
350349
google.golang.org/grpc v1.64.0 // indirect
351350
google.golang.org/protobuf v1.34.2 // indirect
352351
gopkg.in/ini.v1 v1.66.6 // indirect

0 commit comments

Comments
 (0)