From 7736539db5305d267b2fd4faa6e86590ca20e556 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Mon, 22 Jan 2024 11:55:18 -0500 Subject: [PATCH] Update troubleshoot module in main go.mod for new version (#20295) Update go mod and go sum for new troubleshoot version --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 00077fa28fc6..a1776b8a58b6 100644 --- a/go.mod +++ b/go.mod @@ -42,7 +42,7 @@ require ( github.com/hashicorp/consul/envoyextensions v0.5.2 github.com/hashicorp/consul/proto-public v0.5.2 github.com/hashicorp/consul/sdk v0.15.1 - github.com/hashicorp/consul/troubleshoot v0.5.0 + github.com/hashicorp/consul/troubleshoot v0.5.2 github.com/hashicorp/go-bexpr v0.1.2 github.com/hashicorp/go-checkpoint v0.5.0 github.com/hashicorp/go-cleanhttp v0.5.2