From 0eb933b22a3d0f0e13cc211c1e5d572c51c8431c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 09:08:20 +0000 Subject: [PATCH] Update module github.com/hashicorp/consul/api to v1.28.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 702acd78..829dfd12 100644 --- a/go.mod +++ b/go.mod @@ -50,7 +50,7 @@ require ( ) replace ( - github.com/hashicorp/consul/api => github.com/hashicorp/consul/api v1.25.1 + github.com/hashicorp/consul/api => github.com/hashicorp/consul/api v1.28.2 github.com/hashicorp/consul/sdk => github.com/hashicorp/consul/sdk v0.16.0 github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.19.0 golang.org/x/crypto => golang.org/x/crypto v0.22.0