1
1
module github.com/segmentio/terraform-provider-segment
2
2
3
3
go 1.22.0
4
-
5
4
toolchain go1.24.1
6
5
7
6
require (
8
7
github.com/avast/retry-go/v4 v4.6.0
9
8
github.com/hashicorp/go-retryablehttp v0.7.7
10
- github.com/hashicorp/terraform-plugin-docs v0.18 .0
9
+ github.com/hashicorp/terraform-plugin-docs v0.21 .0
11
10
github.com/hashicorp/terraform-plugin-framework v1.14.1
12
11
github.com/hashicorp/terraform-plugin-framework-validators v0.17.0
13
12
github.com/hashicorp/terraform-plugin-go v0.26.0
@@ -17,20 +16,24 @@ require (
17
16
)
18
17
19
18
require (
19
+ github.com/BurntSushi/toml v1.2.1 // indirect
20
20
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
21
21
github.com/bitfield/gotestdox v0.2.2 // indirect
22
- github.com/hashicorp/cli v1.1.6 // indirect
22
+ github.com/bmatcuk/doublestar/v4 v4.8.1 // indirect
23
+ github.com/hashicorp/cli v1.1.7 // indirect
23
24
github.com/mattn/go-runewidth v0.0.9 // indirect
24
- github.com/yuin/goldmark v1.6.0 // indirect
25
+ github.com/yuin/goldmark v1.7.7 // indirect
25
26
github.com/yuin/goldmark-meta v1.1.0 // indirect
27
+ go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
26
28
gopkg.in/yaml.v2 v2.3.0 // indirect
29
+ gopkg.in/yaml.v3 v3.0.1 // indirect
27
30
)
28
31
29
32
require (
30
33
github.com/Masterminds/goutils v1.1.1 // indirect
31
34
github.com/Masterminds/semver/v3 v3.2.0 // indirect
32
35
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
33
- github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
36
+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
34
37
github.com/agext/levenshtein v1.2.2 // indirect
35
38
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
36
39
github.com/armon/go-radix v1.0.0 // indirect
@@ -52,11 +55,11 @@ require (
52
55
github.com/hashicorp/go-plugin v1.6.2 // indirect
53
56
github.com/hashicorp/go-uuid v1.0.3 // indirect
54
57
github.com/hashicorp/go-version v1.7.0 // indirect
55
- github.com/hashicorp/hc-install v0.9.0 // indirect
58
+ github.com/hashicorp/hc-install v0.9.1 // indirect
56
59
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
57
60
github.com/hashicorp/logutils v1.0.0 // indirect
58
- github.com/hashicorp/terraform-exec v0.21 .0 // indirect
59
- github.com/hashicorp/terraform-json v0.23 .0 // indirect
61
+ github.com/hashicorp/terraform-exec v0.22 .0 // indirect
62
+ github.com/hashicorp/terraform-json v0.24 .0 // indirect
60
63
github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2.0
61
64
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
62
65
github.com/hashicorp/terraform-plugin-sdk/v2 v2.35.0 // indirect
@@ -65,7 +68,7 @@ require (
65
68
github.com/hashicorp/yamux v0.1.1 // indirect
66
69
github.com/huandu/xstrings v1.3.3 // indirect
67
70
github.com/imdario/mergo v0.3.15 // indirect
68
- github.com/mattn/go-colorable v0.1.13 // indirect
71
+ github.com/mattn/go-colorable v0.1.14 // indirect
69
72
github.com/mattn/go-isatty v0.0.20 // indirect
70
73
github.com/mitchellh/copystructure v1.2.0 // indirect
71
74
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
@@ -74,21 +77,20 @@ require (
74
77
github.com/mitchellh/reflectwalk v1.0.2 // indirect
75
78
github.com/oklog/run v1.1.0 // indirect
76
79
github.com/posener/complete v1.2.3 // indirect
77
- github.com/russross/blackfriday v1.6.0 // indirect
78
80
github.com/shopspring/decimal v1.3.1 // indirect
79
81
github.com/spf13/cast v1.5.0 // indirect
80
82
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
81
83
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
82
84
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
83
- github.com/zclconf/go-cty v1.15.0 // indirect
85
+ github.com/zclconf/go-cty v1.16.2 // indirect
84
86
golang.org/x/crypto v0.32.0 // indirect
85
87
golang.org/x/exp v0.0.0-20230809150735-7b3493d9a819 // indirect
86
- golang.org/x/mod v0.21 .0 // indirect
88
+ golang.org/x/mod v0.22 .0 // indirect
87
89
golang.org/x/net v0.34.0 // indirect
88
- golang.org/x/sync v0.10 .0 // indirect
90
+ golang.org/x/sync v0.11 .0 // indirect
89
91
golang.org/x/sys v0.30.0 // indirect
90
92
golang.org/x/term v0.29.0 // indirect
91
- golang.org/x/text v0.21 .0 // indirect
93
+ golang.org/x/text v0.22 .0 // indirect
92
94
golang.org/x/tools v0.24.0 // indirect
93
95
google.golang.org/appengine v1.6.8 // indirect
94
96
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
0 commit comments