Bump golang.org/x/net from v0.31.0 to v0.32.0
Some checks failed
automerge / automerge (pull_request) Failing after 12s
autoapprove / autoapprove (pull_request) Failing after 48s
codeql / analyze (go) (pull_request) Failing after 1m20s
prbuild / test (pull_request) Failing after 5m32s
prbuild / lint (pull_request) Successful in 10m7s
dependabot-automerge / automerge (pull_request) Failing after 11m22s

This commit is contained in:
gitea-actions
2024-12-08 13:32:10 +03:00
committed by Vasiliy Tolstov
parent 55cdcfb3af
commit 252a262c35
2 changed files with 9 additions and 9 deletions

6
go.mod
View File

@@ -6,14 +6,14 @@ toolchain go1.23.3
require (
go.unistack.org/micro/v3 v3.10.109
golang.org/x/net v0.31.0
google.golang.org/grpc v1.68.0
google.golang.org/protobuf v1.35.2
)
require (
go.unistack.org/micro-proto/v3 v3.4.1 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.20.0 // indirect
golang.org/x/net v0.32.0
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect
)