Skip to content

Commit c81e57e

Browse files
fix(deps): update module github.com/hashicorp/hcl/v2 to v2.20.1 (#1305)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f6d99e8 commit c81e57e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

libs/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/gruntwork-io/terragrunt v0.54.11
1616
github.com/hashicorp/go-getter v1.7.3
1717
github.com/hashicorp/go-getter/v2 v2.2.1
18-
github.com/hashicorp/hcl/v2 v2.20.0
18+
github.com/hashicorp/hcl/v2 v2.20.1
1919
github.com/hashicorp/terraform-config-inspect v0.0.0-20231204233900-a34142ec2a72
2020
github.com/sirupsen/logrus v1.9.3
2121
github.com/stretchr/testify v1.9.0

libs/go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,8 @@ github.com/hashicorp/hcl/v2 v2.19.1 h1://i05Jqznmb2EXqa39Nsvyan2o5XyMowW5fnCKW5R
726726
github.com/hashicorp/hcl/v2 v2.19.1/go.mod h1:ThLC89FV4p9MPW804KVbe/cEXoQ8NZEh+JtMeeGErHE=
727727
github.com/hashicorp/hcl/v2 v2.20.0 h1:l++cRs/5jQOiKVvqXZm/P1ZEfVXJmvLS9WSVxkaeTb4=
728728
github.com/hashicorp/hcl/v2 v2.20.0/go.mod h1:WmcD/Ym72MDOOx5F62Ly+leloeu6H7m0pG7VBiU6pQk=
729+
github.com/hashicorp/hcl/v2 v2.20.1 h1:M6hgdyz7HYt1UN9e61j+qKJBqR3orTWbI1HKBJEdxtc=
730+
github.com/hashicorp/hcl/v2 v2.20.1/go.mod h1:TZDqQ4kNKCbh1iJp99FdPiUaVDDUPivbqxZulxDYqL4=
729731
github.com/hashicorp/jsonapi v0.0.0-20210420151930-edf82c9774bf/go.mod h1:Yog5+CPEM3c99L1CL2CFCYoSzgWm5vTU58idbRUaLik=
730732
github.com/hashicorp/logutils v1.0.0 h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=
731733
github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64=

0 commit comments

Comments
 (0)