@@ -5,22 +5,25 @@ go 1.24.2
5
5
require (
6
6
github.com/avast/retry-go/v4 v4.6.1
7
7
github.com/hashicorp/go-retryablehttp v0.7.8
8
- github.com/hashicorp/terraform-plugin-docs v0.21 .0
9
- github.com/hashicorp/terraform-plugin-framework v1.14 .1
8
+ github.com/hashicorp/terraform-plugin-docs v0.23 .0
9
+ github.com/hashicorp/terraform-plugin-framework v1.16 .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.29 .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
+ github.com/stretchr/testify v1.10.0
14
15
gotest.tools/gotestsum v1.13.0
15
16
)
16
17
17
18
require (
18
19
github.com/BurntSushi/toml v1.2.1 // indirect
19
20
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
20
21
github.com/bitfield/gotestdox v0.2.2 // indirect
21
- github.com/bmatcuk/doublestar/v4 v4.8.1 // indirect
22
+ github.com/bmatcuk/doublestar/v4 v4.9.1 // indirect
23
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
22
24
github.com/hashicorp/cli v1.1.7 // indirect
23
25
github.com/mattn/go-runewidth v0.0.9 // indirect
26
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
24
27
github.com/yuin/goldmark v1.7.7 // indirect
25
28
github.com/yuin/goldmark-meta v1.1.0 // indirect
26
29
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
@@ -32,8 +35,8 @@ require (
32
35
github.com/Masterminds/goutils v1.1.1 // indirect
33
36
github.com/Masterminds/semver/v3 v3.2.0 // indirect
34
37
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
35
- github.com/ProtonMail/go-crypto v1.1.3 // indirect
36
- github.com/agext/levenshtein v1.2.2 // indirect
38
+ github.com/ProtonMail/go-crypto v1.1.6 // indirect
39
+ github.com/agext/levenshtein v1.2.3 // indirect
37
40
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
38
41
github.com/armon/go-radix v1.0.0 // indirect
39
42
github.com/bgentry/speakeasy v0.1.0 // indirect
@@ -51,27 +54,27 @@ require (
51
54
github.com/hashicorp/go-cty v1.5.0 // indirect
52
55
github.com/hashicorp/go-hclog v1.6.3 // indirect
53
56
github.com/hashicorp/go-multierror v1.1.1 // indirect
54
- github.com/hashicorp/go-plugin v1.6.2 // indirect
57
+ github.com/hashicorp/go-plugin v1.7.0 // indirect
55
58
github.com/hashicorp/go-uuid v1.0.3 // indirect
56
59
github.com/hashicorp/go-version v1.7.0 // indirect
57
- github.com/hashicorp/hc-install v0.9.1 // indirect
58
- github.com/hashicorp/hcl/v2 v2.23 .0 // indirect
60
+ github.com/hashicorp/hc-install v0.9.2 // indirect
61
+ github.com/hashicorp/hcl/v2 v2.24 .0 // indirect
59
62
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
63
+ github.com/hashicorp/terraform-exec v0.23.1 // indirect
64
+ github.com/hashicorp/terraform-json v0.27.1 // indirect
62
65
github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2.0
63
66
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
67
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.38 .1 // indirect
68
+ github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
66
69
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
67
- github.com/hashicorp/yamux v0.1.1 // indirect
70
+ github.com/hashicorp/yamux v0.1.2 // indirect
68
71
github.com/huandu/xstrings v1.3.3 // indirect
69
72
github.com/imdario/mergo v0.3.15 // indirect
70
73
github.com/mattn/go-colorable v0.1.14 // indirect
71
74
github.com/mattn/go-isatty v0.0.20 // indirect
72
75
github.com/mitchellh/copystructure v1.2.0 // indirect
73
76
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
74
- github.com/mitchellh/go-wordwrap v1.0.0 // indirect
77
+ github.com/mitchellh/go-wordwrap v1.0.1 // indirect
75
78
github.com/mitchellh/mapstructure v1.5.0 // indirect
76
79
github.com/mitchellh/reflectwalk v1.0.2 // indirect
77
80
github.com/oklog/run v1.1.0 // indirect
@@ -81,18 +84,18 @@ require (
81
84
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
82
85
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
83
86
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
84
- github.com/zclconf/go-cty v1.16.2 // indirect
85
- golang.org/x/crypto v0.41 .0 // indirect
87
+ github.com/zclconf/go-cty v1.17.0 // indirect
88
+ golang.org/x/crypto v0.42 .0 // indirect
86
89
golang.org/x/exp v0.0.0-20230809150735-7b3493d9a819 // indirect
87
- golang.org/x/mod v0.27 .0 // indirect
88
- golang.org/x/net v0.43 .0 // indirect
90
+ golang.org/x/mod v0.28 .0 // indirect
91
+ golang.org/x/net v0.44 .0 // indirect
89
92
golang.org/x/sync v0.17.0 // indirect
90
93
golang.org/x/sys v0.36.0 // indirect
91
94
golang.org/x/term v0.35.0 // indirect
92
- golang.org/x/text v0.28 .0 // indirect
93
- golang.org/x/tools v0.36 .0 // indirect
95
+ golang.org/x/text v0.29 .0 // indirect
96
+ golang.org/x/tools v0.37 .0 // indirect
94
97
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
98
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
99
+ google.golang.org/grpc v1.75.1 // indirect
100
+ google.golang.org/protobuf v1.36.10 // indirect
98
101
)
0 commit comments