@@ -20,31 +20,31 @@ require (
20
20
github.com/mitchellh/go-homedir v1.1.0
21
21
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
22
22
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
23
- github.com/terraform-linters/tflint-plugin-sdk v0.15.0
23
+ github.com/terraform-linters/tflint-plugin-sdk v0.16.1
24
24
github.com/zclconf/go-cty v1.13.1
25
- google.golang.org/genproto v0.0.0-20200711021454-869866162049 // indirect
26
- google.golang.org/grpc v1.51 .0 // indirect
27
- google.golang.org/protobuf v1.28.1 // indirect
25
+ google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
26
+ google.golang.org/grpc v1.54 .0 // indirect
27
+ google.golang.org/protobuf v1.30.0 // indirect
28
28
gopkg.in/yaml.v2 v2.4.0 // indirect
29
29
)
30
30
31
- require golang.org/x/net v0.8 .0
31
+ require golang.org/x/net v0.9 .0
32
32
33
33
require (
34
34
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
35
35
github.com/golang/protobuf v1.5.2 // indirect
36
36
github.com/hashicorp/errwrap v1.0.0 // indirect
37
- github.com/hashicorp/go-hclog v1.4 .0 // indirect
38
- github.com/hashicorp/go-plugin v1.4.8 // indirect
37
+ github.com/hashicorp/go-hclog v1.5 .0 // indirect
38
+ github.com/hashicorp/go-plugin v1.4.9 // indirect
39
39
github.com/hashicorp/go-version v1.6.0 // indirect
40
40
github.com/jmespath/go-jmespath v0.4.0 // indirect
41
41
github.com/kr/pretty v0.2.1 // indirect
42
42
github.com/mattn/go-isatty v0.0.14 // indirect
43
43
github.com/oklog/run v1.0.0 // indirect
44
44
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
45
45
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
46
- golang.org/x/mod v0.8 .0 // indirect
47
- golang.org/x/sys v0.6 .0 // indirect
48
- golang.org/x/text v0.8 .0 // indirect
49
- golang.org/x/tools v0.6 .0 // indirect
46
+ golang.org/x/mod v0.10 .0 // indirect
47
+ golang.org/x/sys v0.7 .0 // indirect
48
+ golang.org/x/text v0.9 .0 // indirect
49
+ golang.org/x/tools v0.8 .0 // indirect
50
50
)
0 commit comments