-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump github.com/hashicorp/vault from 1.15.5 to 1.18.1
Bumps [github.com/hashicorp/vault](https://github.com/hashicorp/vault) from 1.15.5 to 1.18.1. - [Release notes](https://github.com/hashicorp/vault/releases) - [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG-v1.10-v1.15.md) - [Commits](hashicorp/vault@v1.15.5...v1.18.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/vault dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
44de13c
commit 04c2109
Showing
2 changed files
with
23 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,16 @@ | ||
module github.com/olastor/age-plugin-sss | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.5 | ||
|
||
require ( | ||
filippo.io/age v1.2.1-0.20240621125216-8734a853bcdf | ||
github.com/hashicorp/vault v1.15.5 | ||
github.com/hashicorp/vault v1.18.1 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require golang.org/x/crypto v0.24.0 | ||
require golang.org/x/crypto v0.27.0 | ||
|
||
require ( | ||
filippo.io/edwards25519 v1.1.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
golang.org/x/sys v0.25.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters