b80c238f32
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [sigs.k8s.io/controller-runtime](https://redirect.github.com/kubernetes-sigs/controller-runtime) | `v0.21.0` -> `v0.22.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)</summary> ### [`v0.22.0`](https://redirect.github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.22.0) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-runtime/compare/v0.21.0...v0.22.0) #### 🔆 Highlights - Client: Native support for Server-Side Apply (SSA) ([#​3253](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3253), [#​2981](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2981)) - Update to k8s.io/\* v1.34 dependencies ([#​3231](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3231), [#​3236](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3236), [#​3246](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3246), [#​3259](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3259), [#​3270](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3270), [#​3300](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3300)) - Controller: Implement warmup support for controllers ([#​3192](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3192)) - Priorityqueue: various improvements ([#​3289](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3289), [#​3290](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3290), [#​3243](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3243), [#​3250](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3250)) #### ⚠️ Breaking changes - Update to k8s.io/\* v1.34 dependencies by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) [@​troy0820](https://redirect.github.com/troy0820) [#​3231](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3231), [#​3236](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3236), [#​3246](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3246), [#​3259](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3259), [#​3270](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3270), [#​3300](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3300) - Client: Add native SSA support by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3253](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3253) - Client: Default selector to Nothing if it is nil for `MatchingLabelsSelector` and `MatchingFieldsSelector` by [@​acumino](https://redirect.github.com/acumino) in [#​3279](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3279) - Fakeclient: Add SSA support by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​2981](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2981) - Fakeclient: Remove support for objects with pointer ObjectMeta by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3228](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3228) - Fakeclient: Clear TypeMeta for structured objects by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3229](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3229) - Priorityqueue: Make Priority option a pointer by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3289](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3289) #### ✨ Features - Client: Add UnsafeDisableDeepCopy to GetOptions by [@​jonathan-innis](https://redirect.github.com/jonathan-innis) in [#​3227](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3227) - Controller: Add a ReconciliationTimeout option by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3296](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3296) - Controller: Implement warmup support for controllers by [@​godwinpang](https://redirect.github.com/godwinpang) in [#​3192](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3192) - Envtest: Allow selection of binaries version by release series by [@​cbandy](https://redirect.github.com/cbandy) in [#​3280](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3280) - Manager: Add support for custom labels on leader election leases by [@​DerekFrank](https://redirect.github.com/DerekFrank) in [#​3237](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3237) - Priorityqueue: WithLowPriorityWhenUnchanged: Set Priority for all add methods by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3290](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3290) - Webhooks: Handle panics during conversion more gracefully by [@​sbueringer](https://redirect.github.com/sbueringer) in [#​3278](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3278) #### 🐛 Bugfixes - Envtest: Ensure cleanup validates etcd process state first by [@​Danil-Grigorev](https://redirect.github.com/Danil-Grigorev) in [#​3272](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3272) - Envtest: Include listening address in kube-apiserver serving certificate by [@​solidDoWant](https://redirect.github.com/solidDoWant) in [#​3284](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3284) - Fakeclient: Fix some SSA-related bugs by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3268](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3268) - Fakeclient: Update passed object in Apply by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3283](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3283) - Fakeclient: Validate managed fields on init objects by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3282](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3282) - Manager: Prevent goroutine leak on shutdown timeout by [@​jingyih](https://redirect.github.com/jingyih) in [#​3247](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3247) - Priorityqueue: Don't block on Get when queue is shutdown by [@​dongjiang1989](https://redirect.github.com/dongjiang1989) in [#​3243](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3243) - Priorityqueue: Shutdown on shutdown by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3250](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3250) - Unit tests: Fix ginkgo panic in webhook integration test by [@​sbueringer](https://redirect.github.com/sbueringer) in [#​3288](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3288) - Unit tests: Fix race condition in Warmup unit test by [@​sbueringer](https://redirect.github.com/sbueringer) in [#​3287](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3287) #### 🌱 Other - Certwatcher: Add instance-specific logger with cert/key k/v pair by [@​s-z-z](https://redirect.github.com/s-z-z) in [#​3293](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3293) - Certwatcher: Don't require leader election by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3273](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3273) - Examples-builtin: Refactor controller setup to use builder pattern by [@​s-z-z](https://redirect.github.com/s-z-z) in [#​3265](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3265) - Fix deprecation warnings by [@​sbueringer](https://redirect.github.com/sbueringer) in [#​3275](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3275) - Update golangci-lint to v2.3.0 by [@​dongjiang1989](https://redirect.github.com/dongjiang1989) in [#​3266](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3266) - Unit tests: Stop using context.Background()/TODO() in tests by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3263](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3263) #### 📖 Documentation - Clarify our versioning scheme by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3264](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3264) - Clarify state of Warmup feature by [@​sbueringer](https://redirect.github.com/sbueringer) in [#​3299](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3299) - Extend godoc of SyncPeriod field by [@​guettli](https://redirect.github.com/guettli) in [#​3269](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3269), [#​3277](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3277) - Fix docs for LabelChangedPredicate by [@​guettli](https://redirect.github.com/guettli) in [#​3254](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3254) - Make pod naming consistent in examples by [@​clebs](https://redirect.github.com/clebs) in [#​3251](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3251) - Sync admins & maintainers with kubernetes/org by [@​sbueringer](https://redirect.github.com/sbueringer) in [#​3258](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3258) #### Dependencies ##### Added - github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp: [v1.26.0](https://redirect.github.com/GoogleCloudPlatform/opentelemetry-operations-go/tree/detectors/gcp/v1.26.0) - github.com/envoyproxy/go-control-plane/envoy: [v1.32.4](https://redirect.github.com/envoyproxy/go-control-plane/tree/envoy/v1.32.4) - github.com/envoyproxy/go-control-plane/ratelimit: [v0.1.0](https://redirect.github.com/envoyproxy/go-control-plane/tree/ratelimit/v0.1.0) - github.com/go-jose/go-jose/v4: [v4.0.4](https://redirect.github.com/go-jose/go-jose/tree/v4.0.4) - github.com/golang-jwt/jwt/v5: [v5.2.2](https://redirect.github.com/golang-jwt/jwt/tree/v5.2.2) - github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus: [v1.0.1](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/tree/providers/prometheus/v1.0.1) - github.com/grpc-ecosystem/go-grpc-middleware/v2: [v2.3.0](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/tree/v2.3.0) - github.com/spiffe/go-spiffe/v2: [v2.5.0](https://redirect.github.com/spiffe/go-spiffe/tree/v2.5.0) - github.com/zeebo/errs: [v1.4.0](https://redirect.github.com/zeebo/errs/tree/v1.4.0) - go.etcd.io/raft/v3: v3.6.0 - go.opentelemetry.io/contrib/detectors/gcp: v1.34.0 - go.opentelemetry.io/otel/sdk/metric: v1.34.0 - go.yaml.in/yaml/v2: v2.4.2 - go.yaml.in/yaml/v3: v3.0.4 - sigs.k8s.io/structured-merge-diff/v6: v6.3.0 ##### Changed - cel.dev/expr: v0.19.1 → v0.24.0 - cloud.google.com/go/compute/metadata: v0.5.0 → v0.6.0 - github.com/cncf/xds/go: [b4127c9 → 2f00578](https://redirect.github.com/cncf/xds/compare/b4127c9...2f00578) - github.com/cpuguy83/go-md2man/v2: [v2.0.4 → v2.0.6](https://redirect.github.com/cpuguy83/go-md2man/compare/v2.0.4...v2.0.6) - github.com/emicklei/go-restful/v3: [v3.11.0 → v3.12.2](https://redirect.github.com/emicklei/go-restful/compare/v3.11.0...v3.12.2) - github.com/envoyproxy/go-control-plane: [v0.13.0 → v0.13.4](https://redirect.github.com/envoyproxy/go-control-plane/compare/v0.13.0...v0.13.4) - github.com/envoyproxy/protoc-gen-validate: [v1.1.0 → v1.2.1](https://redirect.github.com/envoyproxy/protoc-gen-validate/compare/v1.1.0...v1.2.1) - github.com/fsnotify/fsnotify: [v1.7.0 → v1.9.0](https://redirect.github.com/fsnotify/fsnotify/compare/v1.7.0...v1.9.0) - github.com/fxamacker/cbor/v2: [v2.7.0 → v2.9.0](https://redirect.github.com/fxamacker/cbor/compare/v2.7.0...v2.9.0) - github.com/golang/glog: [v1.2.2 → v1.2.4](https://redirect.github.com/golang/glog/compare/v1.2.2...v1.2.4) - github.com/google/cel-go: [v0.23.2 → v0.26.0](https://redirect.github.com/google/cel-go/compare/v0.23.2...v0.26.0) - github.com/google/gnostic-models: [v0.6.9 → v0.7.0](https://redirect.github.com/google/gnostic-models/compare/v0.6.9...v0.7.0) - github.com/grpc-ecosystem/grpc-gateway/v2: [v2.24.0 → v2.26.3](https://redirect.github.com/grpc-ecosystem/grpc-gateway/compare/v2.24.0...v2.26.3) - github.com/jonboulle/clockwork: [v0.4.0 → v0.5.0](https://redirect.github.com/jonboulle/clockwork/compare/v0.4.0...v0.5.0) - github.com/modern-go/reflect2: [v1.0.2 → 35a7c28](https://redirect.github.com/modern-go/reflect2/compare/v1.0.2...35a7c28) - github.com/spf13/cobra: [v1.8.1 → v1.9.1](https://redirect.github.com/spf13/cobra/compare/v1.8.1...v1.9.1) - github.com/spf13/pflag: [v1.0.5 → v1.0.6](https://redirect.github.com/spf13/pflag/compare/v1.0.5...v1.0.6) - go.etcd.io/bbolt: v1.3.11 → v1.4.2 - go.etcd.io/etcd/api/v3: v3.5.21 → v3.6.4 - go.etcd.io/etcd/client/pkg/v3: v3.5.21 → v3.6.4 - go.etcd.io/etcd/client/v3: v3.5.21 → v3.6.4 - go.etcd.io/etcd/pkg/v3: v3.5.21 → v3.6.4 - go.etcd.io/etcd/server/v3: v3.5.21 → v3.6.4 - go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.58.0 → v0.60.0 - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.33.0 → v1.34.0 - go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.33.0 → v1.34.0 - go.opentelemetry.io/otel/metric: v1.33.0 → v1.35.0 - go.opentelemetry.io/otel/sdk: v1.33.0 → v1.34.0 - go.opentelemetry.io/otel/trace: v1.33.0 → v1.35.0 - go.opentelemetry.io/otel: v1.33.0 → v1.35.0 - go.opentelemetry.io/proto/otlp: v1.4.0 → v1.5.0 - google.golang.org/genproto/googleapis/api: [`e6fa225`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/e6fa225) → [`a0af3ef`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/a0af3ef) - google.golang.org/genproto/googleapis/rpc: [`e6fa225`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/e6fa225) → [`a0af3ef`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/a0af3ef) - google.golang.org/grpc: v1.68.1 → v1.72.1 - k8s.io/api: v0.33.0 → v0.34.0 - k8s.io/apiextensions-apiserver: v0.33.0 → v0.34.0 - k8s.io/apimachinery: v0.33.0 → v0.34.0 - k8s.io/apiserver: v0.33.0 → v0.34.0 - k8s.io/client-go: v0.33.0 → v0.34.0 - k8s.io/code-generator: v0.33.0 → v0.34.0 - k8s.io/component-base: v0.33.0 → v0.34.0 - k8s.io/gengo/v2: [`1244d31`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/1244d31) → [`85fd79d`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/85fd79d) - k8s.io/kms: v0.33.0 → v0.34.0 - k8s.io/kube-openapi: [`c8a335a`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/c8a335a) → [`f3f2b99`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/f3f2b99) - k8s.io/utils: [`3ea5e8c`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/3ea5e8c) → [`4c0f3b2`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/4c0f3b2) - sigs.k8s.io/json: [`9aa6b5e`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/9aa6b5e) → [`cfa47c3`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/cfa47c3) - sigs.k8s.io/yaml: v1.4.0 → v1.6.0 ##### Removed - github.com/census-instrumentation/opencensus-proto: [v0.4.1](https://redirect.github.com/census-instrumentation/opencensus-proto/tree/v0.4.1) - github.com/golang-jwt/jwt/v4: [v4.5.2](https://redirect.github.com/golang-jwt/jwt/tree/v4.5.2) - github.com/grpc-ecosystem/go-grpc-middleware: [v1.3.0](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/tree/v1.3.0) - github.com/grpc-ecosystem/grpc-gateway: [v1.16.0](https://redirect.github.com/grpc-ecosystem/grpc-gateway/tree/v1.16.0) - go.etcd.io/etcd/client/v2: v2.305.21 - go.etcd.io/etcd/raft/v3: v3.5.21 - google.golang.org/genproto: [`ef43131`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/ef43131) - sigs.k8s.io/structured-merge-diff/v4: v4.6.0 #### New Contributors - [@​DerekFrank](https://redirect.github.com/DerekFrank) made their first contribution in [#​3237](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3237) - [@​clebs](https://redirect.github.com/clebs) made their first contribution in [#​3251](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3251) - [@​jingyih](https://redirect.github.com/jingyih) made their first contribution in [#​3247](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3247) - [@​s-z-z](https://redirect.github.com/s-z-z) made their first contribution in [#​3265](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3265) - [@​solidDoWant](https://redirect.github.com/solidDoWant) made their first contribution in [#​3284](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3284) **Full Changelog**: <https://github.com/kubernetes-sigs/controller-runtime/compare/v0.21.0...v0.22.0> *Thanks to all our contributors!* 😊 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
293 lines
15 KiB
Modula-2
293 lines
15 KiB
Modula-2
module github.com/truecharts/public/clustertool
|
|
|
|
go 1.24.5
|
|
|
|
require (
|
|
filippo.io/age v1.2.1
|
|
github.com/Masterminds/semver/v3 v3.4.0
|
|
github.com/beevik/ntp v1.4.3
|
|
github.com/budimanjojo/talhelper/v3 v3.0.33
|
|
github.com/getsops/sops/v3 v3.10.2
|
|
github.com/go-git/go-git/v5 v5.16.2
|
|
github.com/go-logr/zerologr v1.2.3
|
|
github.com/go-playground/validator/v10 v10.27.0
|
|
github.com/invopop/jsonschema v0.13.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/knadh/koanf/parsers/yaml v1.1.0
|
|
github.com/knadh/koanf/providers/file v1.2.0
|
|
github.com/knadh/koanf/v2 v2.2.2
|
|
github.com/leaanthony/debme v1.2.1
|
|
github.com/rs/zerolog v1.34.0
|
|
github.com/siderolabs/talos/pkg/machinery v1.11.0-rc.0
|
|
github.com/spf13/cobra v1.9.1
|
|
golang.org/x/crypto v0.41.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
helm.sh/helm/v3 v3.18.6
|
|
k8s.io/api v0.34.0
|
|
k8s.io/apimachinery v0.34.0
|
|
k8s.io/client-go v0.34.0
|
|
sigs.k8s.io/controller-runtime v0.22.0
|
|
sigs.k8s.io/kustomize/api v0.20.1
|
|
sigs.k8s.io/kustomize/kyaml v0.20.1
|
|
sigs.k8s.io/yaml v1.6.0
|
|
)
|
|
|
|
require (
|
|
cel.dev/expr v0.24.0 // indirect
|
|
cloud.google.com/go v0.121.1 // indirect
|
|
cloud.google.com/go/auth v0.16.2 // indirect
|
|
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
|
|
cloud.google.com/go/compute/metadata v0.7.0 // indirect
|
|
cloud.google.com/go/iam v1.5.2 // indirect
|
|
cloud.google.com/go/kms v1.21.2 // indirect
|
|
cloud.google.com/go/longrunning v0.6.7 // indirect
|
|
cloud.google.com/go/monitoring v1.24.2 // indirect
|
|
cloud.google.com/go/storage v1.55.0 // indirect
|
|
dario.cat/mergo v1.0.1 // indirect
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.1 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.1 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.4.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.2.0 // indirect
|
|
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect
|
|
github.com/BurntSushi/toml v1.5.0 // indirect
|
|
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect
|
|
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0 // indirect
|
|
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect
|
|
github.com/MakeNowJust/heredoc v1.0.0 // indirect
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
|
|
github.com/Masterminds/squirrel v1.5.4 // indirect
|
|
github.com/Microsoft/go-winio v0.6.2 // indirect
|
|
github.com/ProtonMail/go-crypto v1.3.0 // indirect
|
|
github.com/a8m/envsubst v1.4.3 // indirect
|
|
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
|
|
github.com/aws/aws-sdk-go-v2 v1.36.5 // indirect
|
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect
|
|
github.com/aws/aws-sdk-go-v2/config v1.29.17 // indirect
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.17.70 // indirect
|
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.32 // indirect
|
|
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.72 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.36 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.36 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.0 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.17 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/kms v1.41.2 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.2 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/sso v1.25.5 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.3 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/sts v1.34.0 // indirect
|
|
github.com/aws/smithy-go v1.22.4 // indirect
|
|
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
|
github.com/blang/semver v3.5.1+incompatible // indirect
|
|
github.com/blang/semver/v4 v4.0.0 // indirect
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
|
github.com/carapace-sh/carapace-shlex v1.0.1 // indirect
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/chai2010/gettext-go v1.0.2 // indirect
|
|
github.com/cloudflare/circl v1.6.1 // indirect
|
|
github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f // indirect
|
|
github.com/containerd/containerd v1.7.27 // indirect
|
|
github.com/containerd/errdefs v1.0.0 // indirect
|
|
github.com/containerd/go-cni v1.1.12 // indirect
|
|
github.com/containerd/log v0.1.0 // indirect
|
|
github.com/containerd/platforms v1.0.0-rc.1 // indirect
|
|
github.com/containernetworking/cni v1.3.0 // indirect
|
|
github.com/cosi-project/runtime v1.10.7 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
|
|
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
|
|
github.com/emirpasic/gods v1.18.1 // indirect
|
|
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
|
|
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
|
|
github.com/evanphx/json-patch v5.9.11+incompatible // indirect
|
|
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
|
|
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
|
|
github.com/fatih/color v1.18.0 // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
|
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
|
|
github.com/gertd/go-pluralize v0.2.1 // indirect
|
|
github.com/getsops/gopgagent v0.0.0-20241224165529-7044f28e491e // indirect
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
github.com/go-errors/errors v1.4.2 // indirect
|
|
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
|
|
github.com/go-git/go-billy/v5 v5.6.2 // indirect
|
|
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
|
|
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-openapi/jsonpointer v0.21.0 // indirect
|
|
github.com/go-openapi/jsonreference v0.21.0 // indirect
|
|
github.com/go-openapi/swag v0.23.1 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
|
|
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
|
|
github.com/google/btree v1.1.3 // indirect
|
|
github.com/google/cel-go v0.26.0 // indirect
|
|
github.com/google/gnostic-models v0.7.0 // indirect
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/google/s2a-go v0.1.9 // indirect
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.14.2 // indirect
|
|
github.com/gookit/filter v1.2.2 // indirect
|
|
github.com/gookit/goutil v0.6.18 // indirect
|
|
github.com/gookit/validate v1.5.5 // indirect
|
|
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
|
|
github.com/gosuri/uitable v0.0.4 // indirect
|
|
github.com/goware/prefixer v0.0.0-20160118172347-395022866408 // indirect
|
|
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0 // indirect
|
|
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
|
|
github.com/hashicorp/go-sockaddr v1.0.7 // indirect
|
|
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
|
|
github.com/hashicorp/vault/api v1.16.0 // indirect
|
|
github.com/hexops/gotextdiff v1.0.3 // indirect
|
|
github.com/huandu/xstrings v1.5.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
|
github.com/jmoiron/sqlx v1.4.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/josharian/native v1.1.0 // indirect
|
|
github.com/jsimonetti/rtnetlink/v2 v2.0.5 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/kevinburke/ssh_config v1.2.0 // indirect
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
|
github.com/knadh/koanf/maps v0.1.2 // indirect
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
|
|
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/lib/pq v1.10.9 // indirect
|
|
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
|
|
github.com/mailru/easyjson v0.9.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/mdlayher/ethtool v0.4.0 // indirect
|
|
github.com/mdlayher/genetlink v1.3.2 // indirect
|
|
github.com/mdlayher/netlink v1.7.3-0.20250113171957-fbb4dce95f42 // indirect
|
|
github.com/mdlayher/socket v0.5.1 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/moby/spdystream v0.5.0 // indirect
|
|
github.com/moby/term v0.5.2 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
|
|
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.1.1 // indirect
|
|
github.com/opencontainers/runtime-spec v1.2.1 // indirect
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
|
github.com/petermattis/goid v0.0.0-20250508124226-395b08cebbdb // indirect
|
|
github.com/pjbgf/sha1cd v0.3.2 // indirect
|
|
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/planetscale/vtprotobuf v0.6.1-0.20241121165744-79df5c4772f2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/rubenv/sql-migrate v1.8.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/ryanuber/go-glob v1.0.0 // indirect
|
|
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
|
|
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
|
|
github.com/sasha-s/go-deadlock v0.3.5 // indirect
|
|
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
|
|
github.com/shopspring/decimal v1.4.0 // indirect
|
|
github.com/siderolabs/crypto v0.6.3 // indirect
|
|
github.com/siderolabs/gen v0.8.5 // indirect
|
|
github.com/siderolabs/go-pointer v1.0.1 // indirect
|
|
github.com/siderolabs/image-factory v0.8.3 // indirect
|
|
github.com/siderolabs/net v0.4.0 // indirect
|
|
github.com/siderolabs/protoenc v0.2.2 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/skeema/knownhosts v1.3.1 // indirect
|
|
github.com/spf13/cast v1.7.1 // indirect
|
|
github.com/spf13/pflag v1.0.7 // indirect
|
|
github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
|
|
github.com/stoewer/go-strcase v1.3.0 // indirect
|
|
github.com/urfave/cli v1.22.16 // indirect
|
|
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
github.com/xanzy/ssh-agent v0.3.3 // indirect
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
|
|
github.com/xlab/treeprint v1.2.0 // indirect
|
|
github.com/zeebo/errs v1.4.0 // indirect
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
|
go.opentelemetry.io/contrib/detectors/gcp v1.36.0 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
|
|
go.opentelemetry.io/otel v1.37.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.37.0 // indirect
|
|
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
|
|
go.opentelemetry.io/otel/sdk/metric v1.36.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.37.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
go.uber.org/zap v1.27.0 // indirect
|
|
go.yaml.in/yaml/v2 v2.4.2 // indirect
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
|
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
|
|
golang.org/x/mod v0.27.0 // indirect
|
|
golang.org/x/net v0.42.0 // indirect
|
|
golang.org/x/oauth2 v0.30.0 // indirect
|
|
golang.org/x/sync v0.16.0 // indirect
|
|
golang.org/x/sys v0.35.0 // indirect
|
|
golang.org/x/term v0.34.0 // indirect
|
|
golang.org/x/text v0.28.0 // indirect
|
|
golang.org/x/time v0.12.0 // indirect
|
|
google.golang.org/api v0.241.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20250715232539-7130f93afb79 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250715232539-7130f93afb79 // indirect
|
|
google.golang.org/grpc v1.73.0 // indirect
|
|
google.golang.org/protobuf v1.36.6 // indirect
|
|
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
k8s.io/apiextensions-apiserver v0.34.0 // indirect
|
|
k8s.io/apiserver v0.34.0 // indirect
|
|
k8s.io/cli-runtime v0.33.3 // indirect
|
|
k8s.io/component-base v0.34.0 // indirect
|
|
k8s.io/klog/v2 v2.130.1 // indirect
|
|
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
|
|
k8s.io/kubectl v0.33.3 // indirect
|
|
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
|
|
oras.land/oras-go/v2 v2.6.0 // indirect
|
|
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
|
|
sigs.k8s.io/randfill v1.0.0 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
|
|
)
|