-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
45 lines (41 loc) · 1.84 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
module github.com/davenicoll/terratidy
go 1.23.0
toolchain go1.23.3
require (
github.com/ahmetb/go-linq/v3 v3.2.0
github.com/hashicorp/hcl/v2 v2.23.0
github.com/hashicorp/terraform-json v0.24.0
github.com/lonegunmanb/terraform-alicloud-schema v1.242.0
github.com/lonegunmanb/terraform-aws-schema/v5 v5.84.0
github.com/lonegunmanb/terraform-awscc-schema v1.26.0
github.com/lonegunmanb/terraform-azapi-schema v1.15.0
github.com/lonegunmanb/terraform-azuread-schema/v3 v3.1.0
github.com/lonegunmanb/terraform-azurerm-schema/v4 v4.16.0
github.com/lonegunmanb/terraform-bytebase-schema v0.0.9
github.com/lonegunmanb/terraform-google-schema/v6 v6.15.0
github.com/lonegunmanb/terraform-helm-schema/v2 v2.17.0
github.com/lonegunmanb/terraform-kubernetes-schema/v2 v2.35.1
github.com/lonegunmanb/terraform-local-schema/v2 v2.5.2
github.com/lonegunmanb/terraform-modtm-schema v0.3.2
github.com/lonegunmanb/terraform-null-schema/v3 v3.2.3
github.com/lonegunmanb/terraform-random-schema/v3 v3.6.3
github.com/lonegunmanb/terraform-template-schema/v2 v2.2.0
github.com/lonegunmanb/terraform-time-schema v0.12.1
github.com/lonegunmanb/terraform-tls-schema/v4 v4.0.6
github.com/stretchr/testify v1.10.0
)
require (
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/zclconf/go-cty v1.15.1 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)