File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/terraform-linters/tflint-plugin-sdk
3
3
go 1.15
4
4
5
5
require (
6
- github.com/google/go-cmp v0.5.1
6
+ github.com/google/go-cmp v0.5.2
7
7
github.com/hashicorp/go-hclog v0.14.1
8
8
github.com/hashicorp/go-plugin v1.3.0
9
9
github.com/hashicorp/go-version v1.2.1
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg=
35
35
github.com/google/go-cmp v0.3.1 /go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU =
36
36
github.com/google/go-cmp v0.5.1 h1:JFrFEBb2xKufg6XkJsJr+WbKb4FQlURi5RUcBveYu9k =
37
37
github.com/google/go-cmp v0.5.1 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
38
+ github.com/google/go-cmp v0.5.2 h1:X2ev0eStA3AbceY54o37/0PQ/UWqKEiiO2dKL5OPaFM =
39
+ github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
38
40
github.com/hashicorp/go-cleanhttp v0.5.1 /go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80 =
39
41
github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd /go.mod h1:9bjs9uLqI8l75knNv3lV1kA55veR+WUPSiKIWcQHudI =
40
42
github.com/hashicorp/go-hclog v0.14.1 h1:nQcJDQwIAGnmoUWp8ubocEX40cCml/17YkF6csQLReU =
You can’t perform that action at this time.
0 commit comments