@@ -8,7 +8,7 @@ require (
8
8
github.com/cert-manager/cert-manager v1.15.3
9
9
github.com/fatih/color v1.17.0
10
10
github.com/ghodss/yaml v1.0.0
11
- github.com/kedacore/keda/v2 v2.15.0
11
+ github.com/kedacore/keda/v2 v2.15.1
12
12
github.com/mitchellh/go-homedir v1.1.0
13
13
github.com/mitchellh/mapstructure v1.5.0
14
14
github.com/openshift/api v0.0.0-20230406152840-ce21e3fe5da2
@@ -20,9 +20,9 @@ require (
20
20
github.com/spf13/viper v1.19.0
21
21
github.com/stretchr/testify v1.9.0
22
22
helm.sh/helm/v3 v3.15.4
23
- k8s.io/api v0.30.3
24
- k8s.io/apimachinery v0.30.3
25
- k8s.io/client-go v0.30.3
23
+ k8s.io/api v0.31.0
24
+ k8s.io/apimachinery v0.31.0
25
+ k8s.io/client-go v0.31.0
26
26
k8s.io/gengo v0.0.0-20240129211411-f967bbeff4b4
27
27
)
28
28
@@ -50,9 +50,10 @@ require (
50
50
github.com/emicklei/go-restful/v3 v3.12.0 // indirect
51
51
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
52
52
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
53
- github.com/expr-lang/expr v1.16.5 // indirect
53
+ github.com/expr-lang/expr v1.16.9 // indirect
54
54
github.com/felixge/httpsnoop v1.0.4 // indirect
55
55
github.com/fsnotify/fsnotify v1.7.0 // indirect
56
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
56
57
github.com/go-errors/errors v1.5.1 // indirect
57
58
github.com/go-logr/logr v1.4.2 // indirect
58
59
github.com/go-logr/stdr v1.2.2 // indirect
@@ -77,7 +78,7 @@ require (
77
78
github.com/inconshreveable/mousetrap v1.1.0 // indirect
78
79
github.com/josharian/intern v1.0.0 // indirect
79
80
github.com/json-iterator/go v1.1.12 // indirect
80
- github.com/klauspost/compress v1.17.7 // indirect
81
+ github.com/klauspost/compress v1.17.8 // indirect
81
82
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
82
83
github.com/magiconair/properties v1.8.7 // indirect
83
84
github.com/mailru/easyjson v0.7.7 // indirect
@@ -96,10 +97,10 @@ require (
96
97
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
97
98
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
98
99
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
99
- github.com/prometheus/client_golang v1.19.0 // indirect
100
+ github.com/prometheus/client_golang v1.19.1 // indirect
100
101
github.com/prometheus/client_model v0.6.1 // indirect
101
- github.com/prometheus/common v0.53 .0 // indirect
102
- github.com/prometheus/procfs v0.15.0 // indirect
102
+ github.com/prometheus/common v0.55 .0 // indirect
103
+ github.com/prometheus/procfs v0.15.1 // indirect
103
104
github.com/sagikazarmark/locafero v0.4.0 // indirect
104
105
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
105
106
github.com/shopspring/decimal v1.3.1 // indirect
@@ -108,46 +109,49 @@ require (
108
109
github.com/spf13/afero v1.11.0 // indirect
109
110
github.com/spf13/cast v1.6.0 // indirect
110
111
github.com/subosito/gotenv v1.6.0 // indirect
112
+ github.com/x448/float16 v0.8.4 // indirect
111
113
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
112
114
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
113
115
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
114
116
github.com/xlab/treeprint v1.2.0 // indirect
115
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51 .0 // indirect
116
- go.opentelemetry.io/otel v1.26 .0 // indirect
117
- go.opentelemetry.io/otel/metric v1.26 .0 // indirect
118
- go.opentelemetry.io/otel/trace v1.26 .0 // indirect
117
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53 .0 // indirect
118
+ go.opentelemetry.io/otel v1.28 .0 // indirect
119
+ go.opentelemetry.io/otel/metric v1.28 .0 // indirect
120
+ go.opentelemetry.io/otel/trace v1.28 .0 // indirect
119
121
go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
120
122
go.uber.org/multierr v1.11.0 // indirect
121
123
golang.org/x/crypto v0.26.0 // indirect
122
- golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
124
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
123
125
golang.org/x/net v0.28.0 // indirect
124
- golang.org/x/oauth2 v0.20 .0 // indirect
126
+ golang.org/x/oauth2 v0.22 .0 // indirect
125
127
golang.org/x/sync v0.8.0 // indirect
126
128
golang.org/x/sys v0.23.0 // indirect
127
129
golang.org/x/term v0.23.0 // indirect
128
130
golang.org/x/text v0.17.0 // indirect
129
131
golang.org/x/time v0.5.0 // indirect
130
132
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
131
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect
132
- google.golang.org/grpc v1.64.1 // indirect
133
- google.golang.org/protobuf v1.34.1 // indirect
133
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf // indirect
134
+ google.golang.org/grpc v1.65.0 // indirect
135
+ google.golang.org/protobuf v1.34.2 // indirect
134
136
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
135
137
gopkg.in/inf.v0 v0.9.1 // indirect
136
138
gopkg.in/ini.v1 v1.67.0 // indirect
137
139
gopkg.in/yaml.v2 v2.4.0 // indirect
138
140
gopkg.in/yaml.v3 v3.0.1 // indirect
139
- k8s.io/apiextensions-apiserver v0.30.3 // indirect
141
+ k8s.io/apiextensions-apiserver v0.31.0 // indirect
140
142
k8s.io/cli-runtime v0.30.3 // indirect
141
143
k8s.io/klog/v2 v2.130.1 // indirect
142
144
k8s.io/kube-openapi v0.0.0-20240430033511-f0e62f92d13f // indirect
143
145
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
144
- knative.dev/pkg v0.0.0-20240423132823-3c6badc82748 // indirect
146
+ knative.dev/pkg v0.0.0-20240805063731-c88d5dad9653 // indirect
145
147
oras.land/oras-go v1.2.5 // indirect
146
- sigs.k8s.io/controller-runtime v0.18.5 // indirect
148
+ sigs.k8s.io/controller-runtime v0.19.0 // indirect
147
149
sigs.k8s.io/gateway-api v1.1.0 // indirect
148
150
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
149
- sigs.k8s.io/kustomize/api v0.17.1 // indirect
150
- sigs.k8s.io/kustomize/kyaml v0.17.0 // indirect
151
+ sigs.k8s.io/kustomize/api v0.17.3 // indirect
152
+ sigs.k8s.io/kustomize/kyaml v0.17.2 // indirect
151
153
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
152
154
sigs.k8s.io/yaml v1.4.0 // indirect
153
155
)
156
+
157
+ replace sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.19.0
0 commit comments