From ce5708c779c3152506cae48068d314157ab8783c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 19:54:05 +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 e7bdaa9..5ef7993 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.4 + 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