mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 18:09:57 +00:00
🌱 Bump golang.org/x/net from 0.42.0 to 0.43.0 (#1119)
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m55s
Post / coverage (push) Failing after 40m23s
Post / images (amd64, addon-manager) (push) Failing after 8m55s
Post / images (amd64, placement) (push) Failing after 7m48s
Post / images (amd64, registration) (push) Failing after 7m46s
Post / images (amd64, registration-operator) (push) Failing after 7m48s
Post / images (amd64, work) (push) Failing after 7m45s
Post / images (arm64, addon-manager) (push) Failing after 7m55s
Post / images (arm64, placement) (push) Failing after 7m57s
Post / images (arm64, registration) (push) Failing after 7m44s
Post / images (arm64, registration-operator) (push) Failing after 7m53s
Post / images (arm64, work) (push) Failing after 7m56s
Post / image manifest (addon-manager) (push) Has been skipped
Post / image manifest (placement) (push) Has been skipped
Post / image manifest (registration) (push) Has been skipped
Post / image manifest (registration-operator) (push) Has been skipped
Post / image manifest (work) (push) Has been skipped
Post / trigger clusteradm e2e (push) Has been skipped
Close stale issues and PRs / stale (push) Successful in 1m7s
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m55s
Post / coverage (push) Failing after 40m23s
Post / images (amd64, addon-manager) (push) Failing after 8m55s
Post / images (amd64, placement) (push) Failing after 7m48s
Post / images (amd64, registration) (push) Failing after 7m46s
Post / images (amd64, registration-operator) (push) Failing after 7m48s
Post / images (amd64, work) (push) Failing after 7m45s
Post / images (arm64, addon-manager) (push) Failing after 7m55s
Post / images (arm64, placement) (push) Failing after 7m57s
Post / images (arm64, registration) (push) Failing after 7m44s
Post / images (arm64, registration-operator) (push) Failing after 7m53s
Post / images (arm64, work) (push) Failing after 7m56s
Post / image manifest (addon-manager) (push) Has been skipped
Post / image manifest (placement) (push) Has been skipped
Post / image manifest (registration) (push) Has been skipped
Post / image manifest (registration-operator) (push) Has been skipped
Post / image manifest (work) (push) Has been skipped
Post / trigger clusteradm e2e (push) Has been skipped
Close stale issues and PRs / stale (push) Successful in 1m7s
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.42.0 to 0.43.0. - [Commits](https://github.com/golang/net/compare/v0.42.0...v0.43.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.43.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
12
go.mod
12
go.mod
@@ -26,7 +26,7 @@ require (
|
||||
github.com/spf13/pflag v1.0.7
|
||||
github.com/stretchr/testify v1.10.0
|
||||
github.com/valyala/fasttemplate v1.2.2
|
||||
golang.org/x/net v0.42.0
|
||||
golang.org/x/net v0.43.0
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
helm.sh/helm/v3 v3.18.4
|
||||
k8s.io/api v0.33.3
|
||||
@@ -156,15 +156,15 @@ 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.40.0 // indirect
|
||||
golang.org/x/crypto v0.41.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
|
||||
golang.org/x/oauth2 v0.30.0 // indirect
|
||||
golang.org/x/sync v0.16.0 // indirect
|
||||
golang.org/x/sys v0.34.0 // indirect
|
||||
golang.org/x/term v0.33.0 // indirect
|
||||
golang.org/x/text v0.27.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/time v0.12.0 // indirect
|
||||
golang.org/x/tools v0.34.0 // indirect
|
||||
golang.org/x/tools v0.35.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