1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-12 11:15:14 +02:00
ferret/go.mod
dependabot-preview[bot] 165d5208a9 Bump github.com/antchfx/xpath from 1.1.2 to 1.1.3 (#436)
* Bump github.com/antchfx/xpath from 1.1.2 to 1.1.3

Bumps [github.com/antchfx/xpath](https://github.com/antchfx/xpath) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/antchfx/xpath/releases)
- [Commits](https://github.com/antchfx/xpath/compare/v1.1.2...v1.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update go.sum

Co-authored-by: Tim Voronov <ziflex@users.noreply.github.com>
2020-01-04 12:59:46 -05:00

27 lines
971 B
Modula-2

module github.com/MontFerret/ferret
go 1.13
require (
github.com/PuerkitoBio/goquery v1.5.0
github.com/antchfx/htmlquery v1.2.1
github.com/antchfx/xpath v1.1.3
github.com/antlr/antlr4 v0.0.0-20191217191749-ff67971f8580
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/corpix/uarand v0.1.1
github.com/derekparker/trie v0.0.0-20190812220523-e66023ee76eb
github.com/gobwas/glob v0.2.3
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
github.com/gorilla/css v1.0.0
github.com/gorilla/websocket v1.4.1 // indirect
github.com/labstack/echo/v4 v4.1.11
github.com/mafredri/cdp v0.25.0
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/pkg/errors v0.8.1
github.com/rs/zerolog v1.17.2
github.com/sethgrid/pester v0.0.0-20190127155807-68a33a018ad0
github.com/smartystreets/goconvey v1.6.4
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
)