@@ -4,20 +4,20 @@ go 1.23
4
4
5
5
require (
6
6
github.com/hashicorp/terraform-plugin-log v0.9.0
7
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.35.0
7
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1
8
8
github.com/vultr/govultr/v3 v3.14.1
9
9
golang.org/x/oauth2 v0.25.0
10
10
)
11
11
12
12
require (
13
- github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
13
+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
14
14
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
15
15
github.com/cloudflare/circl v1.3.7 // indirect
16
16
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
17
17
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
18
- golang.org/x/sync v0.10 .0 // indirect
18
+ golang.org/x/sync v0.11 .0 // indirect
19
19
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
20
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
20
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
21
21
)
22
22
23
23
require (
@@ -36,13 +36,13 @@ require (
36
36
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
37
37
github.com/hashicorp/go-uuid v1.0.3 // indirect
38
38
github.com/hashicorp/go-version v1.7.0 // indirect
39
- github.com/hashicorp/hc-install v0.9.0 // indirect
40
- github.com/hashicorp/hcl/v2 v2.22 .0 // indirect
39
+ github.com/hashicorp/hc-install v0.9.1 // indirect
40
+ github.com/hashicorp/hcl/v2 v2.23 .0 // indirect
41
41
github.com/hashicorp/logutils v1.0.0 // indirect
42
- github.com/hashicorp/terraform-exec v0.21 .0 // indirect
43
- github.com/hashicorp/terraform-json v0.23 .0 // indirect
44
- github.com/hashicorp/terraform-plugin-go v0.25 .0 // indirect
45
- github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
42
+ github.com/hashicorp/terraform-exec v0.22 .0 // indirect
43
+ github.com/hashicorp/terraform-json v0.24 .0 // indirect
44
+ github.com/hashicorp/terraform-plugin-go v0.26 .0 // indirect
45
+ github.com/hashicorp/terraform-registry-address v0.2.4 // indirect
46
46
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
47
47
github.com/hashicorp/yamux v0.1.1 // indirect
48
48
github.com/kr/pretty v0.3.0 // indirect
@@ -56,14 +56,14 @@ require (
56
56
github.com/oklog/run v1.1.0 // indirect
57
57
github.com/rogpeppe/go-internal v1.9.0 // indirect
58
58
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
59
- github.com/zclconf/go-cty v1.15.0 // indirect
60
- golang.org/x/crypto v0.31 .0 // indirect
61
- golang.org/x/mod v0.21 .0 // indirect
62
- golang.org/x/net v0.33 .0 // indirect
63
- golang.org/x/sys v0.28 .0 // indirect
64
- golang.org/x/text v0.21 .0 // indirect
59
+ github.com/zclconf/go-cty v1.16.2 // indirect
60
+ golang.org/x/crypto v0.33 .0 // indirect
61
+ golang.org/x/mod v0.22 .0 // indirect
62
+ golang.org/x/net v0.34 .0 // indirect
63
+ golang.org/x/sys v0.30 .0 // indirect
64
+ golang.org/x/text v0.22 .0 // indirect
65
65
google.golang.org/appengine v1.6.8 // indirect
66
- google.golang.org/grpc v1.67.1 // indirect
67
- google.golang.org/protobuf v1.35.1 // indirect
66
+ google.golang.org/grpc v1.69.4 // indirect
67
+ google.golang.org/protobuf v1.36.3 // indirect
68
68
gopkg.in/yaml.v2 v2.4.0
69
69
)
0 commit comments