54 строки
2.1 KiB
Modula-2
54 строки
2.1 KiB
Modula-2
module github.com/terraform-linters/tflint-ruleset-azurerm-ext
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/ahmetb/go-linq/v3 v3.2.0
|
|
github.com/google/go-cmp v0.5.9
|
|
github.com/google/go-github/v47 v47.1.0
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/hashicorp/hcl/v2 v2.15.0
|
|
github.com/hashicorp/terraform-json v0.16.0
|
|
github.com/lonegunmanb/terraform-azurerm-schema/v3 v3.51.0
|
|
github.com/stretchr/testify v1.8.1
|
|
github.com/terraform-linters/tflint-plugin-sdk v0.12.0
|
|
golang.org/x/mod v0.9.0
|
|
golang.org/x/oauth2 v0.6.0
|
|
)
|
|
|
|
require (
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-hclog v1.4.0 // indirect
|
|
github.com/hashicorp/go-plugin v1.4.8 // indirect
|
|
github.com/hashicorp/go-version v1.6.0 // indirect
|
|
github.com/hashicorp/yamux v0.0.0-20210316155119-a95892c5f864 // indirect
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/oklog/run v1.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
github.com/zclconf/go-cty v1.13.0 // indirect
|
|
golang.org/x/crypto v0.7.0 // indirect
|
|
golang.org/x/net v0.8.0 // indirect
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
golang.org/x/text v0.8.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20210629200056-84d6f6074151 // indirect
|
|
google.golang.org/grpc v1.51.0 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace github.com/hashicorp/terraform-provider-azurerm => ./terraform-provider-azurerm
|