From 49156d74d06c3ba0995517d43abc4ca22d41b3a7 Mon Sep 17 00:00:00 2001 From: null Date: Mon, 18 Sep 2023 12:26:48 +0000 Subject: [PATCH] chore(deps): update module github.com/hashicorp/hcl to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 81f7372f..aaa0b4a9 100644 --- a/go.mod +++ b/go.mod @@ -25,7 +25,7 @@ require ( github.com/cloudflare/circl v1.3.3 // indirect github.com/containerd/console v1.0.4-0.20230706203907-8f6c4e4faef5 // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect - github.com/hashicorp/hcl v1.0.0 // indirect + github.com/hashicorp/hcl/v2 v2.18.0 // indirect github.com/hashicorp/hcl/v2 v2.18.0 // indirect github.com/lucasb-eyer/go-colorful v1.2.0 // indirect github.com/mattn/go-isatty v0.0.19 // indirect