Skip to content

Commit 413965a

Browse files
committed
#patch: remove unneeded deps
1 parent f028131 commit 413965a

File tree

2 files changed

+9
-442
lines changed

2 files changed

+9
-442
lines changed

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ go 1.13
55
require (
66
github.com/PuerkitoBio/goquery v1.6.0
77
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
99
github.com/mattn/go-runewidth v0.0.9 // indirect
10+
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
1011
github.com/olekukonko/tablewriter v0.0.4
1112
github.com/sirupsen/logrus v1.7.0
1213
github.com/stretchr/testify v1.6.1
1314
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
1517
gopkg.in/yaml.v2 v2.3.0
1618
)

0 commit comments

Comments
 (0)