@@ -4,7 +4,7 @@ go 1.23.7
4
4
5
5
require (
6
6
github.com/hashicorp/copywrite v0.22.0
7
- github.com/hashicorp/terraform-plugin-docs v0.21 .0
7
+ github.com/hashicorp/terraform-plugin-docs v0.22 .0
8
8
)
9
9
10
10
require (
@@ -15,7 +15,7 @@ require (
15
15
github.com/Masterminds/goutils v1.1.1 // indirect
16
16
github.com/Masterminds/semver/v3 v3.3.0 // indirect
17
17
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
18
- github.com/ProtonMail/go-crypto v1.1.3 // indirect
18
+ github.com/ProtonMail/go-crypto v1.1.6 // indirect
19
19
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
20
20
github.com/armon/go-radix v1.0.0 // indirect
21
21
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
@@ -44,10 +44,10 @@ require (
44
44
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
45
45
github.com/hashicorp/go-uuid v1.0.3 // indirect
46
46
github.com/hashicorp/go-version v1.7.0 // indirect
47
- github.com/hashicorp/hc-install v0.9.1 // indirect
47
+ github.com/hashicorp/hc-install v0.9.2 // indirect
48
48
github.com/hashicorp/hcl v1.0.0 // indirect
49
- github.com/hashicorp/terraform-exec v0.22 .0 // indirect
50
- github.com/hashicorp/terraform-json v0.24 .0 // indirect
49
+ github.com/hashicorp/terraform-exec v0.23 .0 // indirect
50
+ github.com/hashicorp/terraform-json v0.25 .0 // indirect
51
51
github.com/huandu/xstrings v1.5.0 // indirect
52
52
github.com/inconshreveable/mousetrap v1.0.1 // indirect
53
53
github.com/jedib0t/go-pretty v4.3.0+incompatible // indirect
@@ -75,18 +75,18 @@ require (
75
75
github.com/thanhpk/randstr v1.0.4 // indirect
76
76
github.com/yuin/goldmark v1.7.8 // indirect
77
77
github.com/yuin/goldmark-meta v1.1.0 // indirect
78
- github.com/zclconf/go-cty v1.16.2 // indirect
78
+ github.com/zclconf/go-cty v1.16.3 // indirect
79
79
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
80
80
go.mongodb.org/mongo-driver v1.10.0 // indirect
81
- golang.org/x/crypto v0.36 .0 // indirect
81
+ golang.org/x/crypto v0.38 .0 // indirect
82
82
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
83
- golang.org/x/mod v0.22 .0 // indirect
83
+ golang.org/x/mod v0.25 .0 // indirect
84
84
golang.org/x/net v0.38.0 // indirect
85
85
golang.org/x/oauth2 v0.8.0 // indirect
86
- golang.org/x/sync v0.12 .0 // indirect
87
- golang.org/x/sys v0.31 .0 // indirect
88
- golang.org/x/term v0.30 .0 // indirect
89
- golang.org/x/text v0.23 .0 // indirect
86
+ golang.org/x/sync v0.15 .0 // indirect
87
+ golang.org/x/sys v0.33 .0 // indirect
88
+ golang.org/x/term v0.32 .0 // indirect
89
+ golang.org/x/text v0.26 .0 // indirect
90
90
google.golang.org/appengine v1.6.7 // indirect
91
91
google.golang.org/protobuf v1.33.0 // indirect
92
92
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments