@@ -8,8 +8,8 @@ require (
8
8
github.com/hashicorp/terraform-plugin-docs v0.21.0
9
9
github.com/hashicorp/terraform-plugin-framework v1.14.1
10
10
github.com/hashicorp/terraform-plugin-framework-validators v0.18.0
11
- github.com/hashicorp/terraform-plugin-go v0.26 .0
12
- github.com/hashicorp/terraform-plugin-testing v1.12.0
11
+ github.com/hashicorp/terraform-plugin-go v0.28 .0
12
+ github.com/hashicorp/terraform-plugin-testing v1.13.3
13
13
github.com/segmentio/public-api-sdk-go v0.0.0-20250113195817-34106b6e08dd
14
14
gotest.tools/gotestsum v1.13.0
15
15
)
@@ -32,7 +32,7 @@ require (
32
32
github.com/Masterminds/goutils v1.1.1 // indirect
33
33
github.com/Masterminds/semver/v3 v3.2.0 // indirect
34
34
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
35
- github.com/ProtonMail/go-crypto v1.1.3 // indirect
35
+ github.com/ProtonMail/go-crypto v1.1.6 // indirect
36
36
github.com/agext/levenshtein v1.2.2 // indirect
37
37
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
38
38
github.com/armon/go-radix v1.0.0 // indirect
@@ -51,18 +51,18 @@ require (
51
51
github.com/hashicorp/go-cty v1.5.0 // indirect
52
52
github.com/hashicorp/go-hclog v1.6.3 // indirect
53
53
github.com/hashicorp/go-multierror v1.1.1 // indirect
54
- github.com/hashicorp/go-plugin v1.6.2 // indirect
54
+ github.com/hashicorp/go-plugin v1.6.3 // indirect
55
55
github.com/hashicorp/go-uuid v1.0.3 // indirect
56
56
github.com/hashicorp/go-version v1.7.0 // indirect
57
- github.com/hashicorp/hc-install v0.9.1 // indirect
57
+ github.com/hashicorp/hc-install v0.9.2 // indirect
58
58
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
59
59
github.com/hashicorp/logutils v1.0.0 // indirect
60
- github.com/hashicorp/terraform-exec v0.22 .0 // indirect
61
- github.com/hashicorp/terraform-json v0.24 .0 // indirect
60
+ github.com/hashicorp/terraform-exec v0.23 .0 // indirect
61
+ github.com/hashicorp/terraform-json v0.25 .0 // indirect
62
62
github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2.0
63
63
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
64
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1 // indirect
65
- github.com/hashicorp/terraform-registry-address v0.2.4 // indirect
64
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0 // indirect
65
+ github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
66
66
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
67
67
github.com/hashicorp/yamux v0.1.1 // indirect
68
68
github.com/huandu/xstrings v1.3.3 // indirect
@@ -81,7 +81,7 @@ require (
81
81
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
82
82
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
83
83
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
84
- github.com/zclconf/go-cty v1.16.2 // indirect
84
+ github.com/zclconf/go-cty v1.16.3 // indirect
85
85
golang.org/x/crypto v0.41.0 // indirect
86
86
golang.org/x/exp v0.0.0-20230809150735-7b3493d9a819 // indirect
87
87
golang.org/x/mod v0.27.0 // indirect
@@ -92,7 +92,7 @@ require (
92
92
golang.org/x/text v0.28.0 // indirect
93
93
golang.org/x/tools v0.36.0 // indirect
94
94
google.golang.org/appengine v1.6.8 // indirect
95
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
96
- google.golang.org/grpc v1.69.4 // indirect
97
- google.golang.org/protobuf v1.36.3 // indirect
95
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
96
+ google.golang.org/grpc v1.72.1 // indirect
97
+ google.golang.org/protobuf v1.36.6 // indirect
98
98
)
0 commit comments