@@ -3,19 +3,21 @@ module github.com/coder/terraform-provider-coderd
3
3
go 1.22.3
4
4
5
5
require (
6
+ cdr.dev/slog v1.6.2-0.20240126064726-20367d4aede6
6
7
github.com/coder/coder/v2 v2.12.3
7
- github.com/docker/docker v26.1.4 +incompatible
8
+ github.com/docker/docker v27.0.3 +incompatible
8
9
github.com/docker/go-connections v0.4.0
10
+ github.com/google/uuid v1.6.0
9
11
github.com/hashicorp/terraform-plugin-docs v0.19.4
10
12
github.com/hashicorp/terraform-plugin-framework v1.10.0
13
+ github.com/hashicorp/terraform-plugin-framework-validators v0.13.0
11
14
github.com/hashicorp/terraform-plugin-go v0.23.0
12
15
github.com/hashicorp/terraform-plugin-log v0.9.0
13
16
github.com/hashicorp/terraform-plugin-testing v1.8.0
14
17
github.com/stretchr/testify v1.9.0
15
18
)
16
19
17
20
require (
18
- cdr.dev/slog v1.6.2-0.20240126064726-20367d4aede6 // indirect
19
21
github.com/BurntSushi/toml v1.2.1 // indirect
20
22
github.com/DataDog/appsec-internal-go v1.5.0 // indirect
21
23
github.com/DataDog/datadog-agent/pkg/obfuscate v0.48.0 // indirect
@@ -61,7 +63,6 @@ require (
61
63
github.com/golang/protobuf v1.5.4 // indirect
62
64
github.com/google/go-cmp v0.6.0 // indirect
63
65
github.com/google/pprof v0.0.0-20230817174616-7a8ec2ada47b // indirect
64
- github.com/google/uuid v1.6.0 // indirect
65
66
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
66
67
github.com/hashicorp/cli v1.1.6 // indirect
67
68
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -78,7 +79,6 @@ require (
78
79
github.com/hashicorp/logutils v1.0.0 // indirect
79
80
github.com/hashicorp/terraform-exec v0.21.0 // indirect
80
81
github.com/hashicorp/terraform-json v0.22.1 // indirect
81
- github.com/hashicorp/terraform-plugin-framework-validators v0.13.0 // indirect
82
82
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 // indirect
83
83
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
84
84
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
0 commit comments