96 строки
4.8 KiB
Modula-2
96 строки
4.8 KiB
Modula-2
module github.com/terraform-linters/tflint-ruleset-azurerm-ext
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.9
|
|
github.com/google/go-github/v47 v47.1.0
|
|
github.com/hashicorp/go-getter/v2 v2.1.0
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/hashicorp/hcl/v2 v2.14.1
|
|
github.com/hashicorp/terraform-provider-azurerm v0.0.0-00010101000000-000000000000
|
|
github.com/stretchr/testify v1.7.2
|
|
github.com/terraform-linters/tflint-plugin-sdk v0.12.0
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
|
|
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible // indirect
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
|
github.com/Azure/go-autorest/autorest v0.11.27 // indirect
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.18 // indirect
|
|
github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 // indirect
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
|
|
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
|
|
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
|
|
github.com/btubbs/datetime v0.1.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/gofrs/uuid v4.0.0+incompatible // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.4.1 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/google/uuid v1.1.2 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-azure-helpers v0.47.0 // indirect
|
|
github.com/hashicorp/go-azure-sdk v0.20221102.1171058 // indirect
|
|
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
|
|
github.com/hashicorp/go-hclog v1.3.0 // indirect
|
|
github.com/hashicorp/go-plugin v1.4.5 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
|
|
github.com/hashicorp/go-safetemp v1.0.0 // indirect
|
|
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
|
github.com/hashicorp/go-version v1.6.0 // indirect
|
|
github.com/hashicorp/hc-install v0.4.0 // indirect
|
|
github.com/hashicorp/logutils v1.0.0 // indirect
|
|
github.com/hashicorp/terraform-exec v0.17.2 // indirect
|
|
github.com/hashicorp/terraform-json v0.14.0 // indirect
|
|
github.com/hashicorp/terraform-plugin-go v0.10.0 // indirect
|
|
github.com/hashicorp/terraform-plugin-log v0.4.1 // indirect
|
|
github.com/hashicorp/terraform-plugin-sdk/v2 v2.18.0 // indirect
|
|
github.com/hashicorp/terraform-registry-address v0.0.0-20220623143253-7d51757b572c // indirect
|
|
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
|
|
github.com/hashicorp/yamux v0.0.0-20210316155119-a95892c5f864 // indirect
|
|
github.com/manicminer/hamilton v0.50.0 // indirect
|
|
github.com/manicminer/hamilton-autorest v0.2.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/oklog/run v1.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rickb777/date v1.12.5-0.20200422084442-6300e543c4d9 // indirect
|
|
github.com/rickb777/plural v1.2.0 // indirect
|
|
github.com/tombuildsstuff/giovanni v0.20.0 // indirect
|
|
github.com/tombuildsstuff/kermit v0.20221031.1114338 // indirect
|
|
github.com/ulikunitz/xz v0.5.8 // indirect
|
|
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
|
|
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
|
|
github.com/vmihailenco/tagparser v0.1.1 // indirect
|
|
github.com/zclconf/go-cty v1.11.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167 // indirect
|
|
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20210629200056-84d6f6074151 // indirect
|
|
google.golang.org/grpc v1.49.0 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace github.com/hashicorp/terraform-provider-azurerm => ./terraform-provider-azurerm
|