2019-03-28 00:24:49 +03:00
|
|
|
module github.com/MontFerret/ferret
|
|
|
|
|
2021-10-22 23:54:11 -04:00
|
|
|
go 1.14
|
2019-03-28 00:24:49 +03:00
|
|
|
|
|
|
|
require (
|
2021-10-27 10:47:47 -04:00
|
|
|
github.com/PuerkitoBio/goquery v1.8.0
|
2021-09-23 22:42:58 -04:00
|
|
|
github.com/antchfx/htmlquery v1.2.4
|
2021-07-13 20:31:25 -04:00
|
|
|
github.com/antchfx/xpath v1.2.0
|
2021-10-22 23:54:11 -04:00
|
|
|
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20211014165551-23f93e0d1b42
|
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-08-01 15:00:20 -04:00
|
|
|
github.com/jarcoal/httpmock v1.0.8
|
2021-07-26 20:33:20 -04:00
|
|
|
github.com/mafredri/cdp v0.32.0
|
2020-01-15 22:04:08 -05:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-09-19 20:35:47 -04:00
|
|
|
github.com/rs/zerolog v1.25.0
|
2020-04-20 15:26:22 -04:00
|
|
|
github.com/sethgrid/pester v1.1.0
|
2021-10-28 14:30:25 -04:00
|
|
|
github.com/smartystreets/goconvey v1.7.2
|
2021-09-19 23:33:55 -04:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-11-03 00:12:00 -04:00
|
|
|
github.com/wI2L/jettison v0.7.3
|
2021-10-22 23:54:11 -04:00
|
|
|
golang.org/x/net v0.0.0-20211020060615-d418f374d309
|
2021-04-08 18:46:17 -04:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2021-09-02 11:09:48 -04:00
|
|
|
golang.org/x/text v0.3.7
|
2019-03-28 00:24:49 +03:00
|
|
|
)
|