summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-25 21:46:50 +0000
committerGitHub <noreply@github.com>2023-09-25 21:46:50 +0000
commit812fdbf874637818d02be99e157efbe4f0f42d2f (patch)
tree11faa44823d5dee1e9f089d1836ff0fb8d925f86 /go.mod
parente43e82dd8cf729c570cca2dc7fe410f44d02bf15 (diff)
Build(deps): Bump github.com/hashicorp/consul/api from 1.23.0 to 1.25.1 (#1858)
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.23.0 to 1.25.1. - [Release notes](https://github.com/hashicorp/consul/releases) - [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/consul/compare/api/v1.23.0...api/v1.25.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/consul/api dependency-type: direct:production update-type: version-update:semver-minor ... 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 302eef2d..b421cca5 100644
--- a/go.mod
+++ b/go.mod
@@ -17,7 +17,7 @@ require (
github.com/hairyhenderson/go-fsimpl v0.0.0-20230121155226-8aa24800449d
github.com/hairyhenderson/toml v0.4.2-0.20210923231440-40456b8e66cf
github.com/hairyhenderson/xignore v0.3.3-0.20230403012150-95fe86932830 // iofs-port branch
- github.com/hashicorp/consul/api v1.23.0
+ github.com/hashicorp/consul/api v1.25.1
github.com/hashicorp/go-sockaddr v1.0.2
github.com/hashicorp/vault/api v1.10.0
github.com/itchyny/gojq v0.12.13