File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,11 @@ require (
1313 github.com/cristalhq/jwt/v3 v3.1.0
1414 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
1515 github.com/golang/protobuf v1.4.3
16+ github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
1617 github.com/hashicorp/go-getter v1.5.4 // indirect
1718 github.com/hashicorp/go-uuid v1.0.2 // indirect
1819 github.com/hashicorp/hcl/v2 v2.8.2 // indirect
20+ github.com/hashicorp/terraform-json v0.13.0 // indirect
1921 github.com/hashicorp/terraform-plugin-sdk/v2 v2.7.1
2022 github.com/klauspost/compress v1.13.1 // indirect
2123 github.com/mitchellh/go-testing-interface v1.14.1 // indirect
Original file line number Diff line number Diff line change @@ -574,6 +574,8 @@ github.com/hashicorp/terraform-exec v0.14.0 h1:UQoUcxKTZZXhyyK68Cwn4mApT4mnFPmEX
574574github.com/hashicorp/terraform-exec v0.14.0 /go.mod h1:qrAASDq28KZiMPDnQ02sFS9udcqEkRly002EA2izXTA =
575575github.com/hashicorp/terraform-json v0.12.0 h1:8czPgEEWWPROStjkWPUnTQDXmpmZPlkQAwYYLETaTvw =
576576github.com/hashicorp/terraform-json v0.12.0 /go.mod h1:pmbq9o4EuL43db5+0ogX10Yofv1nozM+wskr/bGFJpI =
577+ github.com/hashicorp/terraform-json v0.13.0 h1:Li9L+lKD1FO5RVFRM1mMMIBDoUHslOniyEi5CM+FWGY =
578+ github.com/hashicorp/terraform-json v0.13.0 /go.mod h1:y5OdLBCT+rxbwnpxZs9kGL7R9ExU76+cpdY8zHwoazk =
577579github.com/hashicorp/terraform-plugin-go v0.3.0 h1:AJqYzP52JFYl9NABRI7smXI1pNjgR5Q/y2WyVJ/BOZA =
578580github.com/hashicorp/terraform-plugin-go v0.3.0 /go.mod h1:dFHsQMaTLpON2gWhVWT96fvtlc/MF1vSy3OdMhWBzdM =
579581github.com/hashicorp/terraform-plugin-sdk/v2 v2.7.1 h1:vpzKKP2dIFb9n89AG8Wxl758/5JSZWZH0OuKdlq0M38 =
@@ -969,6 +971,8 @@ github.com/zclconf/go-cty v1.2.0/go.mod h1:hOPWgoHbaTUnI5k4D2ld+GRpFJSCe6bCM7m1q
969971github.com/zclconf/go-cty v1.2.1 /go.mod h1:hOPWgoHbaTUnI5k4D2ld+GRpFJSCe6bCM7m1q/N4PQ8 =
970972github.com/zclconf/go-cty v1.8.4 h1:pwhhz5P+Fjxse7S7UriBrMu6AUJSZM5pKqGem1PjGAs =
971973github.com/zclconf/go-cty v1.8.4 /go.mod h1:vVKLxnk3puL4qRAv72AO+W99LUD4da90g3uUAzyuvAk =
974+ github.com/zclconf/go-cty v1.9.1 h1:viqrgQwFl5UpSxc046qblj78wZXVDFnSOufaOTER+cc =
975+ github.com/zclconf/go-cty v1.9.1 /go.mod h1:vVKLxnk3puL4qRAv72AO+W99LUD4da90g3uUAzyuvAk =
972976github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b /go.mod h1:ZRKQfBXbGkpdV6QMzT3rU1kSTAnfu1dO8dPKjYprgj8 =
973977go.etcd.io/bbolt v1.3.2 /go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU =
974978go.etcd.io/bbolt v1.3.3 /go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU =
You can’t perform that action at this time.
0 commit comments