2019-03-28 00:24:49 +03:00
|
|
|
module github.com/MontFerret/ferret
|
|
|
|
|
2019-09-04 20:21:16 -04:00
|
|
|
go 1.13
|
2019-03-28 00:24:49 +03:00
|
|
|
|
|
|
|
require (
|
2021-04-08 18:46:17 -04:00
|
|
|
github.com/PuerkitoBio/goquery v1.6.1
|
2020-05-21 13:07:55 -04:00
|
|
|
github.com/antchfx/htmlquery v1.2.3
|
2020-11-23 11:54:16 -05:00
|
|
|
github.com/antchfx/xpath v1.1.11
|
2020-04-20 15:26:22 -04:00
|
|
|
github.com/antlr/antlr4 v0.0.0-20200417160354-8c50731894e0
|
2019-09-04 19:25:50 -04:00
|
|
|
github.com/corpix/uarand v0.1.1
|
2021-02-15 11:37:52 -05:00
|
|
|
github.com/gobwas/glob v0.2.3
|
2019-03-28 00:24:49 +03:00
|
|
|
github.com/gorilla/css v1.0.0
|
2021-04-08 18:46:17 -04:00
|
|
|
github.com/mafredri/cdp v0.31.0
|
2020-01-15 22:04:08 -05:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-04-08 18:46:17 -04:00
|
|
|
github.com/rs/zerolog v1.21.0
|
2020-04-20 15:26:22 -04:00
|
|
|
github.com/sethgrid/pester v1.1.0
|
2020-01-12 01:01:37 -05:00
|
|
|
github.com/smartystreets/goconvey v1.6.4
|
2020-11-23 20:12:04 -05:00
|
|
|
github.com/wI2L/jettison v0.7.1
|
2021-04-08 18:46:17 -04:00
|
|
|
golang.org/x/net v0.0.0-20201021035429-f5854403a974
|
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
|
|
golang.org/x/text v0.3.3
|
2019-03-28 00:24:49 +03:00
|
|
|
)
|