@@ -2,26 +2,26 @@ module github.com/planetscale/terraform-provider-planetscale
2
2
3
3
go 1.23.0
4
4
5
- toolchain go1.24.1
5
+ toolchain go1.24.3
6
6
7
7
require (
8
8
github.com/dave/jennifer v1.7.1
9
9
github.com/go-openapi/loads v0.22.0
10
10
github.com/go-openapi/spec v0.21.0
11
11
github.com/google/go-cmp v0.7.0
12
- github.com/hashicorp/terraform-plugin-framework v1.14.1
13
- github.com/hashicorp/terraform-plugin-framework-validators v0.17 .0
14
- github.com/hashicorp/terraform-plugin-go v0.26 .0
12
+ github.com/hashicorp/terraform-plugin-framework v1.15.0
13
+ github.com/hashicorp/terraform-plugin-framework-validators v0.18 .0
14
+ github.com/hashicorp/terraform-plugin-go v0.28 .0
15
15
github.com/hashicorp/terraform-plugin-log v0.9.0
16
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1
17
- github.com/hashicorp/terraform-plugin-testing v1.12.0
16
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0
17
+ github.com/hashicorp/terraform-plugin-testing v1.13.1
18
18
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
19
19
github.com/pkg/errors v0.9.1
20
20
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
21
- github.com/stretchr/testify v1.9 .0
22
- golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
23
- golang.org/x/oauth2 v0.28 .0
24
- golang.org/x/text v0.23 .0
21
+ github.com/stretchr/testify v1.10 .0
22
+ golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6
23
+ golang.org/x/oauth2 v0.30 .0
24
+ golang.org/x/text v0.25 .0
25
25
)
26
26
27
27
require (
@@ -30,14 +30,14 @@ require (
30
30
github.com/Masterminds/goutils v1.1.1 // indirect
31
31
github.com/Masterminds/semver/v3 v3.2.0 // indirect
32
32
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
33
- github.com/ProtonMail/go-crypto v1.1.3 // indirect
33
+ github.com/ProtonMail/go-crypto v1.1.6 // indirect
34
34
github.com/agext/levenshtein v1.2.2 // indirect
35
35
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
36
36
github.com/armon/go-radix v1.0.0 // indirect
37
37
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
38
38
github.com/bgentry/speakeasy v0.1.0 // indirect
39
39
github.com/bmatcuk/doublestar/v4 v4.8.1 // indirect
40
- github.com/cloudflare/circl v1.3.7 // indirect
40
+ github.com/cloudflare/circl v1.6.0 // indirect
41
41
github.com/davecgh/go-spew v1.1.1 // indirect
42
42
github.com/fatih/color v1.17.0 // indirect
43
43
github.com/frankban/quicktest v1.14.5 // indirect
@@ -56,17 +56,17 @@ require (
56
56
github.com/hashicorp/go-cty v1.5.0 // indirect
57
57
github.com/hashicorp/go-hclog v1.6.3 // indirect
58
58
github.com/hashicorp/go-multierror v1.1.1 // indirect
59
- github.com/hashicorp/go-plugin v1.6.2 // indirect
59
+ github.com/hashicorp/go-plugin v1.6.3 // indirect
60
60
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
61
61
github.com/hashicorp/go-uuid v1.0.3 // indirect
62
62
github.com/hashicorp/go-version v1.7.0 // indirect
63
- github.com/hashicorp/hc-install v0.9.1 // indirect
63
+ github.com/hashicorp/hc-install v0.9.2 // indirect
64
64
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
65
65
github.com/hashicorp/logutils v1.0.0 // indirect
66
- github.com/hashicorp/terraform-exec v0.22 .0 // indirect
67
- github.com/hashicorp/terraform-json v0.24 .0 // indirect
66
+ github.com/hashicorp/terraform-exec v0.23 .0 // indirect
67
+ github.com/hashicorp/terraform-json v0.25 .0 // indirect
68
68
github.com/hashicorp/terraform-plugin-docs v0.21.0 // indirect
69
- github.com/hashicorp/terraform-registry-address v0.2.4 // indirect
69
+ github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
70
70
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
71
71
github.com/hashicorp/yamux v0.1.1 // indirect
72
72
github.com/huandu/xstrings v1.3.3 // indirect
@@ -95,16 +95,16 @@ require (
95
95
github.com/zclconf/go-cty v1.16.2 // indirect
96
96
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
97
97
go.mongodb.org/mongo-driver v1.14.0 // indirect
98
- golang.org/x/crypto v0.36 .0 // indirect
98
+ golang.org/x/crypto v0.38 .0 // indirect
99
99
golang.org/x/mod v0.24.0 // indirect
100
- golang.org/x/net v0.38 .0 // indirect
101
- golang.org/x/sync v0.12 .0 // indirect
102
- golang.org/x/sys v0.31 .0 // indirect
103
- golang.org/x/tools v0.31 .0 // indirect
100
+ golang.org/x/net v0.40 .0 // indirect
101
+ golang.org/x/sync v0.14 .0 // indirect
102
+ golang.org/x/sys v0.33 .0 // indirect
103
+ golang.org/x/tools v0.33 .0 // indirect
104
104
google.golang.org/appengine v1.6.8 // indirect
105
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
106
- google.golang.org/grpc v1.69.4 // indirect
107
- google.golang.org/protobuf v1.36.3 // indirect
105
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
106
+ google.golang.org/grpc v1.72.1 // indirect
107
+ google.golang.org/protobuf v1.36.6 // indirect
108
108
gopkg.in/yaml.v2 v2.4.0 // indirect
109
109
gopkg.in/yaml.v3 v3.0.1 // indirect
110
110
)
0 commit comments