Skip to content

Commit 3fcc847

Browse files
committed
terraform provider dep update
1 parent 4453f33 commit 3fcc847

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ require (
77
github.com/aquasecurity/trivy v0.58.2
88
github.com/coder/guts v1.0.2-0.20250227211802-139809366a22
99
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
1111
github.com/coder/websocket v1.8.13
1212
github.com/go-chi/chi v4.1.2+incompatible
13+
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
1314
github.com/hashicorp/go-version v1.7.0
1415
github.com/hashicorp/hc-install v0.9.2
1516
github.com/hashicorp/hcl/v2 v2.23.0
1617
github.com/hashicorp/terraform-exec v0.23.0
1718
github.com/hashicorp/terraform-json v0.24.0
19+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1
1820
github.com/jedib0t/go-pretty/v6 v6.6.7
1921
github.com/stretchr/testify v1.10.0
2022
github.com/zclconf/go-cty v1.16.2
@@ -69,7 +71,6 @@ require (
6971
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
7072
github.com/hashicorp/errwrap v1.1.0 // indirect
7173
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
72-
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
7374
github.com/hashicorp/go-getter v1.7.8 // indirect
7475
github.com/hashicorp/go-hclog v1.6.3 // indirect
7576
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -79,7 +80,6 @@ require (
7980
github.com/hashicorp/logutils v1.0.0 // indirect
8081
github.com/hashicorp/terraform-plugin-go v0.26.0 // indirect
8182
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
82-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1 // indirect
8383
github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 // indirect
8484
github.com/klauspost/compress v1.17.11 // indirect
8585
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,8 +718,8 @@ github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 h1:3A0ES21Ke+FxEM8CXx
718718
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0/go.mod h1:5UuS2Ts+nTToAMeOjNlnHFkPahrtDkmpydBen/3wgZc=
719719
github.com/coder/serpent v0.10.0 h1:ofVk9FJXSek+SmL3yVE3GoArP83M+1tX+H7S4t8BSuM=
720720
github.com/coder/serpent v0.10.0/go.mod h1:cZFW6/fP+kE9nd/oRkEHJpG6sXCtQ+AX7WMMEHv0Y3Q=
721-
github.com/coder/terraform-provider-coder/v2 v2.4.0-pre1.0.20250417100258-c86bb5c3ddcd h1:FsIG6Fd0YOEK7D0Hl/CJywRA+Y6Gd5RQbSIa2L+/BmE=
722-
github.com/coder/terraform-provider-coder/v2 v2.4.0-pre1.0.20250417100258-c86bb5c3ddcd/go.mod h1:56/KdGYaA+VbwXJbTI8CA57XPfnuTxN8rjxbR34PbZw=
721+
github.com/coder/terraform-provider-coder/v2 v2.4.0-pre1.0.20250502142605-22f12cb73817 h1:4ryzTbgCe+AHk/G03y48Rtg3Y+pfr5FfhGt/eEckJ6g=
722+
github.com/coder/terraform-provider-coder/v2 v2.4.0-pre1.0.20250502142605-22f12cb73817/go.mod h1:56/KdGYaA+VbwXJbTI8CA57XPfnuTxN8rjxbR34PbZw=
723723
github.com/coder/websocket v1.8.13 h1:f3QZdXy7uGVz+4uCJy2nTZyM0yTBj8yANEHhqlXZ9FE=
724724
github.com/coder/websocket v1.8.13/go.mod h1:LNVeNrXQZfe5qhS9ALED3uA+l5pPqvwXg3CKoDBB2gs=
725725
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=

0 commit comments

Comments
 (0)