Bump github.com/hashicorp/vault from 1.11.3 to 1.13.5

Bumps [github.com/hashicorp/vault](https://github.com/hashicorp/vault) from 1.11.3 to 1.13.5.
- [Release notes](https://github.com/hashicorp/vault/releases)
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/vault/compare/v1.11.3...v1.13.5)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-01 17:02:43 +00:00 committed by GitHub
parent c442b25f43
commit f68ba5013c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1072 additions and 334 deletions

55
go.mod
View file

@ -3,55 +3,44 @@ module github.com/hashicorp/terraform-provider-vault
go 1.16
require (
cloud.google.com/go/compute v1.10.0
cloud.google.com/go/iam v0.3.0
cloud.google.com/go/kms v1.4.0 // indirect
cloud.google.com/go/monitoring v1.6.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.22.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.13.2
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v0.3.1
github.com/Azure/go-autorest/autorest v0.11.24
github.com/armon/go-metrics v0.4.1 // indirect
github.com/aws/aws-sdk-go v1.44.106
github.com/cenkalti/backoff/v4 v4.1.2
cloud.google.com/go/compute/metadata v0.2.3
cloud.google.com/go/iam v0.12.0
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.3.1
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.1
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.0.0
github.com/Azure/go-autorest/autorest v0.11.28
github.com/aws/aws-sdk-go v1.44.191
github.com/cenkalti/backoff/v4 v4.1.3
github.com/containerd/containerd v1.6.6 // indirect
github.com/coreos/go-oidc/v3 v3.4.0 // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
github.com/denisenkom/go-mssqldb v0.12.0
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/denisenkom/go-mssqldb v0.12.2
github.com/go-sql-driver/mysql v1.6.0
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
github.com/gosimple/slug v1.11.0
github.com/hashicorp/errwrap v1.1.0
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/go-hclog v1.3.1
github.com/hashicorp/go-hclog v1.5.0
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-plugin v1.4.5 // indirect
github.com/hashicorp/go-retryablehttp v0.7.1
github.com/hashicorp/go-secure-stdlib/awsutil v0.1.6
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7
github.com/hashicorp/go-version v1.6.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.16.0
github.com/hashicorp/vault v1.11.3
github.com/hashicorp/vault-plugin-auth-jwt v0.13.2-0.20221012184020-28cc68ee722b
github.com/hashicorp/vault-plugin-auth-kerberos v0.8.0
github.com/hashicorp/vault-plugin-auth-oci v0.13.0-pre
github.com/hashicorp/vault v1.13.5
github.com/hashicorp/vault-plugin-auth-jwt v0.15.2
github.com/hashicorp/vault-plugin-auth-kerberos v0.9.0
github.com/hashicorp/vault-plugin-auth-oci v0.13.1
github.com/hashicorp/vault/api v1.9.3-0.20230628215639-3ca33976762c
github.com/hashicorp/vault/sdk v0.6.0
github.com/hashicorp/vault/sdk v0.8.1
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/jcmturner/gokrb5/v8 v8.4.2
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/jcmturner/gokrb5/v8 v8.4.4
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.5.0
github.com/mitchellh/pointerstructure v1.2.1 // indirect
go.uber.org/atomic v1.10.0 // indirect
golang.org/x/crypto v0.6.0
golang.org/x/net v0.7.0
golang.org/x/oauth2 v0.0.0-20221006150949-b44042a4b9c1
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
google.golang.org/api v0.98.0
google.golang.org/genproto v0.0.0-20221010155953-15ba04fc1c0e
google.golang.org/grpc v1.50.0 // indirect
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
golang.org/x/crypto v0.7.0
golang.org/x/net v0.8.0
golang.org/x/oauth2 v0.6.0
google.golang.org/api v0.114.0
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed
)

1351
go.sum

File diff suppressed because it is too large Load diff