Skip to content

Commit

Permalink
Merge pull request #232 from RadekManak/update-kustomize
Browse files Browse the repository at this point in the history
NO-JIRA: Update kustomize in manifests-gen
  • Loading branch information
openshift-merge-bot[bot] authored Nov 5, 2024
2 parents 87f4fd2 + 6766404 commit acabef0
Show file tree
Hide file tree
Showing 136 changed files with 830 additions and 17,527 deletions.
10 changes: 5 additions & 5 deletions manifests-gen/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openshift/cluster-capi-operator/manifests-gen

go 1.22.0
go 1.22.7

require (
github.com/cert-manager/cert-manager v1.14.5
Expand All @@ -10,8 +10,9 @@ require (
k8s.io/apimachinery v0.30.5
k8s.io/client-go v0.30.5
sigs.k8s.io/cluster-api v1.8.4
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3
// Update kustomize when updating k8s
sigs.k8s.io/kustomize/api v0.18.0
sigs.k8s.io/kustomize/kyaml v0.18.1
sigs.k8s.io/yaml v1.4.0
)

Expand All @@ -27,7 +28,6 @@ require (
github.com/distribution/reference v0.6.0 // indirect
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-errors/errors v1.4.2 // indirect
Expand Down Expand Up @@ -74,7 +74,6 @@ require (
github.com/spf13/viper v1.19.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/xlab/treeprint v1.2.0 // indirect
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/exp v0.0.0-20231226003508-02704c960a9b // indirect
Expand All @@ -86,6 +85,7 @@ require (
golang.org/x/time v0.5.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
77 changes: 8 additions & 69 deletions manifests-gen/go.sum

Large diffs are not rendered by default.

29 changes: 0 additions & 29 deletions manifests-gen/vendor/go.starlark.net/LICENSE

This file was deleted.

Loading

0 comments on commit acabef0

Please sign in to comment.