From d9d65d1769c191f0c0b9fc38b404baa61b464b71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:55:57 +0000 Subject: [PATCH] chore(deps): bump github.com/hashicorp/vault/api Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/hashicorp/vault/releases) - [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG-v1.10-v1.15.md) - [Commits](https://github.com/hashicorp/vault/compare/api/v1.22.0...api/v1.23.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/vault/api dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- reference-apps/golang/go.mod | 2 +- reference-apps/golang/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reference-apps/golang/go.mod b/reference-apps/golang/go.mod index cf3ae5c..8368845 100644 --- a/reference-apps/golang/go.mod +++ b/reference-apps/golang/go.mod @@ -6,7 +6,7 @@ require ( github.com/gin-gonic/gin v1.12.0 github.com/go-sql-driver/mysql v1.9.3 github.com/google/uuid v1.6.0 - github.com/hashicorp/vault/api v1.22.0 + github.com/hashicorp/vault/api v1.23.0 github.com/jackc/pgx/v5 v5.8.0 github.com/prometheus/client_golang v1.23.2 github.com/rabbitmq/amqp091-go v1.10.0 diff --git a/reference-apps/golang/go.sum b/reference-apps/golang/go.sum index 4a0e0c2..ac6de18 100644 --- a/reference-apps/golang/go.sum +++ b/reference-apps/golang/go.sum @@ -77,8 +77,8 @@ github.com/hashicorp/go-sockaddr v1.0.7 h1:G+pTkSO01HpR5qCxg7lxfsFEZaG+C0VssTy/9 github.com/hashicorp/go-sockaddr v1.0.7/go.mod h1:FZQbEYa1pxkQ7WLpyXJ6cbjpT8q0YgQaK/JakXqGyWw= github.com/hashicorp/hcl v1.0.1-vault-7 h1:ag5OxFVy3QYTFTJODRzTKVZ6xvdfLLCA1cy/Y6xGI0I= github.com/hashicorp/hcl v1.0.1-vault-7/go.mod h1:XYhtn6ijBSAj6n4YqAaf7RBPS4I06AItNorpy+MoQNM= -github.com/hashicorp/vault/api v1.22.0 h1:+HYFquE35/B74fHoIeXlZIP2YADVboaPjaSicHEZiH0= -github.com/hashicorp/vault/api v1.22.0/go.mod h1:IUZA2cDvr4Ok3+NtK2Oq/r+lJeXkeCrHRmqdyWfpmGM= +github.com/hashicorp/vault/api v1.23.0 h1:gXgluBsSECfRWTSW9niY2jwg2e9mMJc4WoHNv4g3h6A= +github.com/hashicorp/vault/api v1.23.0/go.mod h1:zransKiB9ftp+kgY8ydjnvCU7Wk8i9L0DYWpXeMj9ko= github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM= github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg= github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo=