Skip to content

Commit

Permalink
Bump github.com/hashicorp/vault/api/auth/kubernetes from 0.3.0 to 0.4.1
Browse files Browse the repository at this point in the history
Bumps [github.com/hashicorp/vault/api/auth/kubernetes](https://github.com/hashicorp/vault) from 0.3.0 to 0.4.1.
- [Release notes](https://github.com/hashicorp/vault/releases)
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md)
- [Commits](hashicorp/vault@v0.3.0...v0.4.1)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/api/auth/kubernetes
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 21, 2023
1 parent c72652b commit 702d723
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 133 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/hashicorp/logutils v1.0.0
github.com/hashicorp/nomad/api v0.0.0-20230103221135-ce00d683f9be
github.com/hashicorp/serf v0.10.1 // indirect
github.com/hashicorp/vault/api v1.9.1
github.com/hashicorp/vault/api v1.9.2
github.com/imdario/mergo v0.3.13
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/hashstructure v1.1.0
Expand All @@ -31,7 +31,7 @@ require (

require (
github.com/Masterminds/sprig/v3 v3.2.3
github.com/hashicorp/vault/api/auth/kubernetes v0.3.0
github.com/hashicorp/vault/api/auth/kubernetes v0.4.1
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
golang.org/x/text v0.7.0
)
Expand All @@ -42,6 +42,7 @@ require (
github.com/armon/go-metrics v0.4.1 // indirect
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hashicorp/cronexpr v1.1.1 // indirect
Expand All @@ -65,7 +66,6 @@ require (
github.com/spf13/cast v1.5.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/time v0.3.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

Expand Down
Loading

0 comments on commit 702d723

Please sign in to comment.