@@ -4,7 +4,7 @@ go 1.22.7
4
4
5
5
require (
6
6
github.com/hashicorp/copywrite v0.20.0
7
- github.com/hashicorp/terraform-plugin-docs v0.20.1
7
+ github.com/hashicorp/terraform-plugin-docs v0.21.0
8
8
)
9
9
10
10
require (
@@ -14,12 +14,12 @@ require (
14
14
github.com/Masterminds/goutils v1.1.1 // indirect
15
15
github.com/Masterminds/semver/v3 v3.2.0 // indirect
16
16
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
17
- github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
17
+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
18
18
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
19
19
github.com/armon/go-radix v1.0.0 // indirect
20
20
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
21
21
github.com/bgentry/speakeasy v0.1.0 // indirect
22
- github.com/bmatcuk/doublestar/v4 v4.7 .1 // indirect
22
+ github.com/bmatcuk/doublestar/v4 v4.8 .1 // indirect
23
23
github.com/bradleyfalzon/ghinstallation/v2 v2.5.0 // indirect
24
24
github.com/cli/go-gh/v2 v2.11.2 // indirect
25
25
github.com/cli/safeexec v1.0.0 // indirect
@@ -34,7 +34,7 @@ require (
34
34
github.com/google/go-github/v53 v53.0.0 // indirect
35
35
github.com/google/go-querystring v1.1.0 // indirect
36
36
github.com/google/uuid v1.3.0 // indirect
37
- github.com/hashicorp/cli v1.1.6 // indirect
37
+ github.com/hashicorp/cli v1.1.7 // indirect
38
38
github.com/hashicorp/errwrap v1.1.0 // indirect
39
39
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
40
40
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -43,10 +43,10 @@ require (
43
43
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
44
44
github.com/hashicorp/go-uuid v1.0.3 // indirect
45
45
github.com/hashicorp/go-version v1.7.0 // indirect
46
- github.com/hashicorp/hc-install v0.9.0 // indirect
46
+ github.com/hashicorp/hc-install v0.9.1 // indirect
47
47
github.com/hashicorp/hcl v1.0.0 // indirect
48
- github.com/hashicorp/terraform-exec v0.21 .0 // indirect
49
- github.com/hashicorp/terraform-json v0.23 .0 // indirect
48
+ github.com/hashicorp/terraform-exec v0.22 .0 // indirect
49
+ github.com/hashicorp/terraform-json v0.24 .0 // indirect
50
50
github.com/huandu/xstrings v1.3.3 // indirect
51
51
github.com/imdario/mergo v0.3.15 // indirect
52
52
github.com/inconshreveable/mousetrap v1.0.1 // indirect
@@ -55,7 +55,7 @@ require (
55
55
github.com/joho/godotenv v1.3.0 // indirect
56
56
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
57
57
github.com/knadh/koanf v1.5.0 // indirect
58
- github.com/mattn/go-colorable v0.1.13 // indirect
58
+ github.com/mattn/go-colorable v0.1.14 // indirect
59
59
github.com/mattn/go-isatty v0.0.20 // indirect
60
60
github.com/mattn/go-runewidth v0.0.15 // indirect
61
61
github.com/mergestat/timediff v0.0.3 // indirect
@@ -75,18 +75,18 @@ require (
75
75
github.com/thanhpk/randstr v1.0.4 // indirect
76
76
github.com/yuin/goldmark v1.7.7 // indirect
77
77
github.com/yuin/goldmark-meta v1.1.0 // indirect
78
- github.com/zclconf/go-cty v1.15.0 // indirect
78
+ github.com/zclconf/go-cty v1.16.2 // 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.31 .0 // indirect
81
+ golang.org/x/crypto v0.32 .0 // indirect
82
82
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
83
- golang.org/x/mod v0.21 .0 // indirect
83
+ golang.org/x/mod v0.22 .0 // indirect
84
84
golang.org/x/net v0.33.0 // indirect
85
85
golang.org/x/oauth2 v0.8.0 // indirect
86
- golang.org/x/sync v0.10 .0 // indirect
87
- golang.org/x/sys v0.28 .0 // indirect
88
- golang.org/x/term v0.27 .0 // indirect
89
- golang.org/x/text v0.21 .0 // indirect
86
+ golang.org/x/sync v0.11 .0 // indirect
87
+ golang.org/x/sys v0.29 .0 // indirect
88
+ golang.org/x/term v0.28 .0 // indirect
89
+ golang.org/x/text v0.22 .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