From 479a2bd107ae19592b2c83949e69d2b83a4ae4a3 Mon Sep 17 00:00:00 2001 From: "lrstanley-renovate[bot]" <153159847+lrstanley-renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 01:00:43 +0000 Subject: [PATCH] chore(deps): update module github.com/hashicorp/hcl to v2 Signed-off-by: lrstanley-renovate[bot] <153159847+lrstanley-renovate[bot]@users.noreply.github.com> --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5b4ac69..0080b63 100644 --- a/go.mod +++ b/go.mod @@ -11,6 +11,8 @@ require ( gopkg.in/yaml.v3 v3.0.1 ) +require github.com/hashicorp/hcl v1.0.0 // indirect + require ( github.com/cenkalti/backoff/v4 v4.3.0 // indirect github.com/go-jose/go-jose/v4 v4.0.4 // indirect @@ -24,7 +26,6 @@ require ( github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8 // indirect github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect github.com/hashicorp/go-sockaddr v1.0.7 // indirect - github.com/hashicorp/hcl v1.0.0 // indirect github.com/kr/text v0.2.0 // indirect github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect