Skip to content

Commit

Permalink
Update SDK in go.mod for 1.7.8 (#13383)
Browse files Browse the repository at this point in the history
* Update SDK in go.mod for 1.7.8

* go mod vendor
  • Loading branch information
hghaf099 committed Dec 9, 2021
1 parent 41e5eeb commit f13c3d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -103,7 +103,7 @@ require (
github.com/hashicorp/vault-plugin-secrets-openldap v0.4.1
github.com/hashicorp/vault-plugin-secrets-terraform v0.1.0
github.com/hashicorp/vault/api v1.1.1
github.com/hashicorp/vault/sdk v0.2.1-0.20211130154743-338b84abba26
github.com/hashicorp/vault/sdk v0.2.1-0.20211209191038-41e5eebfe9be
github.com/influxdata/influxdb v0.0.0-20190411212539-d24b7ba8c4c4
github.com/jcmturner/gokrb5/v8 v8.0.0
github.com/jefferai/isbadcipher v0.0.0-20190226160619-51d2077c035f
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Expand Up @@ -709,7 +709,7 @@ github.com/hashicorp/vault-plugin-secrets-terraform
# github.com/hashicorp/vault/api v1.1.1 => ./api
## explicit
github.com/hashicorp/vault/api
# github.com/hashicorp/vault/sdk v0.2.1-0.20211130154743-338b84abba26 => ./sdk
# github.com/hashicorp/vault/sdk v0.2.1-0.20211209191038-41e5eebfe9be => ./sdk
## explicit
github.com/hashicorp/vault/sdk/database/dbplugin
github.com/hashicorp/vault/sdk/database/dbplugin/v5
Expand Down

0 comments on commit f13c3d8

Please sign in to comment.