summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-27 16:44:06 +0000
committerGitHub <noreply@github.com>2023-02-27 16:44:06 +0000
commit47e9e304a234a4c0969f55320f79a4a487b4e00a (patch)
tree9fe5842f9d699037a78474470844c9a60772b60a /go.mod
parentd383687062c04b66df6e940e565b31576eff7fb2 (diff)
Build(deps): Bump github.com/hashicorp/consul/api from 1.18.0 to 1.19.1
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.18.0 to 1.19.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.18.0...api/v1.19.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>
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 4eceae53..7db23234 100644
--- a/go.mod
+++ b/go.mod
@@ -14,7 +14,7 @@ require (
github.com/gosimple/slug v1.13.1
github.com/hairyhenderson/go-fsimpl v0.0.0-20230121155226-8aa24800449d
github.com/hairyhenderson/toml v0.4.2-0.20210923231440-40456b8e66cf
- github.com/hashicorp/consul/api v1.18.0
+ github.com/hashicorp/consul/api v1.19.1
github.com/hashicorp/go-sockaddr v1.0.2
github.com/hashicorp/vault/api v1.9.0
github.com/itchyny/gojq v0.12.11