From c64fe17b28c146465726574ee5898aa6f82860c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:38:04 +0200 Subject: [PATCH] Update module github.com/hashicorp/consul/api to v1.29.5 (#127) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9ea631e..eb7e7cf 100644 --- a/go.mod +++ b/go.mod @@ -48,7 +48,7 @@ require ( ) replace ( - github.com/hashicorp/consul/api => github.com/hashicorp/consul/api v1.29.4 + github.com/hashicorp/consul/api => github.com/hashicorp/consul/api v1.29.5 github.com/nats-io/nats-server/v2 => github.com/nats-io/nats-server/v2 v2.10.21 github.com/nats-io/nkeys => github.com/nats-io/nkeys v0.4.7 )