From 190cb17899a561318618eeb3978572900ddbf659 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 06:26:15 +0000 Subject: [PATCH] fix(deps): update module github.com/hashicorp/vault to v1.18.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9a5c74b..a46832e 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/hashicorp/go-hclog v1.6.3 github.com/hashicorp/go-rootcerts v1.0.2 - github.com/hashicorp/vault v1.2.1-0.20240208012854-90c1515f84d3 + github.com/hashicorp/vault v1.18.0 github.com/hashicorp/vault/api v1.14.0 github.com/hashicorp/vault/sdk v0.13.0 github.com/stretchr/testify v1.9.0