Skip to content

Commit cc7187c

Browse files
fix(deps): update module github.com/zclconf/go-cty to v1.14.4 (#1306)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c81e57e commit cc7187c

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
@@ -19,7 +19,7 @@ require (
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
22-
github.com/zclconf/go-cty v1.14.3
22+
github.com/zclconf/go-cty v1.14.4
2323
golang.org/x/sync v0.6.0
2424
gopkg.in/yaml.v3 v3.0.1
2525
)

libs/go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -1062,6 +1062,8 @@ github.com/zclconf/go-cty v1.14.2 h1:kTG7lqmBou0Zkx35r6HJHUQTvaRPr5bIAf3AoHS0izI
10621062
github.com/zclconf/go-cty v1.14.2/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
10631063
github.com/zclconf/go-cty v1.14.3 h1:1JXy1XroaGrzZuG6X9dt7HL6s9AwbY+l4UNL8o5B6ho=
10641064
github.com/zclconf/go-cty v1.14.3/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
1065+
github.com/zclconf/go-cty v1.14.4 h1:uXXczd9QDGsgu0i/QFR/hzI5NYCHLf6NQw/atrbnhq8=
1066+
github.com/zclconf/go-cty v1.14.4/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
10651067
github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b h1:FosyBZYxY34Wul7O/MSKey3txpPYyCqVO5ZyceuQJEI=
10661068
github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b/go.mod h1:ZRKQfBXbGkpdV6QMzT3rU1kSTAnfu1dO8dPKjYprgj8=
10671069
github.com/zclconf/go-cty-yaml v1.0.2/go.mod h1:IP3Ylp0wQpYm50IHK8OZWKMu6sPJIUgKa8XhiVHura0=

0 commit comments

Comments
 (0)