1
1
module golang.stackrox.io/kube-linter
2
2
3
3
go 1.22.5
4
-
5
4
require (
6
5
github.com/Masterminds/sprig/v3 v3.3.0
7
6
github.com/bmatcuk/doublestar/v4 v4.7.1
8
7
github.com/cert-manager/cert-manager v1.16.1
9
8
github.com/fatih/color v1.18.0
10
9
github.com/ghodss/yaml v1.0.0
11
- github.com/kedacore/keda/v2 v2.15.1
10
+ github.com/kedacore/keda/v2 v2.16.0
12
11
github.com/mitchellh/go-homedir v1.1.0
13
12
github.com/mitchellh/mapstructure v1.5.0
14
13
github.com/openshift/api v0.0.0-20230406152840-ce21e3fe5da2
@@ -23,7 +22,7 @@ require (
23
22
k8s.io/api v0.31.2
24
23
k8s.io/apimachinery v0.31.2
25
24
k8s.io/client-go v0.31.2
26
- k8s.io/gengo v0.0.0-20240129211411-f967bbeff4b4
25
+ k8s.io/gengo v0.0.0-20240404160639-a0386bf69313
27
26
)
28
27
29
28
require (
@@ -97,9 +96,9 @@ require (
97
96
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
98
97
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
99
98
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
100
- github.com/prometheus/client_golang v1.20.4 // indirect
99
+ github.com/prometheus/client_golang v1.20.5 // indirect
101
100
github.com/prometheus/client_model v0.6.1 // indirect
102
- github.com/prometheus/common v0.55.0 // indirect
101
+ github.com/prometheus/common v0.60.1 // indirect
103
102
github.com/prometheus/procfs v0.15.1 // indirect
104
103
github.com/sagikazarmark/locafero v0.4.0 // indirect
105
104
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
@@ -115,41 +114,40 @@ require (
115
114
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
116
115
github.com/xlab/treeprint v1.2.0 // indirect
117
116
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
118
- go.opentelemetry.io/otel v1.29.0 // indirect
119
- go.opentelemetry.io/otel/metric v1.29.0 // indirect
120
- go.opentelemetry.io/otel/trace v1.29.0 // indirect
121
- go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
117
+ go.opentelemetry.io/otel v1.31.0 // indirect
118
+ go.opentelemetry.io/otel/metric v1.31.0 // indirect
119
+ go.opentelemetry.io/otel/trace v1.31.0 // indirect
122
120
go.uber.org/multierr v1.11.0 // indirect
123
- golang.org/x/crypto v0.27 .0 // indirect
124
- golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
125
- golang.org/x/net v0.29 .0 // indirect
121
+ golang.org/x/crypto v0.28 .0 // indirect
122
+ golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
123
+ golang.org/x/net v0.30 .0 // indirect
126
124
golang.org/x/oauth2 v0.23.0 // indirect
127
125
golang.org/x/sync v0.8.0 // indirect
128
- golang.org/x/sys v0.25 .0 // indirect
129
- golang.org/x/term v0.24 .0 // indirect
130
- golang.org/x/text v0.18 .0 // indirect
131
- golang.org/x/time v0.6 .0 // indirect
126
+ golang.org/x/sys v0.26 .0 // indirect
127
+ golang.org/x/term v0.25 .0 // indirect
128
+ golang.org/x/text v0.19 .0 // indirect
129
+ golang.org/x/time v0.7 .0 // indirect
132
130
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
133
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
134
- google.golang.org/grpc v1.66.2 // indirect
135
- google.golang.org/protobuf v1.34.2 // indirect
131
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 // indirect
132
+ google.golang.org/grpc v1.67.1 // indirect
133
+ google.golang.org/protobuf v1.35.1 // indirect
136
134
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
137
135
gopkg.in/inf.v0 v0.9.1 // indirect
138
136
gopkg.in/ini.v1 v1.67.0 // indirect
139
137
gopkg.in/yaml.v2 v2.4.0 // indirect
140
138
gopkg.in/yaml.v3 v3.0.1 // indirect
141
- k8s.io/apiextensions-apiserver v0.31.1 // indirect
139
+ k8s.io/apiextensions-apiserver v0.31.2 // indirect
142
140
k8s.io/cli-runtime v0.31.1 // indirect
143
141
k8s.io/klog/v2 v2.130.1 // indirect
144
- k8s.io/kube-openapi v0.0.0-20240903163716-9e1beecbcb38 // indirect
142
+ k8s.io/kube-openapi v0.0.0-20241009091222-67ed5848f094 // indirect
145
143
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 // indirect
146
- knative.dev/pkg v0.0.0-20240805063731-c88d5dad9653 // indirect
144
+ knative.dev/pkg v0.0.0-20241026180704-25f6002b00f3 // indirect
147
145
oras.land/oras-go v1.2.5 // indirect
148
- sigs.k8s.io/controller-runtime v0.19.0 // indirect
146
+ sigs.k8s.io/controller-runtime v0.19.1 // indirect
149
147
sigs.k8s.io/gateway-api v1.1.0 // indirect
150
148
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
151
- sigs.k8s.io/kustomize/api v0.17.3 // indirect
152
- sigs.k8s.io/kustomize/kyaml v0.17.2 // indirect
149
+ sigs.k8s.io/kustomize/api v0.18.0 // indirect
150
+ sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
153
151
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
154
152
sigs.k8s.io/yaml v1.4.0 // indirect
155
153
)
0 commit comments