ed77dab082
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [helm.sh/helm/v3](https://redirect.github.com/helm/helm) | `v3.18.6` -> `v3.19.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>helm/helm (helm.sh/helm/v3)</summary> ### [`v3.19.0`](https://redirect.github.com/helm/helm/releases/tag/v3.19.0): Helm v3.19.0 [Compare Source](https://redirect.github.com/helm/helm/compare/v3.18.6...v3.19.0) Helm v3.19.0 is a feature release. Users are encouraged to upgrade for the best experience. The community keeps growing, and we'd love to see you there! - Join the discussion in [Kubernetes Slack](https://kubernetes.slack.com): - for questions and just to hang out - for discussing PRs, code, and bugs - Hang out at the Public Developer Call: Thursday, 9:30 Pacific via [Zoom](https://zoom.us/j/696660622) - Test, debug, and contribute charts: [ArtifactHub/packages](https://artifacthub.io/packages/search?kind=0) #### Notable Changes - Fixed a `helm pull` regression from 3.18 - error pulling OCI charts with --password [#​31230](https://redirect.github.com/helm/helm/issues/31230) - Fixed a `helm lint` regression from Helm 3.18 - rejected JSON Schema $ref URLs that worked in 3.17.x [#​31166](https://redirect.github.com/helm/helm/issues/31166) - Fixed go mod tidy [#​31154](https://redirect.github.com/helm/helm/issues/31154) - Fixed k8s version parsing not matching original [#​31091](https://redirect.github.com/helm/helm/issues/31091) - Fixed charts failing when using a redirect registry [#​31087](https://redirect.github.com/helm/helm/issues/31087) - Fixed missing debug logging for OCI transport - Fixed broken legacy docker support for login [#​30941](https://redirect.github.com/helm/helm/issues/30941) - Fixed bugs from the move to ORAS v2 - Fixed processing all hook deletions on failure [#​30673](https://redirect.github.com/helm/helm/issues/30673) - Feature for `helm create` added httproute from gateway-api to create chart template [#​30658](https://redirect.github.com/helm/helm/issues/30658) #### Installation and Upgrading Download Helm v3.19.0. The common platform binaries are here: - [MacOS amd64](https://get.helm.sh/helm-v3.19.0-darwin-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-darwin-amd64.tar.gz.sha256sum) / 09a108c0abda42e45af172be65c49125354bf7cd178dbe10435e94540e49c7b9) - [MacOS arm64](https://get.helm.sh/helm-v3.19.0-darwin-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-darwin-arm64.tar.gz.sha256sum) / 31513e1193da4eb4ae042eb5f98ef9aca7890cfa136f4707c8d4f70e2115bef6) - [Linux amd64](https://get.helm.sh/helm-v3.19.0-linux-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-linux-amd64.tar.gz.sha256sum) / a7f81ce08007091b86d8bd696eb4d86b8d0f2e1b9f6c714be62f82f96a594496) - [Linux arm](https://get.helm.sh/helm-v3.19.0-linux-arm.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-linux-arm.tar.gz.sha256sum) / 8708367b8e8bed9bdf8429bb57536e4223cdca96245dffc205cb0cb670b151f4) - [Linux arm64](https://get.helm.sh/helm-v3.19.0-linux-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-linux-arm64.tar.gz.sha256sum) / 440cf7add0aee27ebc93fada965523c1dc2e0ab340d4348da2215737fc0d76ad) - [Linux i386](https://get.helm.sh/helm-v3.19.0-linux-386.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-linux-386.tar.gz.sha256sum) / ca0329cd1b09267e7c63c563e32462265949c31512b537dd6615d0b5190040fc) - [Linux ppc64le](https://get.helm.sh/helm-v3.19.0-linux-ppc64le.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-linux-ppc64le.tar.gz.sha256sum) / f57ea04d7fa62cc3e90a831eb67edb1400c810df6083875bee3a7c195a795ce4) - [Linux s390x](https://get.helm.sh/helm-v3.19.0-linux-s390x.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-linux-s390x.tar.gz.sha256sum) / 0dff2f249f71690e3b420ebb5efc573eb26a51b4a614c4391c8c7fa3e47863f2) - [Linux riscv64](https://get.helm.sh/helm-v3.19.0-linux-riscv64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-linux-riscv64.tar.gz.sha256sum) / 978af545a3d72a253ce1d4c03c9febb509a239a48b2581107e548883ab61a227) - [Windows amd64](https://get.helm.sh/helm-v3.19.0-windows-amd64.zip) ([checksum](https://get.helm.sh/helm-v3.19.0-windows-amd64.zip.sha256sum) / 6488630c2e5d5945ed990fa02fd9e99f9c6792cdbcd79eb264b6cfb90179d2d1) - [Windows arm64](https://get.helm.sh/helm-v3.19.0-windows-arm64.zip) ([checksum](https://get.helm.sh/helm-v3.19.0-windows-arm64.zip.sha256sum) / 488f7530a1776da1b46b14e988bf305c9d7419c78e7e73aeb92f198a41c9ef6b) The [Quickstart Guide](https://helm.sh/docs/intro/quickstart/) will get you going from there. For **upgrade instructions** or detailed installation notes, check the [install guide](https://helm.sh/docs/intro/install/). You can also use a [script to install](https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3) on any system with `bash`. #### What's Next - 3.19.1 will contain only bug fixes. - 3.20.0 is the next feature release. #### Changelog - bump version to v3.19.0 [`3d8990f`](https://redirect.github.com/helm/helm/commit/3d8990f0836691f0229297773f3524598f46bda6) (Scott Rigby) - fix: use username and password if provided [`9a54bf1`](https://redirect.github.com/helm/helm/commit/9a54bf1df6245232aff6235ebc5da7616f06afa7) (Evans Mungai) - chore(deps): bump the k8s-io group with 7 updates [`5af0f68`](https://redirect.github.com/helm/helm/commit/5af0f68365132bf40d6da38eac87cb94d113b5c3) (dependabot\[bot]) - chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 [`e485606`](https://redirect.github.com/helm/helm/commit/e485606fa6c637f9d33c85d449f5add15fa75f64) (dependabot\[bot]) - chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 [`6355c3d`](https://redirect.github.com/helm/helm/commit/6355c3de11a76acc934348b2b2365c795327517b) (dependabot\[bot]) - chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 [`ec61f66`](https://redirect.github.com/helm/helm/commit/ec61f666994ca6572278ff05a45850606d18f12d) (dependabot\[bot]) - fix(helm-lint): fmt [`b278020`](https://redirect.github.com/helm/helm/commit/b27802031110bcfcaf0b685f7f3efda8a309ce8c) (Isaiah Lewis) - fix(helm-lint): Add TLSClientConfig [`d33ac5e`](https://redirect.github.com/helm/helm/commit/d33ac5e44b4eb884d67141b00753817b091054ca) (Isaiah Lewis) - fix(helm-lint): Add HTTP/HTTPS URL support for json schema references [`8543709`](https://redirect.github.com/helm/helm/commit/854370978eb4664ed75e1918df733ecf1503e904) (Isaiah Lewis) - chore(deps): bump the k8s-io group with 7 updates [`89a3f90`](https://redirect.github.com/helm/helm/commit/89a3f90e7545857edbfbb7d46af1796f0fee7097) (dependabot\[bot]) - fix: go mod tidy for v3 [`da4c583`](https://redirect.github.com/helm/helm/commit/da4c583145cf4de6a291e81b499ba53785739c2b) (Terry Howe) - chore(deps): bump golang.org/x/crypto from 0.40.0 to 0.41.0 [`e40b1b3`](https://redirect.github.com/helm/helm/commit/e40b1b3b367cae275d823eadcfcef43729e16260) (dependabot\[bot]) - chore(deps): bump golang.org/x/term from 0.33.0 to 0.34.0 [`a27e9db`](https://redirect.github.com/helm/helm/commit/a27e9db724540bc53b066dff7d80d075a9fa86d8) (dependabot\[bot]) - fix Chart.yaml handling [`f13afaa`](https://redirect.github.com/helm/helm/commit/f13afaacd6f8f9dca4ad914d87fabbe129692eda) (Matt Farina) - Handle messy index files [`039b0b1`](https://redirect.github.com/helm/helm/commit/039b0b18d3c83c9aa3a80da67f3cf1c2d965a598) (Matt Farina) - chore(deps): bump github.com/containerd/containerd from 1.7.27 to 1.7.28 [`bec98a9`](https://redirect.github.com/helm/helm/commit/bec98a91aa1f810220f4fd2a7f06b155afe68970) (dependabot\[bot]) - json schema fix [`6d9509a`](https://redirect.github.com/helm/helm/commit/6d9509aadcfb44aaaa6fc6528443815343a551b4) (Robert Sirchia) - fix: k8s version parsing to match original [`807225e`](https://redirect.github.com/helm/helm/commit/807225ed62b2901fcbaf56923111d9d7f9204a59) (Borys Hulii) - chore(deps): bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0 [`cbbd569`](https://redirect.github.com/helm/helm/commit/cbbd569aba384d6bf04328645d8befd8555c7879) (dependabot\[bot]) - Do not explicitly set SNI in HTTPGetter [`5e8ff72`](https://redirect.github.com/helm/helm/commit/5e8ff72b71fab9bda848bc2c980b2139401e1057) (Terry Howe) - chore(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 [`5b5fb5b`](https://redirect.github.com/helm/helm/commit/5b5fb5b6832fd210e6dfeda01ef91d6eea73abe4) (dependabot\[bot]) - chore(deps): bump the k8s-io group with 7 updates [`d12538a`](https://redirect.github.com/helm/helm/commit/d12538a23df05acb027f319766dde19a90f0c78a) (dependabot\[bot]) - chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 [`303f803`](https://redirect.github.com/helm/helm/commit/303f8031bdfbd18fa8630def8199957fa4784a20) (dependabot\[bot]) - chore(deps): bump golang.org/x/term from 0.32.0 to 0.33.0 [`abcc2ed`](https://redirect.github.com/helm/helm/commit/abcc2edc2722406928df731dfac8981032d7831a) (dependabot\[bot]) - chore(deps): bump golang.org/x/text from 0.26.0 to 0.27.0 [`521c67b`](https://redirect.github.com/helm/helm/commit/521c67b3588a37ccb1e19fc90130813587015291) (dependabot\[bot]) - Disabling linter due to unknown issue [`227c9cb`](https://redirect.github.com/helm/helm/commit/227c9cb6b6c4ba190fa4064c0dba91f8a3106b79) (Matt Farina) - Updating link handling [`4389fa6`](https://redirect.github.com/helm/helm/commit/4389fa639a4d8e6836fa8df9bb70dd69c2820c12) (Matt Farina) - Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 [`372e403`](https://redirect.github.com/helm/helm/commit/372e40376a15568ba1d9920beb9ab4fe91b90a55) (dependabot\[bot]) - build(deps): bump the k8s-io group with 7 updates [`4fa5a64`](https://redirect.github.com/helm/helm/commit/4fa5a64127532cb9e69986f584aef491f36a925b) (dependabot\[bot]) - build(deps): bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0 [`6284ed8`](https://redirect.github.com/helm/helm/commit/6284ed853892c95b87d08a08d64199af63ed3e13) (dependabot\[bot]) - fix: user username password for login [`2c55a4e`](https://redirect.github.com/helm/helm/commit/2c55a4e8ce483fe1a03d7afa46a89e26852bc3c5) (Terry Howe) - Update pkg/registry/transport.go [`a16e986`](https://redirect.github.com/helm/helm/commit/a16e986d4e184b4e065968c5f5c30198a12d880e) (Terry Howe) - Update pkg/registry/transport.go [`cea26d8`](https://redirect.github.com/helm/helm/commit/cea26d8bcac27f888ebb43a8ac8fe87f5851d380) (Terry Howe) - fix: add debug logging to oci transport [`b52bb41`](https://redirect.github.com/helm/helm/commit/b52bb41484bca2eab616aed83aa922cbb5ef1e3b) (Terry Howe) - build(deps): bump golang.org/x/crypto from 0.38.0 to 0.39.0 [`45075cf`](https://redirect.github.com/helm/helm/commit/45075cf9434456c8d1cd59a6355265e958b71b2f) (dependabot\[bot]) - build(deps): bump golang.org/x/text from 0.25.0 to 0.26.0 [`73a7826`](https://redirect.github.com/helm/helm/commit/73a78263956bf738008e158afb8d641acbb8f3b9) (dependabot\[bot]) - fix: legacy docker support broken for login [`733f94c`](https://redirect.github.com/helm/helm/commit/733f94c86a98f2fc4a12eba510e26615d4b8aa59) (Terry Howe) - fix: plugin installer test with no Internet [`fc36041`](https://redirect.github.com/helm/helm/commit/fc360417024f4734e5b7356385512a08a31c743e) (Terry Howe) - Handle an empty registry config file. [`cfe8cef`](https://redirect.github.com/helm/helm/commit/cfe8cef46f04f36ca33e8696573e243d14e17e79) (Matt Farina) - Prevent fetching newReference again as we have in calling method [`c33215d`](https://redirect.github.com/helm/helm/commit/c33215d765e291bc9321984d4f60a0182c738938) (Benoit Tigeot) - Prevent failure when resolving version tags in oras memory store [`f552b67`](https://redirect.github.com/helm/helm/commit/f552b672305a420b54a725185f98e34e51fbd7ba) (Benoit Tigeot) - fix(client): skipnode utilization for PreCopy [`a18a52e`](https://redirect.github.com/helm/helm/commit/a18a52e8982b399101f7f20e2473de8514e85226) (Brandt Keller) - test: Skip instead of returning early. looks more intentional [`fedf502`](https://redirect.github.com/helm/helm/commit/fedf5024d60bcb4efce9cf7f6f1b7bca642a66eb) (Jesse Simpson) - test: tests repo stripping functionality [`fe512ba`](https://redirect.github.com/helm/helm/commit/fe512bae439b5271dd7d2cdb75fadf3c39abd800) (Jesse Simpson) - test: include tests for Login based on different protocol prefixes [`099a9e1`](https://redirect.github.com/helm/helm/commit/099a9e18f30db9c90a3a5e52b2af6dd630a6d757) (Jesse Simpson) - fix(client): layers now returns manifest - remove duplicate from descriptors [`b07ab77`](https://redirect.github.com/helm/helm/commit/b07ab77da3a2d20508b8e775981e233a81d4c753) (Brandt Keller) - fix(client): return nil on non-allowed media types [`c225c12`](https://redirect.github.com/helm/helm/commit/c225c124ac76eedc3ca6e013df40da8d2c50650d) (Brandt Keller) - Fix 3.18.0 regression: registry login with scheme [`c0f3ace`](https://redirect.github.com/helm/helm/commit/c0f3ace52d974b7465f33079bbf54ed961f875f1) (Scott Rigby) - Update pkg/plugin/plugin.go [`dce60ad`](https://redirect.github.com/helm/helm/commit/dce60adb5141695b9deab023dbfa25bba681d8fa) (Benoit Tigeot) - Update pkg/plugin/plugin.go [`cda0865`](https://redirect.github.com/helm/helm/commit/cda0865d64a4deec682fd044aa4412eb9ab643db) (Benoit Tigeot) - Wait for Helm v4 before raising when platformCommand and Command are set [`5d9d9a0`](https://redirect.github.com/helm/helm/commit/5d9d9a0fb8c1700c5aa9051e3768dcdabfed642d) (Benoit Tigeot) - Revert "fix (helm) : toToml\` renders int as float \[ backport to v3 ]" [`c5249c1`](https://redirect.github.com/helm/helm/commit/c5249c1f8d83d44081afee41efeac3ee36d6e9bc) (Matt Farina) - build(deps): bump the k8s-io group with 7 updates [`5b0520d`](https://redirect.github.com/helm/helm/commit/5b0520d6b323b291546cb6fbc4dc0f76b570a6eb) (dependabot\[bot]) - chore: update generalization warning message [`afefca8`](https://redirect.github.com/helm/helm/commit/afefca8b2dcb3c220e24075e8dabf0cffd170daf) (Feng Cao) - build(deps): bump oras.land/oras-go/v2 from 2.5.0 to 2.6.0 [`8d6d27c`](https://redirect.github.com/helm/helm/commit/8d6d27c26aad581c3da61f7e67786949c9201fcd) (dependabot\[bot]) - build(deps): bump the k8s-io group with 7 updates [`502c0d5`](https://redirect.github.com/helm/helm/commit/502c0d5f5b8563be076de69be85f8e0add11b69c) (dependabot\[bot]) - build(deps): bump golang.org/x/crypto from 0.37.0 to 0.38.0 [`92be9ac`](https://redirect.github.com/helm/helm/commit/92be9ac0c8abab27efd740be6a671d6e8dd535fd) (dependabot\[bot]) - fix: move warning to top of block [`eb5b6d5`](https://redirect.github.com/helm/helm/commit/eb5b6d50474842db17330b11e0db70077e1c4510) (Feng Cao) - fix: govulncheck workflow [`6b15f26`](https://redirect.github.com/helm/helm/commit/6b15f26bd45c2856b36bdf3e8c32b44595e4580f) (Matthieu MOREL) - fix: replace fmt warning with slog [`6b5c944`](https://redirect.github.com/helm/helm/commit/6b5c94475db950a981523344029f0a7c620a2e32) (Feng Cao) - fix: add warning when ignore repo flag [`247bf7c`](https://redirect.github.com/helm/helm/commit/247bf7c2e0c591554b6cfd4c2f62cb2700b034ee) (Feng Cao) - bump version to v3.18.0 [`9404459`](https://redirect.github.com/helm/helm/commit/94044595c79ddf1311a4cd3df0353fe62a7ed633) (Robert Sirchia) - backport [#​30673](https://redirect.github.com/helm/helm/issues/30673) to dev-v3 [`0a800e8`](https://redirect.github.com/helm/helm/commit/0a800e84b033ae03fc31a46215378ac7761cb9c5) (Gerard Nguyen) - feat: add httproute from gateway-api to create chart template [`bd1b67b`](https://redirect.github.com/helm/helm/commit/bd1b67b082122ad1264d07c5d28bbc4c4171b826) (Henrik Gerdes) **Full Changelog**: <https://github.com/helm/helm/compare/v3.18.6...v3.19.0> </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=-->
288 lines
15 KiB
Modula-2
288 lines
15 KiB
Modula-2
module github.com/trueforge-org/truecharts/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.34
|
|
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.1
|
|
github.com/spf13/cobra v1.10.1
|
|
golang.org/x/crypto v0.42.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
helm.sh/helm/v3 v3.19.0
|
|
k8s.io/api v0.34.1
|
|
k8s.io/apimachinery v0.34.1
|
|
k8s.io/client-go v0.34.1
|
|
sigs.k8s.io/controller-runtime v0.22.1
|
|
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/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.28 // 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.9 // 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/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.43.0 // indirect
|
|
golang.org/x/oauth2 v0.30.0 // indirect
|
|
golang.org/x/sync v0.17.0 // indirect
|
|
golang.org/x/sys v0.36.0 // indirect
|
|
golang.org/x/term v0.35.0 // indirect
|
|
golang.org/x/text v0.29.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.34.0 // 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.34.0 // 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/v6 v6.3.0 // indirect
|
|
)
|