summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-26 08:50:20 -0500
committerGitHub <noreply@github.com>2021-12-26 08:50:20 -0500
commit488fda79c440db2bf32974ba36df1d7b4dc2ee60 (patch)
treee8e491def1d266fc33e1ad24cab55f45648e11e5 /go.mod
parentd8d2c983344cf810be7bd72bbdb8a9b6f8d048b6 (diff)
Bump github.com/hashicorp/vault/api from 1.3.0 to 1.3.1 (#1271)
Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/hashicorp/vault/releases) - [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/vault/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/vault/api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index e5e8c2ca..ab3f6a8e 100644
--- a/go.mod
+++ b/go.mod
@@ -15,7 +15,7 @@ require (
github.com/hairyhenderson/toml v0.4.2-0.20210923231440-40456b8e66cf
github.com/hashicorp/consul/api v1.12.0
github.com/hashicorp/go-sockaddr v1.0.2
- github.com/hashicorp/vault/api v1.3.0
+ github.com/hashicorp/vault/api v1.3.1
github.com/johannesboyne/gofakes3 v0.0.0-20210819161434-5c8dfcfe5310
github.com/joho/godotenv v1.4.0
github.com/pkg/errors v0.9.1