From 0ce1ecd1a5f36f7a3852497cba5057ba784a693b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 10:35:50 +0000 Subject: [PATCH] Bump github.com/hashicorp/vault/api/auth/aws from 0.8.0 to 0.9.0 Bumps [github.com/hashicorp/vault/api/auth/aws](https://github.com/hashicorp/vault) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/hashicorp/vault/releases) - [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG-v0.md) - [Commits](https://github.com/hashicorp/vault/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/vault/api/auth/aws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 53da6a9fb..76aaf8cca 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/googleapis/gax-go/v2 v2.14.1 github.com/hashicorp/vault/api v1.16.0 github.com/hashicorp/vault/api/auth/approle v0.9.0 - github.com/hashicorp/vault/api/auth/aws v0.8.0 + github.com/hashicorp/vault/api/auth/aws v0.9.0 github.com/hashicorp/vault/api/auth/kubernetes v0.9.0 github.com/newrelic/go-agent/v3 v3.36.0 github.com/pkg/errors v0.9.1 diff --git a/go.sum b/go.sum index d04dc4c51..44201745c 100644 --- a/go.sum +++ b/go.sum @@ -235,8 +235,8 @@ github.com/hashicorp/vault/api v1.16.0 h1:nbEYGJiAPGzT9U4oWgaaB0g+Rj8E59QuHKyA5L github.com/hashicorp/vault/api v1.16.0/go.mod h1:KhuUhzOD8lDSk29AtzNjgAu2kxRA9jL9NAbkFlqvkBA= github.com/hashicorp/vault/api/auth/approle v0.9.0 h1:FdpspwGVWnGiWmAxd5L1Yd+T+fX2kYnyAIvI5oGdvNs= github.com/hashicorp/vault/api/auth/approle v0.9.0/go.mod h1:fvtJhBs3AYMs2fXk4U5+u+7unhUGuboiKzFpLPpIazw= -github.com/hashicorp/vault/api/auth/aws v0.8.0 h1:6E14D7eHjV+Ytk8HmKLbTGS/LaXD9hP2FXe7IIKCrHc= -github.com/hashicorp/vault/api/auth/aws v0.8.0/go.mod h1:SweK5366gCeO5krBk6Fpjz/MX2oa+iiIZz/Nu8/nMZw= +github.com/hashicorp/vault/api/auth/aws v0.9.0 h1:XtV/fRhgf/MaPv5SLBgXf+Yn/QGjFYIlJkdcPktDlbc= +github.com/hashicorp/vault/api/auth/aws v0.9.0/go.mod h1:DvUmnZg9T+HGYdkagNMCssdgbt9ODAyBjllY8PpaMvM= github.com/hashicorp/vault/api/auth/kubernetes v0.9.0 h1:xV3xXMtSV8tq5iefueAw3OOdhhXyjnyhrQkIFM5fh54= github.com/hashicorp/vault/api/auth/kubernetes v0.9.0/go.mod h1:3K6uEUKZLBQ3d+eXAa4Ubp4UocswU90zY4QP5Az3Vw8= github.com/huandu/xstrings v1.5.0 h1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI=