mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-24 19:01:51 +01:00
* Backport [VAULT-41179] go: bump golang.org/x/crypto to v0.45.0 into release/1.20.x+ent (#11068) * [VAULT-41179] go: bump golang.org/x/crypto to v0.45.0 (#11056) Bump the golang.org/x/crypto module to v0.45.0 to resolve several CVE's with the prior version: - https://github.com/advisories/GHSA-f6x5-jh6r-wrfv - https://github.com/advisories/GHSA-j5w8-q4qc-rx2x - https://pkg.go.dev/vuln/GO-2025-4134 - https://pkg.go.dev/vuln/GO-2025-4135 Signed-off-by: Ryan Cragun <me@ryan.ec> * go mod tidy Signed-off-by: Ryan Cragun <me@ryan.ec> --------- Signed-off-by: Ryan Cragun <me@ryan.ec> Co-authored-by: Ryan Cragun <me@ryan.ec>
Vault API
This provides the github.com/hashicorp/vault/api package which contains code useful for interacting with a Vault server.
For examples of how to use this module, see the vault-examples repo. For a step-by-step walkthrough on using these client libraries, see the developer quickstart.
