Skip to content

Commit 87f9e3b

Browse files
[gomod] Bump the dependencies group across 2 directories with 7 updates
Bumps the dependencies group with 2 updates in the /dkam directory: [github.com/magefile/mage](https://github.com/magefile/mage) and [github.com/spf13/viper](https://github.com/spf13/viper). Bumps the dependencies group with 5 updates in the /onboarding-manager directory: | Package | From | To | | --- | --- | --- | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.80.0-dev` | `1.81.0-dev` | | [github.com/envoyproxy/protoc-gen-validate](https://github.com/envoyproxy/protoc-gen-validate) | `1.3.0` | `1.3.3` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.33.3` | `0.35.3` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.33.3` | `0.35.3` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.21.0` | `0.23.3` | Updates `github.com/magefile/mage` from 1.15.0 to 1.17.0 - [Release notes](https://github.com/magefile/mage/releases) - [Commits](magefile/mage@v1.15.0...v1.17.0) Updates `github.com/spf13/viper` from 1.20.1 to 1.21.0 - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.20.1...v1.21.0) Updates `google.golang.org/grpc` from 1.80.0-dev to 1.81.0-dev - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.80.0-dev...v1.81.0-dev) Updates `github.com/envoyproxy/protoc-gen-validate` from 1.3.0 to 1.3.3 - [Release notes](https://github.com/envoyproxy/protoc-gen-validate/releases) - [Commits](bufbuild/protoc-gen-validate@v1.3.0...v1.3.3) Updates `google.golang.org/grpc` from 1.80.0-dev to 1.81.0-dev - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.80.0-dev...v1.81.0-dev) Updates `k8s.io/apimachinery` from 0.33.3 to 0.35.3 - [Commits](kubernetes/apimachinery@v0.33.3...v0.35.3) Updates `k8s.io/client-go` from 0.33.3 to 0.35.3 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.33.3...v0.35.3) Updates `sigs.k8s.io/controller-runtime` from 0.21.0 to 0.23.3 - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.21.0...v0.23.3) --- updated-dependencies: - dependency-name: github.com/magefile/mage dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/spf13/viper dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: google.golang.org/grpc dependency-version: 1.81.0-dev dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/envoyproxy/protoc-gen-validate dependency-version: 1.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: google.golang.org/grpc dependency-version: 1.81.0-dev dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: k8s.io/apimachinery dependency-version: 0.35.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: k8s.io/client-go dependency-version: 0.35.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sigs.k8s.io/controller-runtime dependency-version: 0.23.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 78aa127 commit 87f9e3b

File tree

4 files changed

+76
-83
lines changed

4 files changed

+76
-83
lines changed

dkam/go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ go 1.25.7
66

77
require (
88
github.com/fsnotify/fsnotify v1.9.0
9-
github.com/magefile/mage v1.15.0
9+
github.com/magefile/mage v1.17.0
1010
github.com/stretchr/testify v1.11.1
1111
google.golang.org/grpc v1.79.3
1212
google.golang.org/protobuf v1.36.11 // indirect
@@ -17,7 +17,7 @@ require (
1717
github.com/Masterminds/sprig/v3 v3.3.0
1818
github.com/open-edge-platform/infra-core/inventory/v2 v2.34.5
1919
github.com/prometheus/client_golang v1.23.2
20-
github.com/spf13/viper v1.20.1
20+
github.com/spf13/viper v1.21.0
2121
gopkg.in/yaml.v3 v3.0.1
2222
)
2323

@@ -64,18 +64,18 @@ require (
6464
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6565
github.com/opencontainers/go-digest v1.0.0 // indirect
6666
github.com/opencontainers/image-spec v1.1.1 // indirect
67-
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
67+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
6868
github.com/pkg/errors v0.9.1 // indirect
6969
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
7070
github.com/prometheus/client_model v0.6.2 // indirect
7171
github.com/prometheus/common v0.67.5 // indirect
7272
github.com/prometheus/procfs v0.19.2 // indirect
7373
github.com/rs/zerolog v1.34.0 // indirect
74-
github.com/sagikazarmark/locafero v0.8.0 // indirect
74+
github.com/sagikazarmark/locafero v0.11.0 // indirect
7575
github.com/shopspring/decimal v1.4.0 // indirect
76-
github.com/sourcegraph/conc v0.3.0 // indirect
77-
github.com/spf13/afero v1.14.0 // indirect
78-
github.com/spf13/cast v1.7.1 // indirect
76+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
77+
github.com/spf13/afero v1.15.0 // indirect
78+
github.com/spf13/cast v1.10.0 // indirect
7979
github.com/spf13/pflag v1.0.10 // indirect
8080
github.com/subosito/gotenv v1.6.0 // indirect
8181
github.com/valyala/bytebufferpool v1.0.0 // indirect
@@ -93,8 +93,8 @@ require (
9393
go.opentelemetry.io/otel/sdk v1.41.0 // indirect
9494
go.opentelemetry.io/otel/trace v1.41.0 // indirect
9595
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
96-
go.uber.org/multierr v1.11.0 // indirect
9796
go.yaml.in/yaml/v2 v2.4.3 // indirect
97+
go.yaml.in/yaml/v3 v3.0.4 // indirect
9898
golang.org/x/crypto v0.48.0 // indirect
9999
golang.org/x/exp v0.0.0-20250813145105-42675adae3e6 // indirect
100100
golang.org/x/mod v0.33.0 // indirect

dkam/go.sum

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ github.com/lestrrat-go/option/v2 v2.0.0 h1:XxrcaJESE1fokHy3FpaQ/cXW8ZsIdWcdFzzLO
153153
github.com/lestrrat-go/option/v2 v2.0.0/go.mod h1:oSySsmzMoR0iRzCDCaUfsCzxQHUEuhOViQObyy7S6Vg=
154154
github.com/lib/pq v1.11.2 h1:x6gxUeu39V0BHZiugWe8LXZYZ+Utk7hSJGThs8sdzfs=
155155
github.com/lib/pq v1.11.2/go.mod h1:/p+8NSbOcwzAEI7wiMXFlgydTwcgTr3OSKMsD2BitpA=
156-
github.com/magefile/mage v1.15.0 h1:BvGheCMAsG3bWUDbZ8AyXXpCNwU9u5CB6sM+HNb9HYg=
157-
github.com/magefile/mage v1.15.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A=
156+
github.com/magefile/mage v1.17.0 h1:dS4tkq997Ism03akafC8509iqDjeE7TNTexI25Y7sXM=
157+
github.com/magefile/mage v1.17.0/go.mod h1:Yj51kqllmsgFpvvSzgrZPK9WtluG3kUhFaBUVLo4feA=
158158
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
159159
github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE=
160160
github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8=
@@ -190,8 +190,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
190190
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
191191
github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=
192192
github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M=
193-
github.com/pelletier/go-toml/v2 v2.2.3 h1:YmeHyLY8mFWbdkNWwpr+qIL2bEqT0o95WSdkNHvL12M=
194-
github.com/pelletier/go-toml/v2 v2.2.3/go.mod h1:MfCQTFTvCcUyyvvwm1+G6H/jORL20Xlb6rzQu9GuUkc=
193+
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=
194+
github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
195195
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
196196
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
197197
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
@@ -215,24 +215,24 @@ github.com/rs/zerolog v1.34.0 h1:k43nTLIwcTVQAncfCw4KZ2VY6ukYoZaBPNOE8txlOeY=
215215
github.com/rs/zerolog v1.34.0/go.mod h1:bJsvje4Z08ROH4Nhs5iH600c3IkWhwp44iRc54W6wYQ=
216216
github.com/ryanuber/go-glob v1.0.0 h1:iQh3xXAumdQ+4Ufa5b25cRpC5TYKlno6hsv6Cb3pkBk=
217217
github.com/ryanuber/go-glob v1.0.0/go.mod h1:807d1WSdnB0XRJzKNil9Om6lcp/3a0v4qIHxIXzX/Yc=
218-
github.com/sagikazarmark/locafero v0.8.0 h1:mXaMVw7IqxNBxfv3LdWt9MDmcWDQ1fagDH918lOdVaQ=
219-
github.com/sagikazarmark/locafero v0.8.0/go.mod h1:UBUyz37V+EdMS3hDF3QWIiVr/2dPrx49OMO0Bn0hJqk=
218+
github.com/sagikazarmark/locafero v0.11.0 h1:1iurJgmM9G3PA/I+wWYIOw/5SyBtxapeHDcg+AAIFXc=
219+
github.com/sagikazarmark/locafero v0.11.0/go.mod h1:nVIGvgyzw595SUSUE6tvCp3YYTeHs15MvlmU87WwIik=
220220
github.com/segmentio/asm v1.2.1 h1:DTNbBqs57ioxAD4PrArqftgypG4/qNpXoJx8TVXxPR0=
221221
github.com/segmentio/asm v1.2.1/go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr5aAcs=
222222
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=
223223
github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME=
224224
github.com/sirupsen/logrus v1.9.4 h1:TsZE7l11zFCLZnZ+teH4Umoq5BhEIfIzfRDZ1Uzql2w=
225225
github.com/sirupsen/logrus v1.9.4/go.mod h1:ftWc9WdOfJ0a92nsE2jF5u5ZwH8Bv2zdeOC42RjbV2g=
226-
github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=
227-
github.com/sourcegraph/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0=
228-
github.com/spf13/afero v1.14.0 h1:9tH6MapGnn/j0eb0yIXiLjERO8RB6xIVZRDCX7PtqWA=
229-
github.com/spf13/afero v1.14.0/go.mod h1:acJQ8t0ohCGuMN3O+Pv0V0hgMxNYDlvdk+VTfyZmbYo=
230-
github.com/spf13/cast v1.7.1 h1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y=
231-
github.com/spf13/cast v1.7.1/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
226+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 h1:+jumHNA0Wrelhe64i8F6HNlS8pkoyMv5sreGx2Ry5Rw=
227+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8/go.mod h1:3n1Cwaq1E1/1lhQhtRK2ts/ZwZEhjcQeJQ1RuC6Q/8U=
228+
github.com/spf13/afero v1.15.0 h1:b/YBCLWAJdFWJTN9cLhiXXcD7mzKn9Dm86dNnfyQw1I=
229+
github.com/spf13/afero v1.15.0/go.mod h1:NC2ByUVxtQs4b3sIUphxK0NioZnmxgyCrfzeuq8lxMg=
230+
github.com/spf13/cast v1.10.0 h1:h2x0u2shc1QuLHfxi+cTJvs30+ZAHOGRic8uyGTDWxY=
231+
github.com/spf13/cast v1.10.0/go.mod h1:jNfB8QC9IA6ZuY2ZjDp0KtFO2LZZlg4S/7bzP6qqeHo=
232232
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
233233
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
234-
github.com/spf13/viper v1.20.1 h1:ZMi+z/lvLyPSCoNtFCpqjy0S4kPbirhpTMwl8BkW9X4=
235-
github.com/spf13/viper v1.20.1/go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4=
234+
github.com/spf13/viper v1.21.0 h1:x5S+0EU27Lbphp4UKm1C+1oQO+rKx36vfCoaVebLFSU=
235+
github.com/spf13/viper v1.21.0/go.mod h1:P0lhsswPGWD/1lZJ9ny3fYnVqxiegrlNrEmgLjbTCAY=
236236
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
237237
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
238238
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
@@ -289,8 +289,6 @@ go.opentelemetry.io/proto/otlp v1.9.0 h1:l706jCMITVouPOqEnii2fIAuO3IVGBRPV5ICjce
289289
go.opentelemetry.io/proto/otlp v1.9.0/go.mod h1:xE+Cx5E/eEHw+ISFkwPLwCZefwVjY+pqKg1qcK03+/4=
290290
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
291291
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
292-
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
293-
go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
294292
go.yaml.in/yaml/v2 v2.4.3 h1:6gvOSjQoTB3vt1l+CU+tSyi/HOjfOjRLJ4YwYZGwRO0=
295293
go.yaml.in/yaml/v2 v2.4.3/go.mod h1:zSxWcmIDjOzPXpjlTTbAsKokqkDNAVtZO0WOMiT90s8=
296294
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=

onboarding-manager/go.mod

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module github.com/open-edge-platform/infra-onboarding/onboarding-manager
66
go 1.25.7
77

88
require (
9-
github.com/envoyproxy/protoc-gen-validate v1.3.0
9+
github.com/envoyproxy/protoc-gen-validate v1.3.3
1010
github.com/google/uuid v1.6.0
1111
github.com/open-edge-platform/infra-core/inventory/v2 v2.34.5
1212
github.com/open-edge-platform/infra-onboarding/dkam v1.33.10
@@ -16,13 +16,13 @@ require (
1616
github.com/stretchr/testify v1.11.1
1717
github.com/tinkerbell/tink v0.12.2
1818
google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57
19-
google.golang.org/grpc v1.80.0-dev
19+
google.golang.org/grpc v1.81.0-dev
2020
google.golang.org/protobuf v1.36.11
2121
gopkg.in/yaml.v2 v2.4.0
2222
gotest.tools v2.2.0+incompatible
23-
k8s.io/apimachinery v0.33.3
24-
k8s.io/client-go v0.33.3
25-
sigs.k8s.io/controller-runtime v0.21.0
23+
k8s.io/apimachinery v0.35.3
24+
k8s.io/client-go v0.35.3
25+
sigs.k8s.io/controller-runtime v0.23.3
2626
)
2727

2828
require (
@@ -35,7 +35,7 @@ require (
3535
entgo.io/contrib v0.7.0 // indirect
3636
entgo.io/ent v0.14.6-0.20251106044941-a777c08cdda4 // indirect
3737
github.com/Masterminds/goutils v1.1.1 // indirect
38-
github.com/Masterminds/semver/v3 v3.3.1 // indirect
38+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
3939
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
4040
github.com/Nerzal/gocloak/v13 v13.9.0 // indirect
4141
github.com/agext/levenshtein v1.2.3 // indirect
@@ -55,7 +55,7 @@ require (
5555
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
5656
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
5757
github.com/fsnotify/fsnotify v1.9.0 // indirect
58-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
58+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
5959
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
6060
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
6161
github.com/go-logr/logr v1.4.3 // indirect
@@ -69,11 +69,10 @@ require (
6969
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
7070
github.com/gobwas/glob v0.2.3 // indirect
7171
github.com/goccy/go-json v0.10.5 // indirect
72-
github.com/gogo/protobuf v1.3.2 // indirect
7372
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
7473
github.com/golang/mock v1.6.0 // indirect
7574
github.com/google/cel-go v0.27.0 // indirect
76-
github.com/google/gnostic-models v0.6.9 // indirect
75+
github.com/google/gnostic-models v0.7.0 // indirect
7776
github.com/google/go-cmp v0.7.0 // indirect
7877
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
7978
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0 // indirect
@@ -120,7 +119,7 @@ require (
120119
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
121120
github.com/mitchellh/reflectwalk v1.0.2 // indirect
122121
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
123-
github.com/modern-go/reflect2 v1.0.2 // indirect
122+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
124123
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
125124
github.com/open-edge-platform/orch-library/go/dazl v0.5.4 // indirect
126125
github.com/open-policy-agent/opa v1.14.0 // indirect
@@ -190,13 +189,13 @@ require (
190189
google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 // indirect
191190
gopkg.in/inf.v0 v0.9.1 // indirect
192191
gopkg.in/yaml.v3 v3.0.1 // indirect
193-
k8s.io/api v0.33.3 // indirect
192+
k8s.io/api v0.35.3 // indirect
194193
k8s.io/klog/v2 v2.130.1 // indirect
195-
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
196-
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect
194+
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
195+
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
197196
oras.land/oras-go/v2 v2.6.0 // indirect
198-
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
197+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
199198
sigs.k8s.io/randfill v1.0.0 // indirect
200-
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
199+
sigs.k8s.io/structured-merge-diff/v6 v6.3.2-0.20260122202528-d9cc6641c482 // indirect
201200
sigs.k8s.io/yaml v1.6.0 // indirect
202201
)

0 commit comments

Comments
 (0)