From 23932dee2316969cc968e0c2b97f41ff499ca276 Mon Sep 17 00:00:00 2001 From: Josh Black Date: Tue, 5 Sep 2023 11:37:17 -0700 Subject: [PATCH] Use new sdk and api versions (#22771) --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 86017f2065..c8cbcd65db 100644 --- a/go.mod +++ b/go.mod @@ -151,10 +151,10 @@ require ( github.com/hashicorp/vault-plugin-secrets-openldap v0.11.2 github.com/hashicorp/vault-plugin-secrets-terraform v0.7.1 github.com/hashicorp/vault-testing-stepwise v0.1.3 - github.com/hashicorp/vault/api v1.9.2 + github.com/hashicorp/vault/api v1.10.0 github.com/hashicorp/vault/api/auth/approle v0.1.0 github.com/hashicorp/vault/api/auth/userpass v0.1.0 - github.com/hashicorp/vault/sdk v0.9.3-0.20230831152851-56ce89544e64 + github.com/hashicorp/vault/sdk v0.10.0 github.com/hashicorp/vault/vault/hcp_link/proto v0.0.0-20230201201504-b741fa893d77 github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab github.com/jackc/pgx/v4 v4.18.1