@@ -7,14 +7,16 @@ require (
7
7
github.com/aquasecurity/trivy v0.58.2
8
8
github.com/coder/guts v1.0.2-0.20250227211802-139809366a22
9
9
github.com/coder/serpent v0.10.0
10
- github.com/coder/terraform-provider-coder/v2 v2.4.0-pre1.0.20250417100258-c86bb5c3ddcd
10
+ github.com/coder/terraform-provider-coder/v2 v2.4.0-pre1.0.20250502142605-22f12cb73817
11
11
github.com/coder/websocket v1.8.13
12
12
github.com/go-chi/chi v4.1.2+incompatible
13
+ github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
13
14
github.com/hashicorp/go-version v1.7.0
14
15
github.com/hashicorp/hc-install v0.9.2
15
16
github.com/hashicorp/hcl/v2 v2.23.0
16
17
github.com/hashicorp/terraform-exec v0.23.0
17
18
github.com/hashicorp/terraform-json v0.24.0
19
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1
18
20
github.com/jedib0t/go-pretty/v6 v6.6.7
19
21
github.com/stretchr/testify v1.10.0
20
22
github.com/zclconf/go-cty v1.16.2
@@ -69,7 +71,6 @@ require (
69
71
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
70
72
github.com/hashicorp/errwrap v1.1.0 // indirect
71
73
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
72
- github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
73
74
github.com/hashicorp/go-getter v1.7.8 // indirect
74
75
github.com/hashicorp/go-hclog v1.6.3 // indirect
75
76
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -79,7 +80,6 @@ require (
79
80
github.com/hashicorp/logutils v1.0.0 // indirect
80
81
github.com/hashicorp/terraform-plugin-go v0.26.0 // indirect
81
82
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
82
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1 // indirect
83
83
github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 // indirect
84
84
github.com/klauspost/compress v1.17.11 // indirect
85
85
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
0 commit comments