Skip to content

Commit

Permalink
Bump github.com/hashicorp/vault from 1.11.3 to 1.13.10 in /provider (#…
Browse files Browse the repository at this point in the history
…343)

Bumps [github.com/hashicorp/vault](https://github.com/hashicorp/vault)
from 1.11.3 to 1.13.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/vault/releases">github.com/hashicorp/vault's
releases</a>.</em></p>
<blockquote>
<h2>v1.13.10</h2>
<h2>1.13.10</h2>
<h3>November 09, 2023</h3>
<p>SECURITY:</p>
<ul>
<li>core: inbound client requests triggering a policy check can lead to
an unbounded consumption of memory. A large number of these requests may
lead to denial-of-service. This vulnerability, CVE-2023-5954, was
introduced in Vault 1.15.0, 1.14.3, and 1.13.7, and is fixed in Vault
1.15.2, 1.14.6, and 1.13.10. [<a
href="https://discuss.hashicorp.com/t/hcsec-2023-33-vault-requests-triggering-policy-checks-may-lead-to-unbounded-memory-consumption/59926">HSEC-2023-33</a>]</li>
</ul>
<p>CHANGES:</p>
<ul>
<li>auth/approle: Normalized error response messages when invalid
credentials are provided [<a
href="https://redirect.github.com/hashicorp/vault/pull/23786">GH-23786</a>]</li>
<li>secrets/mongodbatlas: Update plugin to v0.9.2 [<a
href="https://redirect.github.com/hashicorp/vault/pull/23849">GH-23849</a>]</li>
</ul>
<p>FEATURES:</p>
<ul>
<li>cli/snapshot: Add CLI tool to inspect Vault snapshots [<a
href="https://redirect.github.com/hashicorp/vault/pull/23457">GH-23457</a>]</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>storage/etcd: etcd should only return keys when calling List() [<a
href="https://redirect.github.com/hashicorp/vault/pull/23872">GH-23872</a>]</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>api/seal-status: Fix deadlock on calls to sys/seal-status with a
namespace configured
on the request. [<a
href="https://redirect.github.com/hashicorp/vault/pull/23861">GH-23861</a>]</li>
<li>core (enterprise): Do not return an internal error when token policy
type lookup fails, log it instead and continue.</li>
<li>core/activity: Fixes segments fragment loss due to exceeding entry
record size limit [<a
href="https://redirect.github.com/hashicorp/vault/pull/23781">GH-23781</a>]</li>
<li>core/mounts: Fix reading an &quot;auth&quot; mount using
&quot;sys/internal/ui/mounts/&quot; when filter paths are enforced
returns 500 error code from the secondary [<a
href="https://redirect.github.com/hashicorp/vault/pull/23802">GH-23802</a>]</li>
<li>core: Revert PR causing memory consumption bug [<a
href="https://redirect.github.com/hashicorp/vault/pull/23986">GH-23986</a>]</li>
<li>core: Skip unnecessary deriving of policies during Login MFA Check.
[<a
href="https://redirect.github.com/hashicorp/vault/pull/23894">GH-23894</a>]</li>
<li>core: fix bug where deadlock detection was always on for expiration
and quotas.
These can now be configured individually with
<code>detect_deadlocks</code>. [<a
href="https://redirect.github.com/hashicorp/vault/pull/23902">GH-23902</a>]</li>
<li>core: fix policies with wildcards not matching list operations due
to the policy path not having a trailing slash [<a
href="https://redirect.github.com/hashicorp/vault/pull/23874">GH-23874</a>]</li>
<li>expiration: Fix fatal error &quot;concurrent map iteration and map
write&quot; when collecting metrics from leases. [<a
href="https://redirect.github.com/hashicorp/vault/pull/24027">GH-24027</a>]</li>
</ul>
<h2>v1.13.9</h2>
<h2>1.13.9</h2>
<h3>October 25, 2023</h3>
<p>CHANGES:</p>
<ul>
<li>core: Bump Go version to 1.20.10.</li>
<li>replication (enterprise): Switch to non-deprecated gRPC field for
resolver target host</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>api/plugins: add <code>tls-server-name</code> arg for plugin
registration [<a
href="https://redirect.github.com/hashicorp/vault/pull/23549">GH-23549</a>]</li>
<li>core: Use a worker pool for the rollback manager. Add new metrics
for the rollback manager to track the queued tasks. [<a
href="https://redirect.github.com/hashicorp/vault/pull/22567">GH-22567</a>]</li>
</ul>
<p>BUG FIXES:</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/vault/blob/main/CHANGELOG.md">github.com/hashicorp/vault's
changelog</a>.</em></p>
<blockquote>
<h2>1.13.10</h2>
<h3>November 09, 2023</h3>
<p>SECURITY:</p>
<ul>
<li>core: inbound client requests triggering a policy check can lead to
an unbounded consumption of memory. A large number of these requests may
lead to denial-of-service. This vulnerability, CVE-2023-5954, was
introduced in Vault 1.15.0, 1.14.3, and 1.13.7, and is fixed in Vault
1.15.2, 1.14.6, and 1.13.10. [<a
href="https://discuss.hashicorp.com/t/hcsec-2023-33-vault-requests-triggering-policy-checks-may-lead-to-unbounded-memory-consumption/59926">HSEC-2023-33</a>]</li>
</ul>
<p>CHANGES:</p>
<ul>
<li>auth/approle: Normalized error response messages when invalid
credentials are provided [<a
href="https://redirect.github.com/hashicorp/vault/pull/23786">GH-23786</a>]</li>
<li>secrets/mongodbatlas: Update plugin to v0.9.2 [<a
href="https://redirect.github.com/hashicorp/vault/pull/23849">GH-23849</a>]</li>
</ul>
<p>FEATURES:</p>
<ul>
<li>cli/snapshot: Add CLI tool to inspect Vault snapshots [<a
href="https://redirect.github.com/hashicorp/vault/pull/23457">GH-23457</a>]</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>storage/etcd: etcd should only return keys when calling List() [<a
href="https://redirect.github.com/hashicorp/vault/pull/23872">GH-23872</a>]</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>api/seal-status: Fix deadlock on calls to sys/seal-status with a
namespace configured
on the request. [<a
href="https://redirect.github.com/hashicorp/vault/pull/23861">GH-23861</a>]</li>
<li>core (enterprise): Do not return an internal error when token policy
type lookup fails, log it instead and continue.</li>
<li>core/activity: Fixes segments fragment loss due to exceeding entry
record size limit [<a
href="https://redirect.github.com/hashicorp/vault/pull/23781">GH-23781</a>]</li>
<li>core/mounts: Fix reading an &quot;auth&quot; mount using
&quot;sys/internal/ui/mounts/&quot; when filter paths are enforced
returns 500 error code from the secondary [<a
href="https://redirect.github.com/hashicorp/vault/pull/23802">GH-23802</a>]</li>
<li>core: Revert PR causing memory consumption bug [<a
href="https://redirect.github.com/hashicorp/vault/pull/23986">GH-23986</a>]</li>
<li>core: Skip unnecessary deriving of policies during Login MFA Check.
[<a
href="https://redirect.github.com/hashicorp/vault/pull/23894">GH-23894</a>]</li>
<li>core: fix bug where deadlock detection was always on for expiration
and quotas.
These can now be configured individually with
<code>detect_deadlocks</code>. [<a
href="https://redirect.github.com/hashicorp/vault/pull/23902">GH-23902</a>]</li>
<li>core: fix policies with wildcards not matching list operations due
to the policy path not having a trailing slash [<a
href="https://redirect.github.com/hashicorp/vault/pull/23874">GH-23874</a>]</li>
<li>expiration: Fix fatal error &quot;concurrent map iteration and map
write&quot; when collecting metrics from leases. [<a
href="https://redirect.github.com/hashicorp/vault/pull/24027">GH-24027</a>]</li>
</ul>
<h2>1.13.9</h2>
<h3>October 25, 2023</h3>
<p>CHANGES:</p>
<ul>
<li>core: Bump Go version to 1.20.10.</li>
<li>replication (enterprise): Switch to non-deprecated gRPC field for
resolver target host</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>api/plugins: add <code>tls-server-name</code> arg for plugin
registration [<a
href="https://redirect.github.com/hashicorp/vault/pull/23549">GH-23549</a>]</li>
<li>core: Use a worker pool for the rollback manager. Add new metrics
for the rollback manager to track the queued tasks. [<a
href="https://redirect.github.com/hashicorp/vault/pull/22567">GH-22567</a>]</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>command/server: Fix bug with sigusr2 where pprof files were not
closed correctly [<a
href="https://redirect.github.com/hashicorp/vault/pull/23636">GH-23636</a>]</li>
<li>events: Ignore sending context to give more time for events to send
[<a
href="https://redirect.github.com/hashicorp/vault/pull/23500">GH-23500</a>]</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/vault/commit/39680359a1c5d78d05679ac94fa4f0944d442581"><code>3968035</code></a>
backport of commit 7ec3867eea2ad3c405f15f9ab5447618685739cf (<a
href="https://redirect.github.com/hashicorp/vault/issues/24030">#24030</a>)</li>
<li><a
href="https://github.com/hashicorp/vault/commit/e273d02e201d918c2d8eded51c60e8372fe5823d"><code>e273d02</code></a>
backport of commit b19562db9a8c1b65ea660ed0d51aaf9498a9887d (<a
href="https://redirect.github.com/hashicorp/vault/issues/24024">#24024</a>)</li>
<li><a
href="https://github.com/hashicorp/vault/commit/ac3bfb4472478a9fe32aa9487763e0ac46cab0e8"><code>ac3bfb4</code></a>
docs: add workaround to known issue loading missing policies from other
names...</li>
<li><a
href="https://github.com/hashicorp/vault/commit/e8ebe6b5651705359111cc3f7aefedd203fde959"><code>e8ebe6b</code></a>
Revert &quot;Automatically track subloggers in allLoggers (<a
href="https://redirect.github.com/hashicorp/vault/issues/22038">#22038</a>)&quot;
(<a
href="https://redirect.github.com/hashicorp/vault/issues/24004">#24004</a>)</li>
<li><a
href="https://github.com/hashicorp/vault/commit/0b0b730710ed455e7d721a603c73efcfb5a07263"><code>0b0b730</code></a>
Add known issue for sublogger memory leak (<a
href="https://redirect.github.com/hashicorp/vault/issues/23977">#23977</a>)
(<a
href="https://redirect.github.com/hashicorp/vault/issues/24007">#24007</a>)</li>
<li><a
href="https://github.com/hashicorp/vault/commit/535ca5f0d11a873cf424aceaeab6df5785e045aa"><code>535ca5f</code></a>
backport of commit 9538c6e59b69033b7d0441e6eaf6260c0cbbee6d (<a
href="https://redirect.github.com/hashicorp/vault/issues/23996">#23996</a>)</li>
<li><a
href="https://github.com/hashicorp/vault/commit/9ec145bd55c9f4dd1ff3d5d610d57af898739273"><code>9ec145b</code></a>
backport of commit d93a13a7e3f5c2ef9293e3ef0bc84e8823dfe560 (<a
href="https://redirect.github.com/hashicorp/vault/issues/23989">#23989</a>)</li>
<li><a
href="https://github.com/hashicorp/vault/commit/fa61a0be085af7b194bc7ad46bd7ff05471e12a3"><code>fa61a0b</code></a>
replace nytimes/gziphandler with klauspost/compress/gzhttp (<a
href="https://redirect.github.com/hashicorp/vault/issues/23898">#23898</a>)
(<a
href="https://redirect.github.com/hashicorp/vault/issues/23961">#23961</a>)</li>
<li><a
href="https://github.com/hashicorp/vault/commit/2f510ccb8a83584aed2de0f49c871693fbef9000"><code>2f510cc</code></a>
backport of commit 750ab337eaa0b049d9cf1535c00e860129e5e9a0 (<a
href="https://redirect.github.com/hashicorp/vault/issues/23954">#23954</a>)</li>
<li><a
href="https://github.com/hashicorp/vault/commit/89c37a738eb1fb634328134ffaf1412467ad9a57"><code>89c37a7</code></a>
Backport of [DOCS] Link to compliance page for vault instead of a pdf
into re...</li>
<li>Additional commits viewable in <a
href="https://github.com/hashicorp/vault/compare/v1.11.3...v1.13.10">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/vault&package-manager=go_modules&previous-version=1.11.3&new-version=1.13.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/pulumi/pulumi-vault/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 29, 2023
1 parent 2888f69 commit f80a688
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 113 deletions.
66 changes: 46 additions & 20 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ require (
cloud.google.com/go/monitoring v1.16.0 // indirect
cloud.google.com/go/storage v1.30.1 // indirect
dario.cat/mergo v1.0.0 // indirect
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible // indirect
github.com/Azure/azure-sdk-for-go v67.2.0+incompatible // indirect
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.8.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.1.1 // indirect
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.11.29 // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.22 // indirect
github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 // indirect
github.com/Azure/go-autorest/autorest/azure/auth v0.5.12 // indirect
github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
Expand All @@ -47,25 +47,26 @@ require (
github.com/acomagu/bufpipe v1.0.4 // indirect
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20190620160927-9418d7b0cd0f // indirect
github.com/aliyun/alibaba-cloud-sdk-go v1.62.146 // indirect
github.com/apparentlymart/go-cidr v1.1.0 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/armon/go-metrics v0.4.1 // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aws/aws-sdk-go v1.45.24 // indirect
github.com/aws/aws-sdk-go-v2 v1.17.3 // indirect
github.com/aws/aws-sdk-go-v2/config v1.15.15 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.12.10 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.9 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.27 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.21 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.16 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.9 // indirect
github.com/aws/aws-sdk-go-v2 v1.17.7 // indirect
github.com/aws/aws-sdk-go-v2/config v1.18.19 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.13.18 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.1 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.31 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.25 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.32 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.25 // indirect
github.com/aws/aws-sdk-go-v2/service/kms v1.18.1 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.11.13 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.16.10 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.12.6 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.6 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.18.7 // indirect
github.com/aws/smithy-go v1.13.5 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
Expand Down Expand Up @@ -96,15 +97,26 @@ require (
github.com/emirpasic/gods v1.18.1 // indirect
github.com/ettle/strcase v0.1.1 // indirect
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
github.com/fatih/color v1.14.1 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.5.0 // indirect
github.com/go-git/go-git/v5 v5.9.0 // indirect
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
github.com/go-ldap/ldap/v3 v3.4.4 // indirect
github.com/gofrs/uuid v4.2.0+incompatible // indirect
github.com/go-openapi/analysis v0.21.2 // indirect
github.com/go-openapi/errors v0.20.2 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.20.0 // indirect
github.com/go-openapi/loads v0.21.1 // indirect
github.com/go-openapi/spec v0.20.4 // indirect
github.com/go-openapi/strfmt v0.21.2 // indirect
github.com/go-openapi/swag v0.21.1 // indirect
github.com/go-openapi/validate v0.21.0 // indirect
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/gofrs/uuid v4.3.0+incompatible // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
Expand Down Expand Up @@ -133,9 +145,15 @@ require (
github.com/hashicorp/go-getter v1.7.1 // indirect
github.com/hashicorp/go-hclog v1.5.0 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-kms-wrapping v0.7.0 // indirect
github.com/hashicorp/go-kms-wrapping/entropy/v2 v2.0.0 // indirect
github.com/hashicorp/go-kms-wrapping/v2 v2.0.8 // indirect
github.com/hashicorp/go-kms-wrapping/v2 v2.0.9-0.20230228100945-740d2999c798 // indirect
github.com/hashicorp/go-kms-wrapping/wrappers/aead/v2 v2.0.7-1 // indirect
github.com/hashicorp/go-kms-wrapping/wrappers/alicloudkms/v2 v2.0.1 // indirect
github.com/hashicorp/go-kms-wrapping/wrappers/awskms/v2 v2.0.7 // indirect
github.com/hashicorp/go-kms-wrapping/wrappers/azurekeyvault/v2 v2.0.8-0.20230905162003-bfa3347a7c85 // indirect
github.com/hashicorp/go-kms-wrapping/wrappers/gcpckms/v2 v2.0.8 // indirect
github.com/hashicorp/go-kms-wrapping/wrappers/ocikms/v2 v2.0.7 // indirect
github.com/hashicorp/go-kms-wrapping/wrappers/transit/v2 v2.0.7 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-plugin v1.5.1 // indirect
github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
Expand All @@ -155,6 +173,7 @@ require (
github.com/hashicorp/hc-install v0.6.0 // indirect
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
github.com/hashicorp/hcl/v2 v2.18.0 // indirect
github.com/hashicorp/hcp-sdk-go v0.23.0 // indirect
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/terraform-exec v0.19.0 // indirect
Expand All @@ -164,7 +183,7 @@ require (
github.com/hashicorp/terraform-plugin-sdk/v2 v2.29.0 // indirect
github.com/hashicorp/terraform-registry-address v0.2.2 // indirect
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
github.com/hashicorp/vault v1.11.3 // indirect
github.com/hashicorp/vault v1.13.10 // indirect
github.com/hashicorp/vault-plugin-auth-jwt v0.17.0 // indirect
github.com/hashicorp/vault-plugin-auth-kerberos v0.10.1 // indirect
github.com/hashicorp/vault-plugin-auth-oci v0.14.2 // indirect
Expand All @@ -183,10 +202,12 @@ require (
github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mattn/go-localereader v0.0.1 // indirect
Expand All @@ -210,11 +231,13 @@ require (
github.com/muesli/termenv v0.15.1 // indirect
github.com/natefinch/atomic v1.0.1 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
github.com/opentracing/basictracer-go v1.1.0 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
github.com/oracle/oci-go-sdk v24.3.0+incompatible // indirect
github.com/oracle/oci-go-sdk/v60 v60.0.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pgavlin/goldmark v1.1.33-0.20200616210433-b5eb04559386 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
Expand All @@ -225,7 +248,7 @@ require (
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/posener/complete v1.2.3 // indirect
github.com/prometheus/client_golang v1.14.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/client_model v0.4.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/pulumi/esc v0.6.0 // indirect
Expand All @@ -246,6 +269,7 @@ require (
github.com/sergi/go-diff v1.3.1 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/skeema/knownhosts v1.2.0 // indirect
github.com/sony/gobreaker v0.4.2-0.20210216022020-dd874f9dd33b // indirect
github.com/spf13/afero v1.9.5 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/cobra v1.7.0 // indirect
Expand All @@ -265,6 +289,7 @@ require (
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/zclconf/go-cty v1.14.0 // indirect
go.mongodb.org/mongo-driver v1.8.3 // indirect
go.opencensus.io v0.24.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
gocloud.dev v0.27.0 // indirect
Expand Down Expand Up @@ -292,6 +317,7 @@ require (
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
lukechampine.com/frand v1.4.2 // indirect
Expand Down
Loading

0 comments on commit f80a688

Please sign in to comment.