-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (29 loc) · 1.1 KB
/
go.mod
File metadata and controls
31 lines (29 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/dude333/rapina
require (
github.com/360EntSecGroup-Skylar/excelize v1.4.1
github.com/PuerkitoBio/goquery v1.8.1
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/antchfx/htmlquery v1.3.0 // indirect
github.com/antchfx/xmlquery v1.3.18 // indirect
github.com/antchfx/xpath v1.2.5 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/gocolly/colly/v2 v2.1.0
github.com/golang/protobuf v1.5.3 // indirect
github.com/lithammer/fuzzysearch v1.1.0
github.com/manifoldco/promptui v0.6.0
github.com/mattn/go-sqlite3 v2.0.1+incompatible
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.8.1
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.6.1
github.com/stretchr/testify v1.4.0
github.com/temoto/robotstxt v1.1.2 // indirect
golang.org/x/net v0.20.0
golang.org/x/text v0.14.0
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.32.0 // indirect
gopkg.in/yaml.v2 v2.4.0
)
go 1.16