2019-03-27 23:24:49 +02:00
|
|
|
module github.com/MontFerret/ferret
|
|
|
|
|
2019-09-05 02:21:16 +02:00
|
|
|
go 1.13
|
2019-03-27 23:24:49 +02:00
|
|
|
|
|
|
|
require (
|
2021-07-14 02:29:53 +02:00
|
|
|
github.com/PuerkitoBio/goquery v1.7.1
|
2020-05-21 19:07:55 +02:00
|
|
|
github.com/antchfx/htmlquery v1.2.3
|
2020-11-23 18:54:16 +02:00
|
|
|
github.com/antchfx/xpath v1.1.11
|
2021-05-04 21:01:27 +02:00
|
|
|
github.com/antlr/antlr4 v0.0.0-20210503161921-88ad58426b90
|
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-04-09 00:46:17 +02:00
|
|
|
github.com/mafredri/cdp v0.31.0
|
2020-01-16 05:04:08 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-05-14 22:21:17 +02:00
|
|
|
github.com/rs/zerolog v1.22.0
|
2020-04-20 21:26:22 +02:00
|
|
|
github.com/sethgrid/pester v1.1.0
|
2020-01-12 08:01:37 +02:00
|
|
|
github.com/smartystreets/goconvey v1.6.4
|
2020-11-24 03:12:04 +02:00
|
|
|
github.com/wI2L/jettison v0.7.1
|
2021-07-14 02:29:53 +02:00
|
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
|
2021-04-09 00:46:17 +02:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2021-04-30 17:36:49 +02:00
|
|
|
golang.org/x/text v0.3.6
|
2019-03-27 23:24:49 +02:00
|
|
|
)
|