1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-04 10:35:08 +02:00
ferret/go.mod
2021-12-13 09:05:56 -05:00

25 lines
748 B
Modula-2

module github.com/MontFerret/ferret
go 1.14
require (
github.com/PuerkitoBio/goquery v1.8.0
github.com/antchfx/htmlquery v1.2.4
github.com/antchfx/xpath v1.2.0
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20211211185417-43fb4c2dbe28
github.com/corpix/uarand v0.1.1
github.com/gobwas/glob v0.2.3
github.com/gorilla/css v1.0.0
github.com/jarcoal/httpmock v1.0.8
github.com/mafredri/cdp v0.32.0
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.26.0
github.com/sethgrid/pester v1.1.0
github.com/smartystreets/goconvey v1.7.2
github.com/stretchr/testify v1.7.0
github.com/wI2L/jettison v0.7.3
golang.org/x/net v0.0.0-20211209124913-491a49abca63
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/text v0.3.7
)