diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-06-11 13:48:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-11 13:48:30 -0400 |
| commit | 68faa6b783ca9aa781aa69d47d77c1f0f3e9edb2 (patch) | |
| tree | 0345e0555c8bfcd5eee1b742ecbfb509c20472d2 | |
| parent | 4a2edcbcb8d2ba254670c9e2d2b24c6ed0756b38 (diff) | |
deps(go): Bump github.com/hashicorp/vault/api/auth/aws (#2392)
Bumps the hashicorp group with 1 update: [github.com/hashicorp/vault/api/auth/aws](https://github.com/hashicorp/vault).
Updates `github.com/hashicorp/vault/api/auth/aws` from 0.9.0 to 0.10.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.9.0...v0.10.0)
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/api/auth/aws
dependency-version: 0.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: hashicorp
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -17,7 +17,7 @@ require ( github.com/hairyhenderson/xignore v0.3.3-0.20230403012150-95fe86932830 // iofs-port branch github.com/hashicorp/go-sockaddr v1.0.7 github.com/hashicorp/vault/api v1.20.0 - github.com/hashicorp/vault/api/auth/aws v0.9.0 + github.com/hashicorp/vault/api/auth/aws v0.10.0 github.com/itchyny/gojq v0.12.17 github.com/johannesboyne/gofakes3 v0.0.0-20250106100439-5c39aecd6999 github.com/joho/godotenv v1.5.1 @@ -346,8 +346,8 @@ github.com/hashicorp/vault/api v1.20.0 h1:KQMHElgudOsr+IbJgmbjHnCTxEpKs9LnozA1D3 github.com/hashicorp/vault/api v1.20.0/go.mod h1:GZ4pcjfzoOWpkJ3ijHNpEoAxKEsBJnVljyTe3jM2Sms= 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.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/aws v0.10.0 h1:65gibOnaZxflNVW3kxgbXZqIC1imVj6uB/TTWkf76c0= +github.com/hashicorp/vault/api/auth/aws v0.10.0/go.mod h1:VBdP6zwH2MBC4BW+pZ+soPYeabXBVUTfWDccWfFo49I= github.com/hashicorp/vault/api/auth/userpass v0.9.0 h1:tdIY+xe9O0SAcNY1CK7Wk0ENWNKmmGzJ9+iqZfFBW4I= github.com/hashicorp/vault/api/auth/userpass v0.9.0/go.mod h1:W2Cb0z6MjAHkDjGG95mmRGzCETX5Y+O++UBXX/ZlNGc= github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= |
