Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm committed Oct 4, 2023
1 parent 2955a8a commit db58b06
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 224 deletions.
12 changes: 1 addition & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,16 @@ module github.com/hashicorp/terraform-provider-vault
go 1.16

require (
cloud.google.com/go/compute v1.23.0
cloud.google.com/go/compute/metadata v0.2.3
cloud.google.com/go/iam v1.1.2
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.2
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.1
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.1.1
github.com/Azure/go-autorest/autorest v0.11.29
github.com/apparentlymart/go-cidr v1.1.0 // indirect
github.com/apparentlymart/go-dump v0.0.0-20190214190832-042adf3cf4a0 // indirect
github.com/armon/go-metrics v0.4.1 // indirect
github.com/aws/aws-sdk-go v1.45.21
github.com/cenkalti/backoff/v4 v4.2.1
github.com/coreos/pkg v0.0.0-20230601102743-20bbbf26f4d8
github.com/denisenkom/go-mssqldb v0.12.3
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/go-sql-driver/mysql v1.7.1
github.com/google/uuid v1.3.1
github.com/gosimple/slug v1.13.1
Expand All @@ -36,20 +32,14 @@ require (
github.com/hashicorp/vault-plugin-auth-oci v0.14.2
github.com/hashicorp/vault/api v1.10.0
github.com/hashicorp/vault/sdk v0.10.0
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/jcmturner/gokrb5/v8 v8.4.4
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.5.0
github.com/mitchellh/pointerstructure v1.2.1 // indirect
github.com/nsf/jsondiff v0.0.0-20200515183724-f29ed568f4ce // indirect
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
go.uber.org/atomic v1.10.0 // indirect
golang.org/x/crypto v0.13.0
golang.org/x/net v0.15.0
golang.org/x/oauth2 v0.12.0
google.golang.org/api v0.143.0
google.golang.org/genproto v0.0.0-20231002182017-d307bd883b97
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.2.0 // indirect
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
)
Loading

0 comments on commit db58b06

Please sign in to comment.