github.com/terraform-linters/tflint-plugin-sdk@v0.22.0/go.mod (about)

     1  module github.com/terraform-linters/tflint-plugin-sdk
     2  
     3  go 1.23
     4  
     5  require (
     6  	github.com/go-test/deep v1.1.1
     7  	github.com/google/go-cmp v0.6.0
     8  	github.com/hashicorp/go-hclog v1.6.3
     9  	github.com/hashicorp/go-plugin v1.6.2
    10  	github.com/hashicorp/go-version v1.7.0
    11  	github.com/hashicorp/hcl/v2 v2.23.0
    12  	github.com/zclconf/go-cty v1.16.0
    13  	golang.org/x/tools v0.29.0
    14  	google.golang.org/grpc v1.69.2
    15  	google.golang.org/protobuf v1.36.2
    16  )
    17  
    18  require (
    19  	github.com/agext/levenshtein v1.2.1 // indirect
    20  	github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
    21  	github.com/fatih/color v1.13.0 // indirect
    22  	github.com/golang/protobuf v1.5.4 // indirect
    23  	github.com/hashicorp/yamux v0.1.1 // indirect
    24  	github.com/mattn/go-colorable v0.1.12 // indirect
    25  	github.com/mattn/go-isatty v0.0.17 // indirect
    26  	github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
    27  	github.com/oklog/run v1.0.0 // indirect
    28  	github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
    29  	github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
    30  	golang.org/x/mod v0.22.0 // indirect
    31  	golang.org/x/net v0.34.0 // indirect
    32  	golang.org/x/sync v0.10.0 // indirect
    33  	golang.org/x/sys v0.29.0 // indirect
    34  	golang.org/x/text v0.21.0 // indirect
    35  	google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
    36  )