2019-03-27 23:24:49 +02:00
|
|
|
module github.com/MontFerret/ferret
|
|
|
|
|
2021-12-13 16:52:26 +02:00
|
|
|
go 1.17
|
2019-03-27 23:24:49 +02:00
|
|
|
|
|
|
|
require (
|
2021-10-27 16:47:47 +02:00
|
|
|
github.com/PuerkitoBio/goquery v1.8.0
|
2021-09-24 04:42:58 +02:00
|
|
|
github.com/antchfx/htmlquery v1.2.4
|
2021-07-14 02:31:25 +02:00
|
|
|
github.com/antchfx/xpath v1.2.0
|
2021-12-13 16:05:56 +02:00
|
|
|
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20211211185417-43fb4c2dbe28
|
2019-09-05 01:25:50 +02:00
|
|
|
github.com/corpix/uarand v0.1.1
|
2021-02-15 18:37:52 +02:00
|
|
|
github.com/gobwas/glob v0.2.3
|
2019-03-27 23:24:49 +02:00
|
|
|
github.com/gorilla/css v1.0.0
|
2021-08-01 21:00:20 +02:00
|
|
|
github.com/jarcoal/httpmock v1.0.8
|
2021-07-27 02:33:20 +02:00
|
|
|
github.com/mafredri/cdp v0.32.0
|
2020-01-16 05:04:08 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-11-06 17:25:10 +02:00
|
|
|
github.com/rs/zerolog v1.26.0
|
2020-04-20 21:26:22 +02:00
|
|
|
github.com/sethgrid/pester v1.1.0
|
2021-10-28 20:30:25 +02:00
|
|
|
github.com/smartystreets/goconvey v1.7.2
|
2021-09-20 05:33:55 +02:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-11-03 06:12:00 +02:00
|
|
|
github.com/wI2L/jettison v0.7.3
|
2021-12-13 16:05:56 +02:00
|
|
|
golang.org/x/net v0.0.0-20211209124913-491a49abca63
|
2021-04-09 00:46:17 +02:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2021-09-02 17:09:48 +02:00
|
|
|
golang.org/x/text v0.3.7
|
2019-03-27 23:24:49 +02:00
|
|
|
)
|
2021-12-13 16:52:26 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/andybalholm/cascadia v1.3.1 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
|
|
|
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
|
|
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
|
|
github.com/jtolds/gls v4.20.0+incompatible // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/smartystreets/assertions v1.2.0 // indirect
|
|
|
|
github.com/stretchr/objx v0.1.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
|
|
)
|