From 2666bba0802788c2078e73dc29cb0f9629ac2b61 Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Mon, 30 Sep 2024 02:01:11 +0200 Subject: [PATCH] Update module github.com/hashicorp/hcl to v2 Signed-off-by: redhat-renovate-bot --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 69005b0..7aecf90 100644 --- a/go.mod +++ b/go.mod @@ -24,7 +24,7 @@ require ( github.com/go-logr/logr v1.4.2 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/gogo/protobuf v1.3.2 // indirect - github.com/hashicorp/hcl v1.0.0 // indirect + github.com/hashicorp/hcl/v2 v2.22.0 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/klauspost/compress v1.17.10 // indirect github.com/magiconair/properties v1.8.7 // indirect