From 978454ea6e3ff9dbc2f052ddc174f5d6bc35a26e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 25 Nov 2024 21:31:34 +0100 Subject: [PATCH] fix(deps): update module github.com/hashicorp/hcl/v2 to v2.23.0 (#2709) --- tflint-ruleset-blueprint/go.mod | 2 +- tflint-ruleset-blueprint/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tflint-ruleset-blueprint/go.mod b/tflint-ruleset-blueprint/go.mod index 713bfffb70b..73e20ce4971 100644 --- a/tflint-ruleset-blueprint/go.mod +++ b/tflint-ruleset-blueprint/go.mod @@ -6,7 +6,7 @@ toolchain go1.22.9 require ( github.com/hashicorp/go-version v1.7.0 - github.com/hashicorp/hcl/v2 v2.22.0 + github.com/hashicorp/hcl/v2 v2.23.0 github.com/terraform-linters/tflint-plugin-sdk v0.21.0 ) diff --git a/tflint-ruleset-blueprint/go.sum b/tflint-ruleset-blueprint/go.sum index ca5a5f775d6..6ad270dce8c 100644 --- a/tflint-ruleset-blueprint/go.sum +++ b/tflint-ruleset-blueprint/go.sum @@ -21,8 +21,8 @@ github.com/hashicorp/go-plugin v1.6.1 h1:P7MR2UP6gNKGPp+y7EZw2kOiq4IR9WiqLvp0XOs github.com/hashicorp/go-plugin v1.6.1/go.mod h1:XPHFku2tFo3o3QKFgSYo+cghcUhw1NA1hZyMK0PWAw0= github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY= github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= -github.com/hashicorp/hcl/v2 v2.22.0 h1:hkZ3nCtqeJsDhPRFz5EA9iwcG1hNWGePOTw6oyul12M= -github.com/hashicorp/hcl/v2 v2.22.0/go.mod h1:62ZYHrXgPoX8xBnzl8QzbWq4dyDsDtfCRgIq1rbJEvA= +github.com/hashicorp/hcl/v2 v2.23.0 h1:Fphj1/gCylPxHutVSEOf2fBOh1VE4AuLV7+kbJf3qos= +github.com/hashicorp/hcl/v2 v2.23.0/go.mod h1:62ZYHrXgPoX8xBnzl8QzbWq4dyDsDtfCRgIq1rbJEvA= github.com/hashicorp/yamux v0.1.1 h1:yrQxtgseBDrq9Y652vSRDvsKCJKOUD+GzTS4Y0Y8pvE= github.com/hashicorp/yamux v0.1.1/go.mod h1:CtWFDAQgb7dxtzFs4tWbplKIe2jSi3+5vKbgIO0SLnQ= github.com/jhump/protoreflect v1.15.1 h1:HUMERORf3I3ZdX05WaQ6MIpd/NJ434hTp5YiKgfCL6c=