mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 18:09:57 +00:00
Upgrade golang.org/x/net to v0.46.0 (#1212)
This commit upgrades golang.org/x/net from v0.43.0 to v0.46.0 (latest stable version) along with related golang.org/x/* dependencies. The helm.sh/helm/v3 upgrade was attempted but skipped due to compatibility issues - upgrading to helm v3.19.0 would require k8s.io v0.34.0, which breaks compatibility with the current openshift/client-go vendored code that still uses sigs.k8s.io/structured-merge-diff/v4 instead of v6. Changes: - golang.org/x/crypto: v0.41.0 => v0.43.0 - golang.org/x/net: v0.43.0 => v0.46.0 - golang.org/x/sync: v0.16.0 => v0.17.0 - golang.org/x/sys: v0.35.0 => v0.37.0 - golang.org/x/term: v0.34.0 => v0.36.0 - golang.org/x/text: v0.28.0 => v0.30.0 - golang.org/x/tools: v0.36.0 => v0.37.0 All tests pass successfully. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Signed-off-by: zhujian <jiazhu@redhat.com> Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
14
go.mod
14
go.mod
@@ -159,16 +159,16 @@ require (
|
||||
go.uber.org/zap v1.27.0 // indirect
|
||||
go.yaml.in/yaml/v2 v2.4.2 // indirect
|
||||
go.yaml.in/yaml/v3 v3.0.3 // indirect
|
||||
golang.org/x/crypto v0.41.0 // indirect
|
||||
golang.org/x/crypto v0.43.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
|
||||
golang.org/x/net v0.43.0 // indirect
|
||||
golang.org/x/net v0.46.0 // indirect
|
||||
golang.org/x/oauth2 v0.30.0 // indirect
|
||||
golang.org/x/sync v0.16.0 // indirect
|
||||
golang.org/x/sys v0.35.0 // indirect
|
||||
golang.org/x/term v0.34.0 // indirect
|
||||
golang.org/x/text v0.28.0 // indirect
|
||||
golang.org/x/sync v0.17.0 // indirect
|
||||
golang.org/x/sys v0.37.0 // indirect
|
||||
golang.org/x/term v0.36.0 // indirect
|
||||
golang.org/x/text v0.30.0 // indirect
|
||||
golang.org/x/time v0.12.0 // indirect
|
||||
golang.org/x/tools v0.36.0 // indirect
|
||||
golang.org/x/tools v0.37.0 // indirect
|
||||
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
|
||||
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
|
||||
|
||||
Reference in New Issue
Block a user