File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
77 github.com/go-test/deep v1.1.0
88 github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
99 github.com/hashicorp/go-version v1.6.0
10- github.com/hashicorp/hcl/v2 v2.20.0
10+ github.com/hashicorp/hcl/v2 v2.20.1
1111 github.com/hashicorp/terraform-plugin-framework v1.6.1
1212 github.com/hashicorp/terraform-plugin-framework-timeouts v0.4.1
1313 github.com/hashicorp/terraform-plugin-framework-validators v0.12.0
@@ -122,6 +122,7 @@ require (
122122 google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
123123 google.golang.org/grpc v1.62.1 // indirect
124124 google.golang.org/protobuf v1.33.0 // indirect
125+ gopkg.in/yaml.v2 v2.4.0 // indirect
125126 gopkg.in/yaml.v3 v3.0.1 // indirect
126127)
127128
Original file line number Diff line number Diff line change @@ -470,8 +470,8 @@ github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
470470github.com/hashicorp/hcl v1.0.0 /go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ =
471471github.com/hashicorp/hcl/v2 v2.0.0 /go.mod h1:oVVDG71tEinNGYCxinCYadcmKU9bglqW9pV3txagJ90 =
472472github.com/hashicorp/hcl/v2 v2.8.2 /go.mod h1:bQTN5mpo+jewjJgh8jr0JUguIi7qPHUF6yIfAEN3jqY =
473- github.com/hashicorp/hcl/v2 v2.20.0 h1:l++cRs/5jQOiKVvqXZm/P1ZEfVXJmvLS9WSVxkaeTb4 =
474- github.com/hashicorp/hcl/v2 v2.20.0 /go.mod h1:WmcD/Ym72MDOOx5F62Ly+leloeu6H7m0pG7VBiU6pQk =
473+ github.com/hashicorp/hcl/v2 v2.20.1 h1:M6hgdyz7HYt1UN9e61j+qKJBqR3orTWbI1HKBJEdxtc =
474+ github.com/hashicorp/hcl/v2 v2.20.1 /go.mod h1:TZDqQ4kNKCbh1iJp99FdPiUaVDDUPivbqxZulxDYqL4 =
475475github.com/hashicorp/logutils v1.0.0 h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y =
476476github.com/hashicorp/logutils v1.0.0 /go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64 =
477477github.com/hashicorp/terraform-config-inspect v0.0.0-20191212124732-c6ae6269b9d7 h1:Pc5TCv9mbxFN6UVX0LH6CpQrdTM5YjbVI2w15237Pjk =
@@ -552,7 +552,6 @@ github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
552552github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
553553github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
554554github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348 /go.mod h1:B69LEHPfb2qLo0BaaOLcbitczOKLWTsrBG9LczfCD4k =
555- github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc =
556555github.com/kylelemons/godebug v1.1.0 /go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw =
557556github.com/mattn/go-colorable v0.0.9 /go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU =
558557github.com/mattn/go-colorable v0.1.1 /go.mod h1:FuOcm+DKB9mbwrcAfNl7/TZVBZ6rcnceauSikq3lYCQ =
You can’t perform that action at this time.
0 commit comments