Skip to content

Commit

Permalink
Merge pull request #1755 from hashicorp/dependabot/go_modules/github.…
Browse files Browse the repository at this point in the history
…com/hashicorp/vault/api/auth/kubernetes-0.4.1

Bump github.com/hashicorp/vault/api/auth/kubernetes from 0.3.0 to 0.4.1
  • Loading branch information
roncodingenthusiast authored Jun 21, 2023
2 parents 8500e51 + 48c4ede commit 79ce470
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 79ce470

Please sign in to comment.