Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 Bump sigs.k8s.io/kustomize/kyaml from 0.17.2 to 0.18.0 in /test #1977

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions test/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/metal3-io/baremetal-operator/test

go 1.22.4
go 1.22.7

toolchain go1.22.8

require (
github.com/cert-manager/cert-manager v1.10.0
Expand All @@ -22,7 +24,7 @@ require (
sigs.k8s.io/cluster-api/test v1.8.3
sigs.k8s.io/controller-runtime v0.18.5
sigs.k8s.io/kustomize/api v0.17.3
sigs.k8s.io/kustomize/kyaml v0.17.2
sigs.k8s.io/kustomize/kyaml v0.18.0
)

require (
Expand Down Expand Up @@ -122,7 +124,6 @@ require (
go.opentelemetry.io/otel/sdk v1.22.0 // indirect
go.opentelemetry.io/otel/trace v1.24.0 // indirect
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/mod v0.20.0 // indirect
Expand Down
Loading