File tree Expand file tree Collapse file tree 2 files changed +9
-442
lines changed Expand file tree Collapse file tree 2 files changed +9
-442
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,14 @@ go 1.13
5
5
require (
6
6
github.com/PuerkitoBio/goquery v1.6.0
7
7
github.com/andybalholm/cascadia v1.2.0 // indirect
8
- github.com/hashicorp/terraform-plugin-sdk/v2 v2 .2.0
8
+ github.com/kr/text v0 .2.0 // indirect
9
9
github.com/mattn/go-runewidth v0.0.9 // indirect
10
+ github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
10
11
github.com/olekukonko/tablewriter v0.0.4
11
12
github.com/sirupsen/logrus v1.7.0
12
13
github.com/stretchr/testify v1.6.1
13
14
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
14
- golang.org/x/sys v0.0.0-20201110211018-35f3e6cf4a65 // indirect
15
+ golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
16
+ gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
15
17
gopkg.in/yaml.v2 v2.3.0
16
18
)
You can’t perform that action at this time.
0 commit comments