1
1
module github.com/fluxcd/flux2/v2
2
2
3
- go 1.22.0
3
+ go 1.22.4
4
4
5
5
// Fix CVE-2022-28948.
6
6
replace gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.1
7
7
8
8
require (
9
9
github.com/Masterminds/semver/v3 v3.2.1
10
10
github.com/ProtonMail/go-crypto v1.0.0
11
- github.com/cyphar/filepath-securejoin v0.2.5
12
- github.com/distribution/distribution/v3 v3.0.0-alpha .1
13
- github.com/fluxcd/cli-utils v0.36.0-flux.7
11
+ github.com/cyphar/filepath-securejoin v0.3.1
12
+ github.com/distribution/distribution/v3 v3.0.0-beta .1
13
+ github.com/fluxcd/cli-utils v0.36.0-flux.9
14
14
github.com/fluxcd/go-git-providers v0.20.1
15
15
github.com/fluxcd/helm-controller/api v1.0.1
16
16
github.com/fluxcd/image-automation-controller/api v0.38.0
17
17
github.com/fluxcd/image-reflector-controller/api v0.32.0
18
18
github.com/fluxcd/kustomize-controller/api v1.3.0
19
19
github.com/fluxcd/notification-controller/api v1.3.0
20
- github.com/fluxcd/pkg/apis/event v0.9 .0
21
- github.com/fluxcd/pkg/apis/meta v1.5 .0
20
+ github.com/fluxcd/pkg/apis/event v0.10 .0
21
+ github.com/fluxcd/pkg/apis/meta v1.6 .0
22
22
github.com/fluxcd/pkg/envsubst v1.1.0
23
- github.com/fluxcd/pkg/git v0.19 .0
24
- github.com/fluxcd/pkg/git/gogit v0.19 .0
25
- github.com/fluxcd/pkg/kustomize v1.11 .0
26
- github.com/fluxcd/pkg/oci v0.37.1
27
- github.com/fluxcd/pkg/runtime v0.47.1
28
- github.com/fluxcd/pkg/sourceignore v0.7 .0
29
- github.com/fluxcd/pkg/ssa v0.39.1
30
- github.com/fluxcd/pkg/ssh v0.13 .0
31
- github.com/fluxcd/pkg/tar v0.7 .0
23
+ github.com/fluxcd/pkg/git v0.20 .0
24
+ github.com/fluxcd/pkg/git/gogit v0.20 .0
25
+ github.com/fluxcd/pkg/kustomize v1.13 .0
26
+ github.com/fluxcd/pkg/oci v0.40.0
27
+ github.com/fluxcd/pkg/runtime v0.49.0
28
+ github.com/fluxcd/pkg/sourceignore v0.8 .0
29
+ github.com/fluxcd/pkg/ssa v0.41.0
30
+ github.com/fluxcd/pkg/ssh v0.14 .0
31
+ github.com/fluxcd/pkg/tar v0.8 .0
32
32
github.com/fluxcd/pkg/version v0.4.0
33
33
github.com/fluxcd/source-controller/api v1.3.0
34
34
github.com/go-git/go-git/v5 v5.12.0
35
- github.com/go-logr/logr v1.4.1
35
+ github.com/go-logr/logr v1.4.2
36
36
github.com/gonvenience/bunt v1.3.5
37
37
github.com/gonvenience/ytbx v1.4.4
38
38
github.com/google/go-cmp v0.6.0
39
- github.com/google/go-containerregistry v0.19.1
39
+ github.com/google/go-containerregistry v0.20.2
40
40
github.com/hashicorp/go-cleanhttp v0.5.2
41
41
github.com/homeport/dyff v1.7.1
42
42
github.com/lucasb-eyer/go-colorful v1.2.0
43
43
github.com/manifoldco/promptui v0.9.0
44
44
github.com/mattn/go-shellwords v1.0.12
45
- github.com/notaryproject/notation-go v1.1.0
45
+ github.com/notaryproject/notation-go v1.1.1
46
46
github.com/olekukonko/tablewriter v0.0.5
47
- github.com/onsi/gomega v1.33 .1
47
+ github.com/onsi/gomega v1.34 .1
48
48
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
49
- github.com/spf13/cobra v1.8.0
49
+ github.com/spf13/cobra v1.8.1
50
50
github.com/spf13/pflag v1.0.5
51
51
github.com/theckman/yacspin v0.13.12
52
- golang.org/x/crypto v0.22 .0
53
- golang.org/x/term v0.19 .0
54
- golang.org/x/text v0.14 .0
55
- k8s.io/api v0.30 .0
56
- k8s.io/apiextensions-apiserver v0.30 .0
57
- k8s.io/apimachinery v0.30 .0
58
- k8s.io/cli-runtime v0.30 .0
59
- k8s.io/client-go v0.30 .0
60
- k8s.io/kubectl v0.30 .0
61
- sigs.k8s.io/controller-runtime v0.18.1
62
- sigs.k8s.io/kustomize/api v0.17.1
63
- sigs.k8s.io/kustomize/kyaml v0.17.0
52
+ golang.org/x/crypto v0.26 .0
53
+ golang.org/x/term v0.23 .0
54
+ golang.org/x/text v0.17 .0
55
+ k8s.io/api v0.31 .0
56
+ k8s.io/apiextensions-apiserver v0.31 .0
57
+ k8s.io/apimachinery v0.31 .0
58
+ k8s.io/cli-runtime v0.31 .0
59
+ k8s.io/client-go v0.31 .0
60
+ k8s.io/kubectl v0.31 .0
61
+ sigs.k8s.io/controller-runtime v0.19.0
62
+ sigs.k8s.io/kustomize/api v0.17.3
63
+ sigs.k8s.io/kustomize/kyaml v0.17.2
64
64
sigs.k8s.io/yaml v1.4.0
65
65
)
66
66
67
67
require (
68
68
code.gitea.io/sdk/gitea v0.17.1 // indirect
69
69
dario.cat/mergo v1.0.0 // indirect
70
70
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1 // indirect
71
- github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.2 // indirect
72
- github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.2 // indirect
71
+ github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0 // indirect
72
+ github.com/Azure/azure-sdk-for-go/sdk/internal v1.8.0 // indirect
73
73
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
74
74
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
75
75
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
76
- github.com/BurntSushi/toml v1.3.2 // indirect
76
+ github.com/BurntSushi/toml v1.4.0 // indirect
77
77
github.com/MakeNowJust/heredoc v1.0.0 // indirect
78
78
github.com/Microsoft/go-winio v0.6.1 // indirect
79
- github.com/aws/aws-sdk-go-v2 v1.26.1 // indirect
80
- github.com/aws/aws-sdk-go-v2/config v1.27.11 // indirect
81
- github.com/aws/aws-sdk-go-v2/credentials v1.17.11 // indirect
82
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.1 // indirect
83
- github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.5 // indirect
84
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.5 // indirect
79
+ github.com/aws/aws-sdk-go-v2 v1.30.3 // indirect
80
+ github.com/aws/aws-sdk-go-v2/config v1.27.27 // indirect
81
+ github.com/aws/aws-sdk-go-v2/credentials v1.17.27 // indirect
82
+ github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 // indirect
83
+ github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 // indirect
84
+ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 // indirect
85
85
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
86
- github.com/aws/aws-sdk-go-v2/service/ecr v1.27.4 // indirect
87
- github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 // indirect
88
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.7 // indirect
89
- github.com/aws/aws-sdk-go-v2/service/sso v1.20.5 // indirect
90
- github.com/aws/aws-sdk-go-v2/service/ssooidc v1.23 .4 // indirect
91
- github.com/aws/aws-sdk-go-v2/service/sts v1.28.6 // indirect
92
- github.com/aws/smithy-go v1.20.2 // indirect
86
+ github.com/aws/aws-sdk-go-v2/service/ecr v1.32.0 // indirect
87
+ github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 // indirect
88
+ github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 // indirect
89
+ github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 // indirect
90
+ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26 .4 // indirect
91
+ github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 // indirect
92
+ github.com/aws/smithy-go v1.20.3 // indirect
93
93
github.com/beorn7/perks v1.0.1 // indirect
94
94
github.com/blang/semver/v4 v4.0.0 // indirect
95
95
github.com/bshuster-repo/logrus-logstash-hook v1.0.0 // indirect
96
- github.com/cenkalti/backoff/v4 v4.2.1 // indirect
96
+ github.com/cenkalti/backoff/v4 v4.3.0 // indirect
97
97
github.com/cespare/xxhash/v2 v2.3.0 // indirect
98
98
github.com/chai2010/gettext-go v1.0.2 // indirect
99
99
github.com/chzyer/readline v1.5.1 // indirect
100
- github.com/cloudflare/circl v1.3.7 // indirect
100
+ github.com/cloudflare/circl v1.3.9 // indirect
101
101
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
102
102
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
103
- github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
103
+ github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
104
104
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
105
105
github.com/davidmz/go-pageant v1.0.2 // indirect
106
106
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
107
- github.com/distribution/reference v0.5.0 // indirect
108
- github.com/docker/cli v24.0.9+incompatible // indirect
109
- github.com/docker/distribution v2.8.2+incompatible // indirect
110
- github.com/docker/docker v24.0.9+incompatible // indirect
111
- github.com/docker/docker-credential-helpers v0.7.0 // indirect
107
+ github.com/distribution/reference v0.6.0 // indirect
108
+ github.com/docker/cli v27.1.2+incompatible // indirect
109
+ github.com/docker/distribution v2.8.3+incompatible // indirect
110
+ github.com/docker/docker-credential-helpers v0.8.2 // indirect
112
111
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
113
112
github.com/docker/go-metrics v0.0.1 // indirect
114
113
github.com/emicklei/go-restful/v3 v3.12.0 // indirect
115
114
github.com/emirpasic/gods v1.18.1 // indirect
116
- github.com/evanphx/json-patch v5.7.0+incompatible // indirect
117
115
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
118
116
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
119
- github.com/fatih/color v1.13 .0 // indirect
117
+ github.com/fatih/color v1.16 .0 // indirect
120
118
github.com/felixge/httpsnoop v1.0.4 // indirect
121
119
github.com/fluxcd/pkg/apis/acl v0.3.0 // indirect
122
- github.com/fluxcd/pkg/apis/kustomize v1.5.0 // indirect
120
+ github.com/fluxcd/pkg/apis/kustomize v1.6.0 // indirect
121
+ github.com/fluxcd/pkg/cache v0.0.2 // indirect
123
122
github.com/fsnotify/fsnotify v1.7.0 // indirect
123
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
124
124
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
125
125
github.com/go-errors/errors v1.5.1 // indirect
126
126
github.com/go-fed/httpsig v1.1.0 // indirect
127
127
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
128
128
github.com/go-git/go-billy/v5 v5.5.0 // indirect
129
- github.com/go-ldap/ldap/v3 v3.4.6 // indirect
129
+ github.com/go-ldap/ldap/v3 v3.4.8 // indirect
130
130
github.com/go-logr/stdr v1.2.2 // indirect
131
131
github.com/go-openapi/jsonpointer v0.21.0 // indirect
132
132
github.com/go-openapi/jsonreference v0.21.0 // indirect
@@ -146,14 +146,14 @@ require (
146
146
github.com/google/gofuzz v1.2.0 // indirect
147
147
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
148
148
github.com/google/uuid v1.6.0 // indirect
149
- github.com/gorilla/handlers v1.5.1 // indirect
149
+ github.com/gorilla/handlers v1.5.2 // indirect
150
150
github.com/gorilla/mux v1.8.1 // indirect
151
151
github.com/gorilla/websocket v1.5.0 // indirect
152
152
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
153
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.16 .0 // indirect
153
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.20 .0 // indirect
154
154
github.com/hashicorp/errwrap v1.1.0 // indirect
155
155
github.com/hashicorp/go-multierror v1.1.1 // indirect
156
- github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
156
+ github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
157
157
github.com/hashicorp/go-version v1.6.0 // indirect
158
158
github.com/hashicorp/golang-lru/arc/v2 v2.0.5 // indirect
159
159
github.com/hashicorp/golang-lru/v2 v2.0.5 // indirect
@@ -164,90 +164,95 @@ require (
164
164
github.com/josharian/intern v1.0.0 // indirect
165
165
github.com/json-iterator/go v1.1.12 // indirect
166
166
github.com/kevinburke/ssh_config v1.2.0 // indirect
167
- github.com/klauspost/compress v1.17.4 // indirect
167
+ github.com/klauspost/compress v1.17.9 // indirect
168
168
github.com/kylelemons/godebug v1.1.0 // indirect
169
169
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
170
170
github.com/mailru/easyjson v0.7.7 // indirect
171
171
github.com/mattn/go-ciede2000 v0.0.0-20170301095244-782e8c62fec3 // indirect
172
- github.com/mattn/go-colorable v0.1.12 // indirect
173
- github.com/mattn/go-isatty v0.0.19 // indirect
172
+ github.com/mattn/go-colorable v0.1.13 // indirect
173
+ github.com/mattn/go-isatty v0.0.20 // indirect
174
174
github.com/mattn/go-runewidth v0.0.13 // indirect
175
175
github.com/mitchellh/go-homedir v1.1.0 // indirect
176
176
github.com/mitchellh/go-ps v1.0.0 // indirect
177
177
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
178
178
github.com/mitchellh/hashstructure v1.1.0 // indirect
179
- github.com/moby/spdystream v0.2 .0 // indirect
179
+ github.com/moby/spdystream v0.4 .0 // indirect
180
180
github.com/moby/term v0.5.0 // indirect
181
181
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
182
182
github.com/modern-go/reflect2 v1.0.2 // indirect
183
183
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
184
184
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
185
185
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
186
- github.com/notaryproject/notation-core-go v1.0.2 // indirect
186
+ github.com/notaryproject/notation-core-go v1.0.3 // indirect
187
187
github.com/opencontainers/go-digest v1.0.0 // indirect
188
- github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
188
+ github.com/opencontainers/image-spec v1.1.0 // indirect
189
189
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
190
190
github.com/pjbgf/sha1cd v0.3.0 // indirect
191
191
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
192
192
github.com/pkg/errors v0.9.1 // indirect
193
- github.com/prometheus/client_golang v1.19 .0 // indirect
193
+ github.com/prometheus/client_golang v1.20 .0 // indirect
194
194
github.com/prometheus/client_model v0.6.1 // indirect
195
- github.com/prometheus/common v0.53 .0 // indirect
196
- github.com/prometheus/procfs v0.14.0 // indirect
195
+ github.com/prometheus/common v0.55 .0 // indirect
196
+ github.com/prometheus/procfs v0.15.1 // indirect
197
197
github.com/redis/go-redis/extra/rediscmd/v9 v9.0.5 // indirect
198
198
github.com/redis/go-redis/extra/redisotel/v9 v9.0.5 // indirect
199
199
github.com/redis/go-redis/v9 v9.1.0 // indirect
200
200
github.com/rivo/uniseg v0.2.0 // indirect
201
201
github.com/russross/blackfriday/v2 v2.1.0 // indirect
202
202
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
203
203
github.com/sirupsen/logrus v1.9.3 // indirect
204
- github.com/skeema/knownhosts v1.2.2 // indirect
205
- github.com/stretchr/objx v0.5.2 // indirect
204
+ github.com/skeema/knownhosts v1.3.0 // indirect
206
205
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
207
206
github.com/vbatts/tar-split v0.11.3 // indirect
208
207
github.com/virtuald/go-ordered-json v0.0.0-20170621173500-b18e6e673d74 // indirect
208
+ github.com/x448/float16 v0.8.4 // indirect
209
209
github.com/xanzy/go-gitlab v0.101.0 // indirect
210
210
github.com/xanzy/ssh-agent v0.3.3 // indirect
211
211
github.com/xlab/treeprint v1.2.0 // indirect
212
- go.opentelemetry.io/contrib/exporters/autoexport v0.46.1 // indirect
213
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 // indirect
214
- go.opentelemetry.io/otel v1.21.0 // indirect
215
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0 // indirect
216
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.44.0 // indirect
217
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
218
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 // indirect
219
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 // indirect
220
- go.opentelemetry.io/otel/exporters/prometheus v0.44.0 // indirect
221
- go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.44.0 // indirect
222
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.21.0 // indirect
223
- go.opentelemetry.io/otel/metric v1.21.0 // indirect
224
- go.opentelemetry.io/otel/sdk v1.21.0 // indirect
225
- go.opentelemetry.io/otel/sdk/metric v1.21.0 // indirect
226
- go.opentelemetry.io/otel/trace v1.21.0 // indirect
227
- go.opentelemetry.io/proto/otlp v1.0.0 // indirect
212
+ go.opentelemetry.io/contrib/bridges/prometheus v0.53.0 // indirect
213
+ go.opentelemetry.io/contrib/exporters/autoexport v0.53.0 // indirect
214
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
215
+ go.opentelemetry.io/otel v1.28.0 // indirect
216
+ go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.4.0 // indirect
217
+ go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.28.0 // indirect
218
+ go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.28.0 // indirect
219
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
220
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 // indirect
221
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 // indirect
222
+ go.opentelemetry.io/otel/exporters/prometheus v0.50.0 // indirect
223
+ go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.4.0 // indirect
224
+ go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.28.0 // indirect
225
+ go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.28.0 // indirect
226
+ go.opentelemetry.io/otel/log v0.4.0 // indirect
227
+ go.opentelemetry.io/otel/metric v1.28.0 // indirect
228
+ go.opentelemetry.io/otel/sdk v1.28.0 // indirect
229
+ go.opentelemetry.io/otel/sdk/log v0.4.0 // indirect
230
+ go.opentelemetry.io/otel/sdk/metric v1.28.0 // indirect
231
+ go.opentelemetry.io/otel/trace v1.28.0 // indirect
232
+ go.opentelemetry.io/proto/otlp v1.3.1 // indirect
228
233
go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
229
- golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
230
- golang.org/x/mod v0.17 .0 // indirect
231
- golang.org/x/net v0.24 .0 // indirect
232
- golang.org/x/oauth2 v0.19 .0 // indirect
233
- golang.org/x/sync v0.7 .0 // indirect
234
- golang.org/x/sys v0.19 .0 // indirect
235
- golang.org/x/time v0.5 .0 // indirect
236
- golang.org/x/tools v0.20 .0 // indirect
234
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
235
+ golang.org/x/mod v0.20 .0 // indirect
236
+ golang.org/x/net v0.28 .0 // indirect
237
+ golang.org/x/oauth2 v0.22 .0 // indirect
238
+ golang.org/x/sync v0.8 .0 // indirect
239
+ golang.org/x/sys v0.24 .0 // indirect
240
+ golang.org/x/time v0.6 .0 // indirect
241
+ golang.org/x/tools v0.24 .0 // indirect
237
242
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
238
- google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
239
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
240
- google.golang.org/grpc v1.59 .0 // indirect
241
- google.golang.org/protobuf v1.33.0 // indirect
243
+ google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
244
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
245
+ google.golang.org/grpc v1.65 .0 // indirect
246
+ google.golang.org/protobuf v1.34.2 // indirect
242
247
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
243
248
gopkg.in/inf.v0 v0.9.1 // indirect
244
249
gopkg.in/warnings.v0 v0.1.2 // indirect
245
250
gopkg.in/yaml.v2 v2.4.0 // indirect
246
251
gopkg.in/yaml.v3 v3.0.1 // indirect
247
- k8s.io/component-base v0.30 .0 // indirect
248
- k8s.io/klog/v2 v2.120 .1 // indirect
252
+ k8s.io/component-base v0.31 .0 // indirect
253
+ k8s.io/klog/v2 v2.130 .1 // indirect
249
254
k8s.io/kube-openapi v0.0.0-20240411171206-dc4e619f62f3 // indirect
250
- k8s.io/utils v0.0.0-20240310230437-4693a0247e57 // indirect
255
+ k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
251
256
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
252
257
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
253
258
)
0 commit comments