From e5c0bd032cf3af235e926b00822094a072ccb156 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 19:23:11 +0000 Subject: [PATCH] fix(deps): update module github.com/hashicorp/consul/api to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index cb7bb9a..71bc2d5 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.26 require ( github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 - github.com/hashicorp/consul/api v1.34.3 + github.com/hashicorp/consul/api/v2 v2.0.0 github.com/hashicorp/consul/api/v2 v2.0.0 github.com/spf13/cobra v1.10.2 github.com/spf13/pflag v1.0.10