Skip to content

Commit 896361a

Browse files
authored
Bump tflint-plugin-sdk to v0.12.0 (#16)
1 parent bc67b80 commit 896361a

File tree

2 files changed

+32
-66
lines changed

2 files changed

+32
-66
lines changed

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ require (
77
github.com/google/go-cmp v0.5.8
88
github.com/hashicorp/go-getter v1.6.2
99
github.com/hashicorp/go-version v1.6.0
10-
github.com/hashicorp/hcl/v2 v2.13.0
10+
github.com/hashicorp/hcl/v2 v2.14.0
1111
github.com/hashicorp/terraform-registry-address v0.0.0-20220623143253-7d51757b572c
12-
github.com/terraform-linters/tflint-plugin-sdk v0.11.1-0.20220821130728-3b6ea1aa3821
13-
github.com/zclconf/go-cty v1.10.0
12+
github.com/terraform-linters/tflint-plugin-sdk v0.12.0
13+
github.com/zclconf/go-cty v1.11.0
1414
)
1515

1616
require (
@@ -26,8 +26,8 @@ require (
2626
github.com/golang/protobuf v1.5.2 // indirect
2727
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
2828
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
29-
github.com/hashicorp/go-hclog v1.2.2 // indirect
30-
github.com/hashicorp/go-plugin v1.4.4 // indirect
29+
github.com/hashicorp/go-hclog v1.3.0 // indirect
30+
github.com/hashicorp/go-plugin v1.4.5 // indirect
3131
github.com/hashicorp/go-safetemp v1.0.0 // indirect
3232
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
3333
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
@@ -46,15 +46,15 @@ require (
4646
go.opencensus.io v0.22.3 // indirect
4747
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
4848
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
49-
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
49+
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
5050
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
51-
golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e // indirect
51+
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
5252
golang.org/x/text v0.3.7 // indirect
53-
golang.org/x/tools v0.1.11 // indirect
53+
golang.org/x/tools v0.1.12 // indirect
5454
google.golang.org/api v0.29.0 // indirect
5555
google.golang.org/appengine v1.6.5 // indirect
5656
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
57-
google.golang.org/grpc v1.48.0 // indirect
58-
google.golang.org/protobuf v1.28.0 // indirect
57+
google.golang.org/grpc v1.49.0 // indirect
58+
google.golang.org/protobuf v1.28.1 // indirect
5959
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
6060
)

0 commit comments

Comments
 (0)