File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 44
55require (
66 github.com/fatih/color v1.15.0
7+ github.com/golang/mock v1.6.0
78 github.com/hashicorp/terraform-json v0.20.0
89 github.com/m1gwings/treedrawer v0.3.3-beta
910 github.com/nsf/jsondiff v0.0.0-20210926074059-1e845ec5d249
@@ -14,7 +15,6 @@ require (
1415require (
1516 github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
1617 github.com/davecgh/go-spew v1.1.1 // indirect
17- github.com/golang/mock v1.6.0 // indirect
1818 github.com/hashicorp/go-version v1.6.0 // indirect
1919 github.com/mattn/go-colorable v0.1.13 // indirect
2020 github.com/mattn/go-isatty v0.0.17 // indirect
@@ -23,5 +23,5 @@ require (
2323 github.com/zclconf/go-cty v1.14.1 // indirect
2424 golang.org/x/sys v0.6.0 // indirect
2525 golang.org/x/text v0.11.0 // indirect
26- gopkg.in/yaml.v3 v3.0.0 // indirect
26+ gopkg.in/yaml.v3 v3.0.1 // indirect
2727)
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBD
88github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc =
99github.com/golang/mock v1.6.0 /go.mod h1:p6yTPP+5HYm5mzsMV8JkE6ZKdX+/wYM6Hr+LicevLPs =
1010github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
11+ github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
1112github.com/hashicorp/go-version v1.6.0 h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek =
1213github.com/hashicorp/go-version v1.6.0 /go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA =
1314github.com/hashicorp/terraform-json v0.20.0 h1:cJcvn4gIOTi0SD7pIy+xiofV1zFA3hza+6K+fo52IX8 =
@@ -63,5 +64,5 @@ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8T
6364gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
6465gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
6566gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
66- gopkg.in/yaml.v3 v3.0.0 h1:hjy8E9ON/egN1tAYqKb61G10WtihqetD4sz2H+8nIeA =
67- gopkg.in/yaml.v3 v3.0.0 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
67+ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
68+ gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments