2019-04-13 03:44:06 -04:00
|
|
|
module github.com/hashicorp/vault
|
|
|
|
|
|
2023-04-24 14:25:50 -04:00
|
|
|
// The go version directive value isn't consulted when building our production binaries,
|
2023-04-24 08:44:39 -04:00
|
|
|
// and the vault module isn't intended to be imported into other projects. As such the
|
|
|
|
|
// impact of this setting is usually rather limited. Note however that in some cases the
|
|
|
|
|
// Go project introduces new semantics for handling of go.mod depending on the value.
|
|
|
|
|
//
|
2023-04-24 14:25:50 -04:00
|
|
|
// The general policy for updating it is: when the Go major version used on the branch is
|
2023-04-24 08:44:39 -04:00
|
|
|
// updated. If we choose not to do so at some point (e.g. because we don't want some new
|
|
|
|
|
// semantic related to Go module handling), this comment should be updated to explain that.
|
|
|
|
|
//
|
|
|
|
|
// Whenever this value gets updated, sdk/go.mod should be updated to the same value.
|
2025-11-18 02:17:25 -05:00
|
|
|
go 1.25.3
|
2019-04-13 03:44:06 -04:00
|
|
|
|
2019-04-13 03:46:13 -04:00
|
|
|
replace github.com/hashicorp/vault/api => ./api
|
|
|
|
|
|
2021-10-26 19:48:48 -04:00
|
|
|
replace github.com/hashicorp/vault/api/auth/approle => ./api/auth/approle
|
|
|
|
|
|
2022-06-27 11:39:36 -04:00
|
|
|
replace github.com/hashicorp/vault/api/auth/kubernetes => ./api/auth/kubernetes
|
|
|
|
|
|
2021-10-26 19:48:48 -04:00
|
|
|
replace github.com/hashicorp/vault/api/auth/userpass => ./api/auth/userpass
|
|
|
|
|
|
2019-04-13 03:46:13 -04:00
|
|
|
replace github.com/hashicorp/vault/sdk => ./sdk
|
|
|
|
|
|
2025-01-09 17:00:41 -05:00
|
|
|
// The keyring library has an outstanding bug that causes zombie dbus-daemon
|
|
|
|
|
// processes on each execution. Vault has an indirect dependency on keyring via
|
|
|
|
|
// gosnowflake. This replace is a stopgap measure until either gosnowflake or
|
|
|
|
|
// keyring addresses the issue.
|
|
|
|
|
// See https://github.com/99designs/keyring/issues/103 and https://github.com/snowflakedb/gosnowflake/issues/1183
|
|
|
|
|
replace github.com/99designs/keyring => github.com/Jeffail/keyring v1.2.3
|
|
|
|
|
|
2025-10-28 15:26:46 -04:00
|
|
|
replace github.com/ma314smith/signedxml v1.1.1 => github.com/moov-io/signedxml v1.1.1
|
|
|
|
|
|
2019-04-13 03:44:06 -04:00
|
|
|
require (
|
2023-09-06 17:40:39 -04:00
|
|
|
cloud.google.com/go/cloudsqlconn v1.4.3
|
2025-06-03 19:26:52 -04:00
|
|
|
cloud.google.com/go/monitoring v1.24.2
|
2025-10-06 12:29:50 -04:00
|
|
|
cloud.google.com/go/spanner v1.85.1
|
2025-08-26 14:31:43 -04:00
|
|
|
cloud.google.com/go/storage v1.56.1
|
2025-10-02 14:35:32 -04:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.19.1
|
|
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.12.0
|
2023-05-26 09:48:25 -04:00
|
|
|
github.com/Azure/azure-storage-blob-go v0.15.0
|
2023-05-25 11:27:33 -04:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.29
|
2025-10-17 13:13:53 -04:00
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.24
|
2025-05-22 11:39:47 -04:00
|
|
|
github.com/ProtonMail/go-crypto v1.2.0
|
|
|
|
|
github.com/ProtonMail/gopenpgp/v3 v3.2.1
|
2024-08-05 19:26:24 -04:00
|
|
|
github.com/SAP/go-hdb v1.10.1
|
2020-05-29 14:21:23 -04:00
|
|
|
github.com/Sectorbob/mlab-ns2 v0.0.0-20171030222938-d3aa0c295a8a
|
2025-12-29 13:58:02 -05:00
|
|
|
github.com/aerospike/aerospike-client-go/v8 v8.5.0
|
2025-06-03 11:50:48 -04:00
|
|
|
github.com/aliyun/alibaba-cloud-sdk-go v1.63.107
|
2019-04-13 03:44:06 -04:00
|
|
|
github.com/aliyun/aliyun-oss-go-sdk v0.0.0-20190307165228-86c17b95fcd5
|
|
|
|
|
github.com/apple/foundationdb/bindings/go v0.0.0-20190411004307-cd5c9d91fad2
|
2023-01-17 16:38:18 -05:00
|
|
|
github.com/armon/go-metrics v0.4.1
|
2019-04-13 03:44:06 -04:00
|
|
|
github.com/armon/go-radix v1.0.0
|
2024-01-09 09:29:30 -05:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
|
2025-08-26 14:31:43 -04:00
|
|
|
github.com/aws/aws-sdk-go v1.55.8
|
2025-09-04 17:56:33 -04:00
|
|
|
github.com/aws/aws-sdk-go-v2/config v1.29.15
|
2025-07-17 11:30:11 -04:00
|
|
|
github.com/cenkalti/backoff/v4 v4.3.0
|
2019-04-13 03:44:06 -04:00
|
|
|
github.com/chrismalek/oktasdk-go v0.0.0-20181212195951-3430665dfaa0
|
2024-05-07 09:20:49 -04:00
|
|
|
github.com/cockroachdb/cockroach-go/v2 v2.3.8
|
2025-01-22 14:30:03 -05:00
|
|
|
github.com/coder/websocket v1.8.12
|
2021-05-04 15:47:16 -04:00
|
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
|
2023-09-06 17:40:39 -04:00
|
|
|
github.com/denisenkom/go-mssqldb v0.12.3
|
2025-09-19 09:12:02 -04:00
|
|
|
github.com/docker/docker v28.4.0+incompatible
|
2026-02-05 10:17:37 -05:00
|
|
|
github.com/duosecurity/duo_api_golang v0.0.0-20250430191550-ac36954387e7
|
2023-08-22 17:39:09 -04:00
|
|
|
github.com/dustin/go-humanize v1.0.1
|
2025-03-11 15:23:06 -04:00
|
|
|
github.com/fatih/color v1.18.0
|
2019-04-13 03:44:06 -04:00
|
|
|
github.com/fatih/structs v1.1.0
|
2023-09-04 09:48:09 -04:00
|
|
|
github.com/gammazero/workerpool v1.1.3
|
2019-04-13 03:44:06 -04:00
|
|
|
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
|
2024-02-01 17:14:32 -05:00
|
|
|
github.com/go-errors/errors v1.5.1
|
2025-03-24 14:28:37 -04:00
|
|
|
github.com/go-git/go-git/v5 v5.14.0
|
2025-02-28 11:15:59 -05:00
|
|
|
github.com/go-jose/go-jose/v3 v3.0.4
|
2025-10-08 14:46:31 -04:00
|
|
|
github.com/go-ldap/ldap/v3 v3.4.12
|
2025-10-03 15:07:42 -04:00
|
|
|
github.com/go-sql-driver/mysql v1.9.3
|
2024-08-12 13:36:13 -04:00
|
|
|
github.com/go-test/deep v1.1.1
|
2023-02-10 11:56:27 -05:00
|
|
|
github.com/go-zookeeper/zk v1.0.3
|
2022-04-18 14:12:32 -04:00
|
|
|
github.com/gocql/gocql v1.0.0
|
2025-03-24 11:58:58 -04:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.5.2
|
2024-03-28 14:45:43 -04:00
|
|
|
github.com/golang/protobuf v1.5.4
|
2025-10-03 15:07:42 -04:00
|
|
|
github.com/google/certificate-transparency-go v1.3.2
|
2025-03-11 15:23:06 -04:00
|
|
|
github.com/google/go-cmp v0.7.0
|
2019-04-13 03:44:06 -04:00
|
|
|
github.com/google/go-github v17.0.0+incompatible
|
2020-10-13 19:38:21 -04:00
|
|
|
github.com/google/go-metrics-stackdriver v0.2.0
|
2025-10-07 20:10:32 -04:00
|
|
|
github.com/hashicorp/cap v0.11.0
|
2025-10-02 12:35:43 -04:00
|
|
|
github.com/hashicorp/cap/ldap v0.0.0-20250911140431-44d01434c285
|
2025-03-11 15:23:06 -04:00
|
|
|
github.com/hashicorp/cli v1.1.7
|
2025-07-31 09:45:11 -04:00
|
|
|
github.com/hashicorp/consul-template v0.41.1
|
|
|
|
|
github.com/hashicorp/consul/api v1.32.1
|
2021-01-29 15:30:16 -05:00
|
|
|
github.com/hashicorp/errwrap v1.1.0
|
2024-08-12 13:36:13 -04:00
|
|
|
github.com/hashicorp/eventlogger v0.2.10
|
2023-09-07 16:11:53 -04:00
|
|
|
github.com/hashicorp/go-bexpr v0.1.12
|
2021-03-04 21:32:51 -05:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2
|
2025-09-23 03:28:46 -04:00
|
|
|
github.com/hashicorp/go-discover v1.1.1-0.20250922102917-55e5010ad859
|
2025-03-28 13:12:52 -04:00
|
|
|
github.com/hashicorp/go-gcp-common v0.9.2
|
2024-05-17 16:03:02 -04:00
|
|
|
github.com/hashicorp/go-hclog v1.6.3
|
2024-01-31 13:22:19 -05:00
|
|
|
github.com/hashicorp/go-kms-wrapping/entropy/v2 v2.0.1
|
2025-02-03 13:23:52 -05:00
|
|
|
github.com/hashicorp/go-kms-wrapping/v2 v2.0.18
|
|
|
|
|
github.com/hashicorp/go-kms-wrapping/wrappers/aead/v2 v2.0.10
|
|
|
|
|
github.com/hashicorp/go-kms-wrapping/wrappers/alicloudkms/v2 v2.0.4
|
|
|
|
|
github.com/hashicorp/go-kms-wrapping/wrappers/awskms/v2 v2.0.11
|
2025-03-03 09:09:13 -05:00
|
|
|
github.com/hashicorp/go-kms-wrapping/wrappers/azurekeyvault/v2 v2.0.14
|
2025-02-03 13:23:52 -05:00
|
|
|
github.com/hashicorp/go-kms-wrapping/wrappers/gcpckms/v2 v2.0.13
|
|
|
|
|
github.com/hashicorp/go-kms-wrapping/wrappers/ocikms/v2 v2.0.9
|
|
|
|
|
github.com/hashicorp/go-kms-wrapping/wrappers/transit/v2 v2.0.13
|
2025-10-17 13:13:53 -04:00
|
|
|
github.com/hashicorp/go-memdb v1.3.5
|
2021-06-07 19:02:57 -04:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1
|
2025-06-04 02:44:20 -04:00
|
|
|
github.com/hashicorp/go-pgmultiauth v1.0.0
|
2025-10-03 15:07:42 -04:00
|
|
|
github.com/hashicorp/go-plugin v1.6.3
|
2019-10-14 11:25:07 -04:00
|
|
|
github.com/hashicorp/go-raftchunking v0.6.3-0.20191002164813-7e9e8525653a
|
2025-06-19 05:22:11 -04:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.8
|
2020-01-15 05:03:38 -05:00
|
|
|
github.com/hashicorp/go-rootcerts v1.0.2
|
2024-01-29 14:34:57 -05:00
|
|
|
github.com/hashicorp/go-secure-stdlib/awsutil v0.3.0
|
2021-11-01 17:18:21 -04:00
|
|
|
github.com/hashicorp/go-secure-stdlib/base62 v0.1.2
|
2021-07-15 20:17:31 -04:00
|
|
|
github.com/hashicorp/go-secure-stdlib/gatedwriter v0.1.1
|
2022-03-24 16:40:32 -04:00
|
|
|
github.com/hashicorp/go-secure-stdlib/kv-builder v0.1.2
|
2023-05-25 12:39:00 -04:00
|
|
|
github.com/hashicorp/go-secure-stdlib/mlock v0.1.3
|
2023-05-25 16:57:08 -04:00
|
|
|
github.com/hashicorp/go-secure-stdlib/nonceutil v0.1.0
|
2025-05-22 14:16:11 -04:00
|
|
|
github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0
|
2025-07-17 11:30:11 -04:00
|
|
|
github.com/hashicorp/go-secure-stdlib/password v0.1.4
|
2025-01-24 12:33:44 -05:00
|
|
|
github.com/hashicorp/go-secure-stdlib/permitpool v1.0.0
|
2025-06-20 13:33:28 -04:00
|
|
|
github.com/hashicorp/go-secure-stdlib/regexp v1.0.0
|
2021-07-15 20:17:31 -04:00
|
|
|
github.com/hashicorp/go-secure-stdlib/reloadutil v0.1.1
|
2022-02-17 15:36:56 -05:00
|
|
|
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
|
2024-02-07 13:30:59 -05:00
|
|
|
github.com/hashicorp/go-secure-stdlib/tlsutil v0.1.3
|
2025-02-07 13:50:30 -05:00
|
|
|
github.com/hashicorp/go-sockaddr v1.0.7
|
2019-04-13 03:44:06 -04:00
|
|
|
github.com/hashicorp/go-syslog v1.0.0
|
2022-06-17 08:34:00 -04:00
|
|
|
github.com/hashicorp/go-uuid v1.0.3
|
2024-09-05 10:08:28 -04:00
|
|
|
github.com/hashicorp/go-version v1.7.0
|
2024-01-08 13:36:58 -05:00
|
|
|
github.com/hashicorp/golang-lru v1.0.2
|
2024-02-15 16:48:30 -05:00
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7
|
VAULT-32657 deprecate duplicate attributes in HCL configs and policies (#30386)
* upgrade hcl dependency on api pkg
This upgrades the hcl dependency for the API pkg,
and adapts its usage so users of our API pkg are
not affected. There's no good way of communicating
a warning via a library call so we don't.
The tokenHelper which is used by all Vault CLI
commands in order to create the Vault client, as
well as directly used by the login and server
commands, is implemented on the api pkg, so this
upgrade also affects all of those commands. Seems
like this was only moved to the api pkg because
the Terraform provider uses it, and I thought
creating a full copy of all those files back under
command would be too much spaghetti.
Also leaving some TODOs to make next deprecation
steps easier.
* upgrade hcl dependency in vault and sdk pkgs
* upgrade hcl dependency in vault and sdk pkgs
* add CLI warnings to commands that take a config
- vault agent (unit test on CMD warning)
- vault proxy (unit test on CMD warning)
- vault server (no test for the warning)
- vault operator diagnose (no tests at all, uses the
same function as vault server
* ignore duplicates on ParseKMSes function
* Extend policy parsing functions and warn on policy store
* Add warning on policy fmt with duplicate attributes
* Add warnings when creating/updating policy with duplicate HCL attrs
* Add log warning when switchedGetPolicy finds duplicate attrs
Following operations can trigger this warning when they run into a policy
with duplicate attributes:
* replication filtered path namespaces invalidation
* policy read API
* building an ACL (for many different purposes like most authZ operations)
* looking up DR token policies
* creating a token with named policies
* when caching the policies for all namespaces during unseal
* Print log warnings when token inline policy has duplicate attrs
No unit tests on these as new test infra would have to be built on all.
Operations affected, which will now print a log warning when the retrieved
token has an inline policy with duplicate attributes:
* capabilities endpoints in sys mount
* handing events under a subscription with a token with duplicate
attrs in inline policies
* token used to create another token has duplicate attrs in inline
policies (sudo check)
* all uses of fetchACLTokenEntryAndEntity when the request uses a
token with inline policies with duplicate attrs. Almost all reqs
are subject to this
* when tokens are created with inline policies (unclear exactly how that
can happen)
* add changelog and deprecation notice
* add missing copywrite notice
* fix copy-paste mistake
good thing it was covered by unit tests
* Fix manual parsing of telemetry field in SharedConfig
This commit in the hcl library was not in the
v1.0.1-vault-5 version we're using but is
included in v1.0.1-vault-7:
https://github.com/hashicorp/hcl/commit/e80118accb521e47bc5b93104bf46c67d89d2242
This thing of reusing when parsing means that
our approach of manually re-parsing fields
on top of fields that have already been parsed
by the hcl annotation causes strings (maybe
more?) to concatenate.
Fix that by removing annotation. There's
actually more occurrences of this thing of
automatically parsing something that is also
manually parsing. In some places we could
just remove the boilerplate manual parsing, in
others we better remove the auto parsing, but
I don't wanna pull at that thread right now. I
just checked that all places at least fully
overwrite the automatically parsed field
instead of reusing it as the target of the
decode call. The only exception is the AOP
field on ent but that doesn't have maps or
slices, so I think it's fine.
An alternative approach would be to ensure
that the auto-parsed value is discarded,
like the current parseCache function does
note how it's template not templates
* Fix linter complaints
* Update command/base_predict.go
Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>
* address review
* remove copywrite headers
* re-add copywrite headers
* make fmt
* Update website/content/partials/deprecation/duplicate-hcl-attributes.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/partials/deprecation/duplicate-hcl-attributes.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/partials/deprecation/duplicate-hcl-attributes.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* undo changes to deprecation.mdx
* remove deprecation doc
* fix conflict with changes from main
---------
Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-05-23 15:02:07 -04:00
|
|
|
github.com/hashicorp/hcl v1.0.1-vault-7
|
2025-10-17 13:13:53 -04:00
|
|
|
github.com/hashicorp/hcl/v2 v2.23.0
|
2024-01-25 13:08:50 -05:00
|
|
|
github.com/hashicorp/hcp-link v0.2.1
|
|
|
|
|
github.com/hashicorp/hcp-scada-provider v0.2.2
|
2025-03-11 15:23:06 -04:00
|
|
|
github.com/hashicorp/hcp-sdk-go v0.138.0
|
2024-02-13 14:49:35 -05:00
|
|
|
github.com/hashicorp/nomad/api v0.0.0-20240213164230-c364cb57298d
|
2025-03-21 09:20:27 -04:00
|
|
|
github.com/hashicorp/raft v1.7.3
|
2025-01-07 12:35:46 -05:00
|
|
|
github.com/hashicorp/raft-autopilot v0.3.0
|
2024-01-08 13:36:58 -05:00
|
|
|
github.com/hashicorp/raft-boltdb/v2 v2.3.0
|
2022-03-30 17:25:21 -04:00
|
|
|
github.com/hashicorp/raft-snapshot v1.0.4
|
2024-01-25 13:08:50 -05:00
|
|
|
github.com/hashicorp/raft-wal v0.4.0
|
2025-03-11 15:23:06 -04:00
|
|
|
github.com/hashicorp/vault-hcp-lib v0.0.0-20250306185756-615fe2449b16
|
2025-10-02 12:48:47 -04:00
|
|
|
github.com/hashicorp/vault-plugin-auth-alicloud v0.22.0
|
2025-10-02 14:35:32 -04:00
|
|
|
github.com/hashicorp/vault-plugin-auth-azure v0.22.0
|
2025-10-03 12:40:30 -04:00
|
|
|
github.com/hashicorp/vault-plugin-auth-cf v0.22.0
|
2025-10-02 20:09:28 -04:00
|
|
|
github.com/hashicorp/vault-plugin-auth-gcp v0.22.0
|
2025-10-03 14:16:54 -04:00
|
|
|
github.com/hashicorp/vault-plugin-auth-jwt v0.25.0
|
2025-10-03 03:53:36 -04:00
|
|
|
github.com/hashicorp/vault-plugin-auth-kerberos v0.16.0
|
2025-11-18 02:17:25 -05:00
|
|
|
github.com/hashicorp/vault-plugin-auth-kubernetes v0.23.1
|
2025-10-03 12:48:09 -04:00
|
|
|
github.com/hashicorp/vault-plugin-auth-oci v0.20.0
|
2025-10-03 15:07:42 -04:00
|
|
|
github.com/hashicorp/vault-plugin-database-couchbase v0.15.0
|
|
|
|
|
github.com/hashicorp/vault-plugin-database-elasticsearch v0.19.0
|
|
|
|
|
github.com/hashicorp/vault-plugin-database-mongodbatlas v0.16.0
|
2025-10-06 16:17:39 -04:00
|
|
|
github.com/hashicorp/vault-plugin-database-redis v0.7.0
|
2025-10-03 12:40:18 -04:00
|
|
|
github.com/hashicorp/vault-plugin-database-redis-elasticache v0.8.0
|
2025-10-06 10:46:10 -04:00
|
|
|
github.com/hashicorp/vault-plugin-database-snowflake v0.15.0
|
2025-06-02 19:57:49 -04:00
|
|
|
github.com/hashicorp/vault-plugin-secrets-ad v0.21.0
|
2025-10-03 14:18:11 -04:00
|
|
|
github.com/hashicorp/vault-plugin-secrets-alicloud v0.21.0
|
2025-10-03 17:01:57 -04:00
|
|
|
github.com/hashicorp/vault-plugin-secrets-azure v0.23.0
|
2025-10-07 16:45:18 -04:00
|
|
|
github.com/hashicorp/vault-plugin-secrets-gcp v0.23.0
|
2025-10-06 12:29:50 -04:00
|
|
|
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.22.0
|
2025-10-02 17:35:04 -04:00
|
|
|
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.12.0
|
2025-10-03 12:47:53 -04:00
|
|
|
github.com/hashicorp/vault-plugin-secrets-kv v0.25.0
|
2025-10-03 15:29:33 -04:00
|
|
|
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.16.0
|
2025-10-08 14:46:31 -04:00
|
|
|
github.com/hashicorp/vault-plugin-secrets-openldap v0.17.0
|
2025-10-02 17:57:13 -04:00
|
|
|
github.com/hashicorp/vault-plugin-secrets-terraform v0.13.0
|
2025-12-12 14:20:57 -05:00
|
|
|
github.com/hashicorp/vault-testing-stepwise v0.3.3
|
2025-10-08 14:46:31 -04:00
|
|
|
github.com/hashicorp/vault/api v1.22.0
|
2021-12-01 13:02:40 -05:00
|
|
|
github.com/hashicorp/vault/api/auth/approle v0.1.0
|
|
|
|
|
github.com/hashicorp/vault/api/auth/userpass v0.1.0
|
2026-02-09 12:54:42 -05:00
|
|
|
github.com/hashicorp/vault/sdk v0.23.0
|
2023-02-02 09:27:55 -05:00
|
|
|
github.com/hashicorp/vault/vault/hcp_link/proto v0.0.0-20230201201504-b741fa893d77
|
2022-01-25 13:30:24 -05:00
|
|
|
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
|
2024-03-15 12:29:20 -04:00
|
|
|
github.com/jackc/pgx/v4 v4.18.3
|
2023-05-25 13:29:42 -04:00
|
|
|
github.com/jcmturner/gokrb5/v8 v8.4.4
|
2020-10-13 19:38:21 -04:00
|
|
|
github.com/jefferai/isbadcipher v0.0.0-20190226160619-51d2077c035f
|
2024-05-21 09:42:59 -04:00
|
|
|
github.com/jefferai/jsonx v1.0.1
|
2020-04-16 12:57:37 -04:00
|
|
|
github.com/joyent/triton-go v1.7.1-0.20200416154420-6801d15b779f
|
2025-08-22 09:55:21 -04:00
|
|
|
github.com/klauspost/compress v1.18.0
|
2023-05-19 18:11:41 -04:00
|
|
|
github.com/kr/pretty v0.3.1
|
2020-06-29 18:36:22 -04:00
|
|
|
github.com/kr/text v0.2.0
|
2025-03-11 15:23:06 -04:00
|
|
|
github.com/mattn/go-colorable v0.1.14
|
2023-12-04 14:05:02 -05:00
|
|
|
github.com/mattn/go-isatty v0.0.20
|
2022-06-08 10:31:43 -04:00
|
|
|
github.com/michaelklishin/rabbit-hole/v2 v2.12.0
|
2022-02-18 09:42:48 -05:00
|
|
|
github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a
|
|
|
|
|
github.com/mitchellh/copystructure v1.2.0
|
2019-04-13 03:44:06 -04:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2023-09-05 10:53:20 -04:00
|
|
|
github.com/mitchellh/go-wordwrap v1.0.1
|
2025-10-03 15:07:42 -04:00
|
|
|
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
|
2021-10-11 13:06:41 -04:00
|
|
|
github.com/mitchellh/reflectwalk v1.0.2
|
2019-04-13 03:44:06 -04:00
|
|
|
github.com/ncw/swift v1.0.47
|
2022-02-18 09:42:48 -05:00
|
|
|
github.com/oklog/run v1.1.0
|
2024-11-26 15:33:45 -05:00
|
|
|
github.com/okta/okta-sdk-golang/v5 v5.0.2
|
2023-02-08 18:36:42 -05:00
|
|
|
github.com/oracle/oci-go-sdk v24.3.0+incompatible
|
2020-12-10 10:09:21 -05:00
|
|
|
github.com/ory/dockertest v3.3.5+incompatible
|
2025-06-02 12:59:48 -04:00
|
|
|
github.com/ory/dockertest/v3 v3.12.0
|
2019-04-13 03:44:06 -04:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2024-10-17 15:46:20 -04:00
|
|
|
github.com/pires/go-proxyproto v0.8.0
|
2020-05-14 18:45:10 -04:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-01-29 15:30:16 -05:00
|
|
|
github.com/posener/complete v1.2.3
|
2019-10-17 13:33:00 -04:00
|
|
|
github.com/pquerna/otp v1.2.1-0.20191009055518-468c2dd2b58d
|
2025-10-03 15:07:42 -04:00
|
|
|
github.com/prometheus/client_golang v1.22.0
|
|
|
|
|
github.com/prometheus/common v0.62.0
|
2025-10-17 13:13:53 -04:00
|
|
|
github.com/rboyer/safeio v0.2.3
|
2023-08-24 17:45:07 -04:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2023-09-05 10:53:20 -04:00
|
|
|
github.com/ryanuber/columnize v2.1.2+incompatible
|
2019-04-13 03:44:06 -04:00
|
|
|
github.com/ryanuber/go-glob v1.0.0
|
2024-11-15 13:32:09 -05:00
|
|
|
github.com/sasha-s/go-deadlock v0.3.5
|
2021-09-16 09:13:46 -04:00
|
|
|
github.com/sethvargo/go-limiter v0.7.1
|
2022-07-20 19:37:10 -04:00
|
|
|
github.com/shirou/gopsutil/v3 v3.22.6
|
2025-10-02 14:35:32 -04:00
|
|
|
github.com/stretchr/testify v1.11.1
|
2026-02-09 12:54:42 -05:00
|
|
|
github.com/tink-crypto/tink-go/v2 v2.5.0
|
2025-10-03 15:07:42 -04:00
|
|
|
go.etcd.io/bbolt v1.4.0
|
|
|
|
|
go.etcd.io/etcd/client/pkg/v3 v3.6.0
|
2024-11-27 12:34:26 -05:00
|
|
|
go.etcd.io/etcd/client/v2 v2.305.17
|
2025-10-03 15:07:42 -04:00
|
|
|
go.etcd.io/etcd/client/v3 v3.6.0
|
2025-06-04 19:43:08 -04:00
|
|
|
go.mongodb.org/atlas v0.38.0
|
2025-10-03 15:07:42 -04:00
|
|
|
go.mongodb.org/mongo-driver v1.17.4
|
2025-08-26 14:31:43 -04:00
|
|
|
go.opentelemetry.io/otel v1.37.0
|
|
|
|
|
go.opentelemetry.io/otel/sdk v1.37.0
|
|
|
|
|
go.opentelemetry.io/otel/trace v1.37.0
|
2023-05-25 12:39:00 -04:00
|
|
|
go.uber.org/atomic v1.11.0
|
2026-01-05 16:31:08 -05:00
|
|
|
golang.org/x/crypto v0.46.0
|
2025-11-18 02:17:25 -05:00
|
|
|
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546
|
2025-12-02 16:00:06 -05:00
|
|
|
golang.org/x/net v0.47.0
|
2025-10-02 14:35:32 -04:00
|
|
|
golang.org/x/oauth2 v0.31.0
|
2026-01-05 16:31:08 -05:00
|
|
|
golang.org/x/sync v0.19.0
|
|
|
|
|
golang.org/x/sys v0.39.0
|
|
|
|
|
golang.org/x/term v0.38.0
|
|
|
|
|
golang.org/x/text v0.32.0
|
|
|
|
|
golang.org/x/tools v0.39.0
|
2025-10-02 20:09:28 -04:00
|
|
|
google.golang.org/api v0.251.0
|
|
|
|
|
google.golang.org/grpc v1.75.1
|
2026-02-09 12:54:42 -05:00
|
|
|
google.golang.org/protobuf v1.36.10
|
2019-04-13 03:44:06 -04:00
|
|
|
gopkg.in/ory-am/dockertest.v3 v3.3.4
|
2025-10-02 17:35:04 -04:00
|
|
|
k8s.io/apimachinery v0.34.1
|
|
|
|
|
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
|
2024-04-26 12:51:24 -04:00
|
|
|
layeh.com/radius v0.0.0-20231213012653-1006025d24f8
|
2019-04-13 03:44:06 -04:00
|
|
|
)
|
2021-10-21 09:32:03 -04:00
|
|
|
|
2024-05-21 16:51:59 -04:00
|
|
|
require (
|
2025-10-06 10:46:10 -04:00
|
|
|
github.com/andybalholm/brotli v1.2.0 // indirect
|
|
|
|
|
github.com/apache/thrift v0.22.0 // indirect
|
2025-08-26 14:31:43 -04:00
|
|
|
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
|
|
|
|
|
github.com/containerd/errdefs v1.0.0 // indirect
|
|
|
|
|
github.com/containerd/errdefs/pkg v0.3.0 // indirect
|
2025-10-03 15:07:42 -04:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
|
2025-10-06 10:46:10 -04:00
|
|
|
github.com/klauspost/asmfmt v1.3.2 // indirect
|
|
|
|
|
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 // indirect
|
|
|
|
|
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 // indirect
|
2025-08-26 14:31:43 -04:00
|
|
|
github.com/moby/go-archive v0.1.0 // indirect
|
2025-12-29 13:58:02 -05:00
|
|
|
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad // indirect
|
2025-10-02 17:35:04 -04:00
|
|
|
go.yaml.in/yaml/v2 v2.4.2 // indirect
|
|
|
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
2026-01-05 16:31:08 -05:00
|
|
|
golang.org/x/telemetry v0.0.0-20251111182119-bc8e575c7b54 // indirect
|
2025-10-02 17:35:04 -04:00
|
|
|
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
|
2025-08-26 14:31:43 -04:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
cel.dev/expr v0.24.0 // indirect
|
|
|
|
|
cloud.google.com/go v0.121.6 // indirect
|
|
|
|
|
cloud.google.com/go/auth v0.16.5 // indirect
|
2025-06-03 19:26:52 -04:00
|
|
|
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
|
2025-10-02 20:09:28 -04:00
|
|
|
cloud.google.com/go/compute/metadata v0.9.0 // indirect
|
2025-06-03 19:26:52 -04:00
|
|
|
cloud.google.com/go/iam v1.5.2 // indirect
|
2025-10-06 12:29:50 -04:00
|
|
|
cloud.google.com/go/kms v1.23.0 // indirect; indirect\
|
2025-07-17 11:30:11 -04:00
|
|
|
cloud.google.com/go/longrunning v0.6.7 // indirect
|
2025-07-31 09:45:11 -04:00
|
|
|
dario.cat/mergo v1.0.2 // indirect
|
2025-07-17 11:30:11 -04:00
|
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
2023-05-26 09:48:25 -04:00
|
|
|
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
|
|
|
|
|
github.com/99designs/keyring v1.2.2 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
|
2023-09-06 16:08:41 -04:00
|
|
|
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
|
2025-10-02 14:35:32 -04:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 // indirect
|
2024-01-23 12:56:54 -05:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys v0.10.0 // indirect
|
|
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1 // indirect
|
2024-02-02 15:35:42 -05:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v2 v2.2.0 // indirect
|
2023-05-30 12:12:09 -04:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v4 v4.2.1 // indirect
|
2025-10-02 14:35:32 -04:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/msi/armmsi v1.3.0 // indirect
|
2024-02-07 12:31:16 -05:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0 // indirect
|
2025-10-17 13:13:53 -04:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.4.1 // indirect
|
2025-02-12 18:28:05 -05:00
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
2023-02-08 17:15:48 -05:00
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.12 // indirect
|
2023-09-06 21:59:00 -04:00
|
|
|
github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
|
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
|
|
|
|
|
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
|
2021-10-22 18:02:41 -04:00
|
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
2023-05-25 13:29:42 -04:00
|
|
|
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
|
2025-10-02 14:35:32 -04:00
|
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v1.5.0 // indirect
|
2025-07-31 09:45:11 -04:00
|
|
|
github.com/BurntSushi/toml v1.5.0 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/DataDog/datadog-go v3.2.0+incompatible // indirect
|
2025-08-26 14:31:43 -04:00
|
|
|
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.3 // indirect
|
|
|
|
|
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.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
|
2024-05-21 09:42:59 -04:00
|
|
|
github.com/Jeffail/gabs/v2 v2.1.0 // indirect
|
2022-08-17 12:24:40 -04:00
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
2025-12-29 13:58:02 -05:00
|
|
|
github.com/Masterminds/semver/v3 v3.4.0 // indirect
|
2025-03-11 15:23:06 -04:00
|
|
|
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
|
2024-08-21 14:25:07 -04:00
|
|
|
github.com/Microsoft/go-winio v0.6.2 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
|
2025-10-06 10:46:10 -04:00
|
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
|
|
|
github.com/apache/arrow-go/v18 v18.4.0 // indirect
|
2025-07-17 11:30:11 -04:00
|
|
|
github.com/avast/retry-go/v4 v4.6.1 // indirect
|
2025-10-06 10:46:10 -04:00
|
|
|
github.com/aws/aws-sdk-go-v2 v1.38.1 // indirect
|
2025-09-04 17:56:33 -04:00
|
|
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.17.68 // indirect
|
2025-06-04 02:44:20 -04:00
|
|
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 // indirect
|
2025-07-17 11:30:11 -04:00
|
|
|
github.com/aws/aws-sdk-go-v2/feature/rds/auth v1.5.11 // indirect
|
2024-09-04 15:40:48 -04:00
|
|
|
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.15 // indirect
|
2025-06-04 02:44:20 -04:00
|
|
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
|
2025-09-04 17:56:33 -04:00
|
|
|
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34 // indirect
|
2025-07-17 11:30:11 -04:00
|
|
|
github.com/aws/aws-sdk-go-v2/service/ec2 v1.200.0 // indirect
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/ecs v1.53.8 // indirect
|
2025-06-04 02:44:20 -04:00
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
|
2025-09-04 17:56:33 -04:00
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.2 // indirect
|
2025-06-04 02:44:20 -04:00
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
|
2025-09-04 17:56:33 -04:00
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/s3 v1.80.1 // indirect
|
2025-06-04 02:44:20 -04:00
|
|
|
github.com/aws/aws-sdk-go-v2/service/sso v1.25.3 // indirect
|
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.1 // indirect
|
2025-09-04 17:56:33 -04:00
|
|
|
github.com/aws/aws-sdk-go-v2/service/sts v1.33.20 // indirect
|
2025-10-06 10:46:10 -04:00
|
|
|
github.com/aws/smithy-go v1.22.5 // indirect
|
2023-03-30 11:11:15 -04:00
|
|
|
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
|
2024-01-25 13:08:50 -05:00
|
|
|
github.com/benbjohnson/immutable v0.4.0 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2024-07-05 10:53:17 -04:00
|
|
|
github.com/bgentry/speakeasy v0.2.0 // indirect
|
2024-01-08 13:36:58 -05:00
|
|
|
github.com/boltdb/bolt v1.3.1 // indirect
|
2023-04-24 14:25:50 -04:00
|
|
|
github.com/boombuler/barcode v1.0.1 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
|
2024-08-05 19:26:24 -04:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible // indirect
|
|
|
|
|
github.com/circonus-labs/circonusllhist v0.1.3 // indirect
|
2025-07-02 15:08:29 -04:00
|
|
|
github.com/cloudflare/circl v1.6.2-0.20250618153321-aa837fd1539d // indirect
|
2023-09-05 10:53:20 -04:00
|
|
|
github.com/cloudfoundry-community/go-cfclient v0.0.0-20220930021109-9c4e6c59ccf1 // indirect
|
2025-08-26 14:31:43 -04:00
|
|
|
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
|
2025-06-02 12:59:48 -04:00
|
|
|
github.com/containerd/continuity v0.4.5 // indirect
|
2024-01-24 13:08:41 -05:00
|
|
|
github.com/containerd/log v0.1.0 // indirect
|
2024-01-25 13:08:50 -05:00
|
|
|
github.com/coreos/etcd v3.3.27+incompatible // indirect
|
2025-10-02 14:35:32 -04:00
|
|
|
github.com/coreos/go-oidc/v3 v3.15.0 // indirect
|
2024-11-27 12:34:26 -05:00
|
|
|
github.com/coreos/go-semver v0.3.1 // indirect
|
2023-04-24 14:25:50 -04:00
|
|
|
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
|
2024-01-25 13:08:50 -05:00
|
|
|
github.com/coreos/pkg v0.0.0-20220810130054-c7d1c02cb6cf // indirect
|
2025-10-03 15:07:42 -04:00
|
|
|
github.com/couchbase/gocb/v2 v2.11.1 // indirect
|
|
|
|
|
github.com/couchbase/gocbcore/v10 v10.8.1 // indirect
|
|
|
|
|
github.com/couchbase/gocbcoreps v0.1.4 // indirect
|
2024-05-21 11:33:05 -04:00
|
|
|
github.com/couchbase/goprotostellar v1.0.2 // indirect
|
2025-10-03 15:07:42 -04:00
|
|
|
github.com/couchbaselabs/gocbconnstr/v2 v2.0.0 // indirect
|
2026-02-09 12:54:42 -05:00
|
|
|
github.com/cyphar/filepath-securejoin v0.5.1 // indirect
|
2025-05-23 16:19:15 -04:00
|
|
|
github.com/danieljoos/wincred v1.2.2 // indirect
|
2022-06-17 08:34:00 -04:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2025-07-17 11:30:11 -04:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
|
2021-11-01 17:18:21 -04:00
|
|
|
github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/digitalocean/godo v1.7.5 // indirect
|
|
|
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
2024-05-13 11:34:17 -04:00
|
|
|
github.com/distribution/reference v0.6.0 // indirect
|
2025-03-28 09:45:07 -04:00
|
|
|
github.com/docker/cli v27.4.1+incompatible // indirect
|
2024-09-09 15:17:28 -04:00
|
|
|
github.com/docker/go-connections v0.5.0 // indirect
|
2022-09-21 20:39:50 -04:00
|
|
|
github.com/docker/go-units v0.5.0 // indirect
|
2025-11-17 05:17:00 -05:00
|
|
|
github.com/dvsekhvalnov/jose2go v1.7.0 // indirect
|
2025-10-02 17:35:04 -04:00
|
|
|
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
|
2023-07-06 12:35:06 -04:00
|
|
|
github.com/emirpasic/gods v1.18.1 // indirect
|
2025-07-17 11:30:11 -04:00
|
|
|
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
|
2025-05-22 14:16:11 -04:00
|
|
|
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
|
2025-10-03 15:07:42 -04:00
|
|
|
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
|
2024-01-22 12:59:08 -05:00
|
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
2025-07-17 11:30:11 -04:00
|
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
2025-10-02 17:35:04 -04:00
|
|
|
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
|
2025-02-11 13:41:57 -05:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.7 // indirect
|
2023-05-25 12:39:00 -04:00
|
|
|
github.com/gammazero/deque v0.2.1 // indirect
|
2025-06-02 19:57:49 -04:00
|
|
|
github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 // indirect
|
2023-07-06 12:35:06 -04:00
|
|
|
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
|
2025-03-24 14:28:37 -04:00
|
|
|
github.com/go-git/go-billy/v5 v5.6.2 // indirect
|
2025-11-18 02:17:25 -05:00
|
|
|
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
|
2025-10-08 14:46:31 -04:00
|
|
|
github.com/go-ldap/ldif v0.0.0-20250910174327-aa3bc3095c92 // indirect
|
2025-08-26 14:31:43 -04:00
|
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
2023-01-04 14:31:30 -05:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2022-07-20 19:37:10 -04:00
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
2024-07-05 10:53:17 -04:00
|
|
|
github.com/go-openapi/analysis v0.23.0 // indirect
|
2025-10-17 13:13:53 -04:00
|
|
|
github.com/go-openapi/errors v0.22.1 // indirect
|
2024-07-05 10:53:17 -04:00
|
|
|
github.com/go-openapi/jsonpointer v0.21.0 // indirect
|
|
|
|
|
github.com/go-openapi/jsonreference v0.21.0 // indirect
|
|
|
|
|
github.com/go-openapi/loads v0.22.0 // indirect
|
|
|
|
|
github.com/go-openapi/runtime v0.28.0 // indirect
|
|
|
|
|
github.com/go-openapi/spec v0.21.0 // indirect
|
|
|
|
|
github.com/go-openapi/strfmt v0.23.0 // indirect
|
2025-10-17 13:13:53 -04:00
|
|
|
github.com/go-openapi/swag v0.23.1 // indirect
|
2024-07-05 10:53:17 -04:00
|
|
|
github.com/go-openapi/validate v0.24.0 // indirect
|
2022-09-06 14:11:04 -04:00
|
|
|
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible // indirect
|
2025-10-01 13:48:33 -04:00
|
|
|
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
2025-10-06 10:46:10 -04:00
|
|
|
github.com/goccy/go-json v0.10.5 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2025-10-02 14:35:32 -04:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
|
2023-09-06 17:40:39 -04:00
|
|
|
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
|
2022-09-19 10:33:36 -04:00
|
|
|
github.com/golang-sql/sqlexp v0.1.0 // indirect
|
2025-03-24 14:28:37 -04:00
|
|
|
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
|
2025-10-03 15:07:42 -04:00
|
|
|
github.com/golang/snappy v1.0.0 // indirect
|
2025-10-06 10:46:10 -04:00
|
|
|
github.com/google/flatbuffers v25.2.10+incompatible // indirect
|
2025-10-02 17:35:04 -04:00
|
|
|
github.com/google/gnostic-models v0.7.0 // indirect
|
2021-10-22 16:34:22 -04:00
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
2025-02-11 13:07:50 -05:00
|
|
|
github.com/google/s2a-go v0.1.9 // indirect
|
2021-10-27 10:01:34 -04:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
2025-05-22 11:39:47 -04:00
|
|
|
github.com/google/uuid v1.6.0
|
2025-06-03 19:26:52 -04:00
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
|
2025-08-26 14:31:43 -04:00
|
|
|
github.com/googleapis/gax-go/v2 v2.15.0 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/gophercloud/gophercloud v0.1.0 // indirect
|
2025-06-04 19:52:05 -04:00
|
|
|
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
|
2024-05-21 11:33:05 -04:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
|
2024-02-13 14:49:35 -05:00
|
|
|
github.com/hashicorp/cronexpr v1.1.2 // indirect
|
2025-07-17 11:30:11 -04:00
|
|
|
github.com/hashicorp/go-discover/provider/gce v0.0.0-20241120163552-5eb1507d16b4 // indirect
|
2026-02-09 12:54:42 -05:00
|
|
|
github.com/hashicorp/go-hmac-drbg v0.0.0-20210916214228-a6e5a68489f6
|
2025-05-07 14:39:42 -04:00
|
|
|
github.com/hashicorp/go-immutable-radix v1.3.1
|
2025-07-17 11:30:11 -04:00
|
|
|
github.com/hashicorp/go-metrics v0.5.4 // indirect
|
2024-06-28 16:12:10 -04:00
|
|
|
github.com/hashicorp/go-msgpack/v2 v2.1.2 // indirect
|
2025-07-17 11:30:11 -04:00
|
|
|
github.com/hashicorp/go-secure-stdlib/cryptoutil v0.1.1 // indirect
|
2022-05-20 17:13:33 -04:00
|
|
|
github.com/hashicorp/go-secure-stdlib/fileutil v0.1.0 // indirect
|
2025-07-17 11:30:11 -04:00
|
|
|
github.com/hashicorp/go-secure-stdlib/httputil v0.1.0 // indirect
|
2025-08-26 18:16:55 -04:00
|
|
|
github.com/hashicorp/go-secure-stdlib/plugincontainer v0.4.2 // indirect
|
2025-10-02 17:57:13 -04:00
|
|
|
github.com/hashicorp/go-slug v0.16.7 // indirect
|
|
|
|
|
github.com/hashicorp/go-tfe v1.93.0 // indirect
|
2025-06-06 16:47:29 -04:00
|
|
|
github.com/hashicorp/jsonapi v1.4.3-0.20250220162346-81a76b606f3e // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/hashicorp/logutils v1.0.0 // indirect
|
2022-02-09 16:44:00 -05:00
|
|
|
github.com/hashicorp/mdns v1.0.4 // indirect
|
2023-01-12 15:10:34 -05:00
|
|
|
github.com/hashicorp/net-rpc-msgpackrpc/v2 v2.0.0 // indirect
|
2023-01-17 16:38:18 -05:00
|
|
|
github.com/hashicorp/serf v0.10.1 // indirect
|
2025-07-31 09:45:11 -04:00
|
|
|
github.com/hashicorp/vault/api/auth/kubernetes v0.10.0 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 // indirect
|
2025-02-07 15:09:47 -05:00
|
|
|
github.com/hashicorp/yamux v0.1.2 // indirect
|
2024-07-05 10:53:17 -04:00
|
|
|
github.com/huandu/xstrings v1.5.0 // indirect
|
2022-05-23 15:49:18 -04:00
|
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
2024-03-15 12:29:20 -04:00
|
|
|
github.com/jackc/pgconn v1.14.3 // indirect
|
2022-05-23 15:49:18 -04:00
|
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
2024-03-15 12:29:20 -04:00
|
|
|
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
|
2024-11-27 12:34:26 -05:00
|
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
2024-05-07 09:20:49 -04:00
|
|
|
github.com/jackc/pgtype v1.14.3 // indirect
|
2025-10-17 13:13:53 -04:00
|
|
|
github.com/jackc/pgx/v5 v5.7.6 // indirect
|
2025-07-17 11:30:11 -04:00
|
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
2023-07-06 12:35:06 -04:00
|
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
2021-10-27 10:01:34 -04:00
|
|
|
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
|
|
|
|
|
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
|
2023-02-07 18:07:09 -05:00
|
|
|
github.com/jcmturner/gofork v1.7.6 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/jcmturner/goidentity/v6 v6.0.1 // indirect
|
2021-10-27 10:01:34 -04:00
|
|
|
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/jeffchao/backoff v0.0.0-20140404060208-9d7fd7aa17f2 // indirect
|
2024-11-27 12:34:26 -05:00
|
|
|
github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 // indirect
|
2022-09-06 14:11:04 -04:00
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
2023-11-28 09:07:07 -05:00
|
|
|
github.com/joshlf/go-acl v0.0.0-20200411065538-eae00ae38531 // indirect
|
2021-11-16 15:07:03 -05:00
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/kelseyhightower/envconfig v1.4.0 // indirect
|
2023-07-06 12:35:06 -04:00
|
|
|
github.com/kevinburke/ssh_config v1.2.0 // indirect
|
2025-10-06 10:46:10 -04:00
|
|
|
github.com/klauspost/cpuid/v2 v2.2.11 // indirect
|
2023-02-08 17:15:48 -05:00
|
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
2025-07-17 11:30:11 -04:00
|
|
|
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
|
|
|
|
|
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
|
|
|
|
|
github.com/lestrrat-go/httpcc v1.0.1 // indirect
|
|
|
|
|
github.com/lestrrat-go/iter v1.0.2 // indirect
|
|
|
|
|
github.com/lestrrat-go/jwx v1.2.29 // indirect
|
|
|
|
|
github.com/lestrrat-go/option v1.0.1 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/linode/linodego v0.7.1 // indirect
|
2022-07-20 19:37:10 -04:00
|
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
2025-03-11 15:23:06 -04:00
|
|
|
github.com/mailru/easyjson v0.9.0 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/mattn/go-ieproxy v0.0.1 // indirect
|
2023-08-30 16:09:00 -04:00
|
|
|
github.com/mediocregopher/radix/v4 v4.1.4 // indirect
|
2025-10-02 14:35:32 -04:00
|
|
|
github.com/microsoft/kiota-abstractions-go v1.9.3 // indirect
|
|
|
|
|
github.com/microsoft/kiota-authentication-azure-go v1.3.1 // indirect
|
|
|
|
|
github.com/microsoft/kiota-http-go v1.5.4 // indirect
|
2025-05-07 14:39:42 -04:00
|
|
|
github.com/microsoft/kiota-serialization-form-go v1.1.2 // indirect
|
|
|
|
|
github.com/microsoft/kiota-serialization-json-go v1.1.2 // indirect
|
|
|
|
|
github.com/microsoft/kiota-serialization-multipart-go v1.1.2 // indirect
|
|
|
|
|
github.com/microsoft/kiota-serialization-text-go v1.1.2 // indirect
|
2025-10-02 14:35:32 -04:00
|
|
|
github.com/microsoftgraph/msgraph-sdk-go v1.86.0 // indirect
|
|
|
|
|
github.com/microsoftgraph/msgraph-sdk-go-core v1.4.0 // indirect
|
2024-03-27 13:06:45 -04:00
|
|
|
github.com/miekg/dns v1.1.50 // indirect
|
2022-12-08 15:02:18 -05:00
|
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
2022-08-17 12:24:40 -04:00
|
|
|
github.com/mitchellh/hashstructure v1.1.0 // indirect
|
2023-05-25 17:59:17 -04:00
|
|
|
github.com/mitchellh/pointerstructure v1.2.1 // indirect
|
2025-07-17 11:30:11 -04:00
|
|
|
github.com/moby/docker-image-spec v1.3.1 // indirect
|
2025-06-04 02:44:20 -04:00
|
|
|
github.com/moby/patternmatcher v0.6.0 // indirect
|
2025-08-22 09:55:21 -04:00
|
|
|
github.com/moby/sys/sequential v0.6.0 // indirect
|
|
|
|
|
github.com/moby/sys/user v0.4.0 // indirect
|
2025-07-17 11:30:11 -04:00
|
|
|
github.com/moby/sys/userns v0.1.0 // indirect
|
2023-09-01 13:55:17 -04:00
|
|
|
github.com/moby/term v0.5.0 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
2025-10-02 17:35:04 -04:00
|
|
|
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
|
2024-05-20 18:58:58 -04:00
|
|
|
github.com/mongodb-forks/digest v1.1.0 // indirect
|
2024-07-05 10:53:17 -04:00
|
|
|
github.com/montanaflynn/stats v0.7.1 // indirect
|
2023-05-26 09:48:25 -04:00
|
|
|
github.com/mtibben/percent v0.2.1 // indirect
|
2023-01-03 18:32:30 -05:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2024-03-04 13:29:20 -05:00
|
|
|
github.com/natefinch/atomic v1.0.1 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 // indirect
|
2024-01-09 09:29:30 -05:00
|
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
2021-10-27 10:01:34 -04:00
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
2025-06-04 02:44:20 -04:00
|
|
|
github.com/opencontainers/image-spec v1.1.1 // indirect
|
2026-02-09 12:54:42 -05:00
|
|
|
github.com/opencontainers/runc v1.2.8 // indirect
|
2023-02-06 17:15:26 -05:00
|
|
|
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
|
2024-02-06 17:58:41 -05:00
|
|
|
github.com/oracle/oci-go-sdk/v59 v59.0.0 // indirect
|
2022-08-23 15:37:16 -04:00
|
|
|
github.com/oracle/oci-go-sdk/v60 v60.0.0 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c // indirect
|
2025-09-09 09:21:57 -04:00
|
|
|
github.com/petermattis/goid v0.0.0-20250721140440-ea1c0173183e // indirect
|
2022-02-18 09:42:48 -05:00
|
|
|
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
|
2025-05-23 16:19:15 -04:00
|
|
|
github.com/pierrec/lz4/v4 v4.1.22 // indirect
|
2025-03-24 14:28:37 -04:00
|
|
|
github.com/pjbgf/sha1cd v0.3.2 // indirect
|
2024-02-02 15:35:42 -05:00
|
|
|
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
|
2025-07-17 11:30:11 -04:00
|
|
|
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
|
2022-06-17 08:34:00 -04:00
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
2022-07-20 19:37:10 -04:00
|
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
2024-08-05 19:26:24 -04:00
|
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
|
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 // indirect
|
2025-03-24 14:28:37 -04:00
|
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
2024-01-25 13:08:50 -05:00
|
|
|
github.com/segmentio/fasthash v1.0.3 // indirect
|
2025-03-24 14:28:37 -04:00
|
|
|
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
|
2024-07-05 10:53:17 -04:00
|
|
|
github.com/shopspring/decimal v1.4.0 // indirect
|
2024-01-04 13:20:09 -05:00
|
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
2025-03-24 14:28:37 -04:00
|
|
|
github.com/skeema/knownhosts v1.3.1 // indirect
|
2022-12-08 15:02:18 -05:00
|
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
|
2025-10-06 10:46:10 -04:00
|
|
|
github.com/snowflakedb/gosnowflake v1.17.0 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d // indirect
|
2024-02-06 17:58:41 -05:00
|
|
|
github.com/sony/gobreaker v0.5.0 // indirect
|
2025-03-11 15:23:06 -04:00
|
|
|
github.com/spf13/cast v1.7.1 // indirect
|
2025-10-02 17:35:04 -04:00
|
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
2025-08-26 14:31:43 -04:00
|
|
|
github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect
|
2025-07-17 11:30:11 -04:00
|
|
|
github.com/std-uritemplate/std-uritemplate/go/v2 v2.0.3 // indirect
|
2024-03-28 14:45:43 -04:00
|
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/tencentcloud/tencentcloud-sdk-go v1.0.162 // indirect
|
2023-05-25 13:25:18 -04:00
|
|
|
github.com/tilinna/clock v1.1.0 // indirect
|
2025-06-04 02:44:20 -04:00
|
|
|
github.com/tklauser/go-sysconf v0.3.12 // indirect
|
|
|
|
|
github.com/tklauser/numcpus v0.6.1 // indirect
|
2021-10-27 10:01:34 -04:00
|
|
|
github.com/tv42/httpunix v0.0.0-20191220191345-2ba4b9c3382c // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/vmware/govmomi v0.18.0 // indirect
|
2025-07-17 11:30:11 -04:00
|
|
|
github.com/x448/float16 v0.8.4 // indirect
|
2023-07-06 12:35:06 -04:00
|
|
|
github.com/xanzy/ssh-agent v0.3.3 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
2023-08-30 14:58:32 -04:00
|
|
|
github.com/xdg-go/scram v1.1.2 // indirect
|
|
|
|
|
github.com/xdg-go/stringprep v1.0.4 // indirect
|
2021-11-01 17:18:21 -04:00
|
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
2021-10-27 10:01:34 -04:00
|
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
|
|
|
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
|
2025-02-12 15:46:21 -05:00
|
|
|
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
|
2025-12-29 13:58:02 -05:00
|
|
|
github.com/yuin/gopher-lua v1.1.1 // indirect
|
2025-06-04 02:44:20 -04:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
2025-08-26 14:31:43 -04:00
|
|
|
github.com/zclconf/go-cty v1.15.0 // indirect
|
2023-08-22 17:39:09 -04:00
|
|
|
github.com/zeebo/xxh3 v1.0.2 // indirect
|
2025-10-03 15:07:42 -04:00
|
|
|
go.etcd.io/etcd/api/v3 v3.6.0 // indirect
|
2023-02-07 13:46:07 -05:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2025-07-17 11:30:11 -04:00
|
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
2025-08-26 14:31:43 -04:00
|
|
|
go.opentelemetry.io/contrib/detectors/gcp v1.37.0 // indirect
|
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0 // indirect
|
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/metric v1.37.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/sdk/metric v1.37.0 // indirect
|
2024-02-07 16:42:00 -05:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2024-05-21 11:33:05 -04:00
|
|
|
go.uber.org/zap v1.27.0 // indirect
|
2026-01-05 16:31:08 -05:00
|
|
|
golang.org/x/mod v0.30.0 // indirect
|
2025-10-02 20:09:28 -04:00
|
|
|
golang.org/x/time v0.13.0
|
2025-07-17 11:30:11 -04:00
|
|
|
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
|
2025-10-17 13:13:53 -04:00
|
|
|
google.golang.org/genproto v0.0.0-20251002232023-7c0ddcbb5797 // indirect
|
2025-10-06 12:29:50 -04:00
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20250922171735-9219d122eba9 // indirect
|
2025-10-02 20:09:28 -04:00
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250929231259-57b25ae835d4 // indirect; indirect\
|
2025-07-17 11:30:11 -04:00
|
|
|
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
2024-05-20 13:56:36 -04:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect
|
|
|
|
|
gopkg.in/resty.v1 v1.12.0 // indirect
|
2023-07-06 12:35:06 -04:00
|
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
2021-10-21 09:32:03 -04:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-07-20 19:37:10 -04:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2025-10-02 17:35:04 -04:00
|
|
|
k8s.io/api v0.34.1 // indirect
|
|
|
|
|
k8s.io/client-go v0.34.1 // indirect
|
2024-09-05 10:08:28 -04:00
|
|
|
k8s.io/klog/v2 v2.130.1 // indirect
|
2025-10-02 17:35:04 -04:00
|
|
|
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
|
|
|
|
|
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
|
2025-07-17 11:30:11 -04:00
|
|
|
sigs.k8s.io/randfill v1.0.0 // indirect
|
2025-10-02 17:35:04 -04:00
|
|
|
sigs.k8s.io/yaml v1.6.0 // indirect
|
2022-09-09 14:42:25 -04:00
|
|
|
)
|