[release-12.0.8] Dependencies: Bump golang.org/x/crypto to v0.45.0 (#114394)

* Dependencies: Bump golang.org/x/crypto to v0.45.0

* Remove usage of golangorg/x/net/context to fix linter
This commit is contained in:
Matheus Macabu
2025-11-25 13:02:58 +01:00
committed by GitHub
parent acfd73cc80
commit ffefbd50be
64 changed files with 473 additions and 436 deletions
+5 -5
View File
@@ -42,11 +42,11 @@ require (
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
github.com/xlab/treeprint v1.2.0 // indirect
github.com/yalue/merged_fs v1.3.0 // indirect
golang.org/x/mod v0.27.0 // indirect
golang.org/x/net v0.45.0 // indirect
golang.org/x/mod v0.29.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/oauth2 v0.27.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/text v0.29.0 // indirect
golang.org/x/tools v0.36.0 // indirect
golang.org/x/sync v0.18.0 // indirect
golang.org/x/text v0.31.0 // indirect
golang.org/x/tools v0.38.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)