1
1
module github.com/zapier/kubechecks
2
2
3
3
go 1.21
4
-
5
- toolchain go1.21.6
4
+ toolchain go1.22.5
6
5
7
6
require (
8
- github.com/argoproj/argo-cd/v2 v2.11.6
7
+ github.com/argoproj/argo-cd/v2 v2.12.2
9
8
github.com/argoproj/gitops-engine v0.7.1-0.20240715141605-18ba62e1f1fb
10
9
github.com/aws/aws-sdk-go-v2 v1.30.1
11
10
github.com/aws/aws-sdk-go-v2/config v1.27.24
@@ -57,11 +56,11 @@ require (
57
56
google.golang.org/grpc v1.64.0
58
57
gopkg.in/dealancer/validate.v2 v2.1.0
59
58
gopkg.in/yaml.v3 v3.0.1
60
- k8s.io/api v0.26.15
61
- k8s.io/apiextensions-apiserver v0.26.10
62
- k8s.io/apimachinery v0.26.15
63
- k8s.io/client-go v0.26.15
64
- sigs.k8s.io/controller-runtime v0.14.7
59
+ k8s.io/api v0.29.6
60
+ k8s.io/apiextensions-apiserver v0.29.6
61
+ k8s.io/apimachinery v0.29.6
62
+ k8s.io/client-go v0.29.6
63
+ sigs.k8s.io/controller-runtime v0.17.2
65
64
sigs.k8s.io/yaml v1.4.0
66
65
)
67
66
@@ -83,7 +82,7 @@ require (
83
82
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
84
83
github.com/Microsoft/go-winio v0.6.1 // indirect
85
84
github.com/OneOfOne/xxhash v1.2.8 // indirect
86
- github.com/ProtonMail/go-crypto v0 .0.0-20230828082145-3c4c8a2d2371 // indirect
85
+ github.com/ProtonMail/go-crypto v1 .0.0 // indirect
87
86
github.com/TomOnTime/utfutil v0.0.0-20180511104225-09c41003ee1d // indirect
88
87
github.com/agext/levenshtein v1.2.3 // indirect
89
88
github.com/agnivade/levenshtein v1.1.1 // indirect
@@ -122,20 +121,20 @@ require (
122
121
github.com/docker/distribution v2.8.3+incompatible // indirect
123
122
github.com/docker/go-connections v0.4.0 // indirect
124
123
github.com/docker/go-units v0.5.0 // indirect
125
- github.com/emicklei/go-restful/v3 v3.10.2 // indirect
124
+ github.com/emicklei/go-restful/v3 v3.11.0 // indirect
126
125
github.com/emirpasic/gods v1.18.1 // indirect
127
126
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
128
- github.com/evanphx/json-patch/v5 v5.6 .0 // indirect
127
+ github.com/evanphx/json-patch/v5 v5.8 .0 // indirect
129
128
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
130
129
github.com/fatih/camelcase v1.0.0 // indirect
131
130
github.com/felixge/httpsnoop v1.0.4 // indirect
132
131
github.com/fsnotify/fsnotify v1.7.0 // indirect
133
- github.com/fvbommel/sortorder v1.0.1 // indirect
132
+ github.com/fvbommel/sortorder v1.1.0 // indirect
134
133
github.com/go-akka/configuration v0.0.0-20200606091224-a002c0330665 // indirect
135
134
github.com/go-errors/errors v1.4.2 // indirect
136
135
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
137
136
github.com/go-git/go-billy/v5 v5.5.0 // indirect
138
- github.com/go-git/go-git/v5 v5.11 .0 // indirect
137
+ github.com/go-git/go-git/v5 v5.12 .0 // indirect
139
138
github.com/go-ini/ini v1.67.0 // indirect
140
139
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
141
140
github.com/go-logr/logr v1.4.2 // indirect
@@ -152,6 +151,7 @@ require (
152
151
github.com/golang/protobuf v1.5.4 // indirect
153
152
github.com/google/btree v1.1.2 // indirect
154
153
github.com/google/gnostic v0.6.9 // indirect
154
+ github.com/google/gnostic-models v0.6.8 // indirect
155
155
github.com/google/go-cmp v0.6.0 // indirect
156
156
github.com/google/go-github/v53 v53.2.0 // indirect
157
157
github.com/google/go-jsonnet v0.20.0 // indirect
@@ -171,7 +171,7 @@ require (
171
171
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
172
172
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
173
173
github.com/hashicorp/go-getter v1.7.5 // indirect
174
- github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
174
+ github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
175
175
github.com/hashicorp/go-safetemp v1.0.0 // indirect
176
176
github.com/hashicorp/go-version v1.6.0 // indirect
177
177
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -200,6 +200,7 @@ require (
200
200
github.com/mattn/go-colorable v0.1.13 // indirect
201
201
github.com/mattn/go-isatty v0.0.20 // indirect
202
202
github.com/mattn/go-runewidth v0.0.15 // indirect
203
+ github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
203
204
github.com/mitchellh/copystructure v1.0.0 // indirect
204
205
github.com/mitchellh/go-homedir v1.1.0 // indirect
205
206
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
@@ -234,7 +235,7 @@ require (
234
235
github.com/sagikazarmark/locafero v0.4.0 // indirect
235
236
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
236
237
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
237
- github.com/sergi/go-diff v1.3.1 // indirect
238
+ github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
238
239
github.com/shopspring/decimal v1.2.0 // indirect
239
240
github.com/shteou/go-ignore v0.3.1 // indirect
240
241
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
@@ -267,8 +268,7 @@ require (
267
268
go.opentelemetry.io/otel/metric v1.28.0 // indirect
268
269
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
269
270
go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
270
- go.uber.org/atomic v1.11.0 // indirect
271
- go.uber.org/multierr v1.9.0 // indirect
271
+ go.uber.org/multierr v1.11.0 // indirect
272
272
golang.org/x/crypto v0.24.0 // indirect
273
273
golang.org/x/mod v0.17.0 // indirect
274
274
golang.org/x/sync v0.7.0 // indirect
@@ -288,23 +288,23 @@ require (
288
288
gopkg.in/ini.v1 v1.67.0 // indirect
289
289
gopkg.in/warnings.v0 v0.1.2 // indirect
290
290
gopkg.in/yaml.v2 v2.4.0 // indirect
291
- k8s.io/apiserver v0.26.15 // indirect
292
- k8s.io/cli-runtime v0.26.15 // indirect
293
- k8s.io/component-base v0.26.15 // indirect
294
- k8s.io/component-helpers v0.26.15 // indirect
295
- k8s.io/klog/v2 v2.100 .1 // indirect
296
- k8s.io/kube-aggregator v0.26.15 // indirect
297
- k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
298
- k8s.io/kubectl v0.26.15 // indirect
299
- k8s.io/kubernetes v1.26.15 // indirect
291
+ k8s.io/apiserver v0.29.6 // indirect
292
+ k8s.io/cli-runtime v0.29.6 // indirect
293
+ k8s.io/component-base v0.29.6 // indirect
294
+ k8s.io/component-helpers v0.29.6 // indirect
295
+ k8s.io/klog/v2 v2.110 .1 // indirect
296
+ k8s.io/kube-aggregator v0.29.6 // indirect
297
+ k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
298
+ k8s.io/kubectl v0.29.6 // indirect
299
+ k8s.io/kubernetes v1.29.6 // indirect
300
300
k8s.io/utils v0.0.0-20240102154912-e7106e64919e // indirect
301
301
layeh.com/gopher-json v0.0.0-20190114024228-97fed8db8427 // indirect
302
302
muzzammil.xyz/jsonc v1.0.0 // indirect
303
303
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
304
304
oras.land/oras-go/v2 v2.3.1 // indirect
305
305
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
306
- sigs.k8s.io/kustomize/api v0.12.1 // indirect
307
- sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
306
+ sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
307
+ sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
308
308
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
309
309
)
310
310
0 commit comments