Skip to content

Commit

Permalink
backport of commit 4fef295 (#27729)
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-secure-vault-core authored Jul 9, 2024
1 parent 33a9f3f commit 64a2284
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 74 deletions.
3 changes: 3 additions & 0 deletions changelog/27724.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:change
auth/cf: Update plugin to v0.18.0
```
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ require (
github.com/hashicorp/vault-hcp-lib v0.0.0-20240704151836-a5c058ac604c
github.com/hashicorp/vault-plugin-auth-alicloud v0.18.0
github.com/hashicorp/vault-plugin-auth-azure v0.18.0
github.com/hashicorp/vault-plugin-auth-cf v0.17.0
github.com/hashicorp/vault-plugin-auth-cf v0.18.0
github.com/hashicorp/vault-plugin-auth-gcp v0.18.0
github.com/hashicorp/vault-plugin-auth-jwt v0.21.0
github.com/hashicorp/vault-plugin-auth-kerberos v0.12.0
Expand Down Expand Up @@ -176,7 +176,6 @@ require (
github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a
github.com/mitchellh/copystructure v1.2.0
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-testing-interface v1.14.1
github.com/mitchellh/go-wordwrap v1.0.1
github.com/mitchellh/mapstructure v1.5.0
github.com/mitchellh/reflectwalk v1.0.2
Expand Down Expand Up @@ -233,6 +232,7 @@ require (

require (
cloud.google.com/go/longrunning v0.5.7 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
)
Expand Down
Loading

0 comments on commit 64a2284

Please sign in to comment.