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 (
|
2020-01-12 08:01:37 +02:00
|
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
2020-02-21 18:26:00 +02:00
|
|
|
github.com/PuerkitoBio/goquery v1.5.1
|
2020-01-16 05:04:56 +02:00
|
|
|
github.com/antchfx/htmlquery v1.2.2
|
2020-01-12 01:15:00 +02:00
|
|
|
github.com/antchfx/xpath v1.1.4
|
2020-02-21 18:26:00 +02:00
|
|
|
github.com/antlr/antlr4 v0.0.0-20200214162551-db1c09c6d286
|
2020-01-12 08:01:37 +02:00
|
|
|
github.com/chzyer/logex v1.1.10 // indirect
|
2019-03-27 23:24:49 +02:00
|
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
|
2020-01-12 08:01:37 +02:00
|
|
|
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
|
2019-09-05 01:25:50 +02:00
|
|
|
github.com/corpix/uarand v0.1.1
|
|
|
|
github.com/derekparker/trie v0.0.0-20190812220523-e66023ee76eb
|
2020-01-12 08:01:37 +02:00
|
|
|
github.com/gobwas/glob v0.2.3
|
2020-02-21 18:26:00 +02:00
|
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
2020-01-12 08:01:37 +02:00
|
|
|
github.com/google/go-cmp v0.4.0 // indirect
|
2019-03-27 23:24:49 +02:00
|
|
|
github.com/gorilla/css v1.0.0
|
2019-09-05 01:25:50 +02:00
|
|
|
github.com/gorilla/websocket v1.4.1 // indirect
|
2020-01-12 08:01:37 +02:00
|
|
|
github.com/labstack/echo/v4 v4.1.13
|
2019-12-18 17:30:02 +02:00
|
|
|
github.com/mafredri/cdp v0.25.0
|
2019-03-27 23:24:49 +02:00
|
|
|
github.com/natefinch/lumberjack v2.0.0+incompatible
|
2020-01-16 05:04:08 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-02-12 18:21:44 +02:00
|
|
|
github.com/rs/zerolog v1.18.0
|
2019-03-27 23:24:49 +02:00
|
|
|
github.com/sethgrid/pester v0.0.0-20190127155807-68a33a018ad0
|
2020-01-12 08:01:37 +02:00
|
|
|
github.com/smartystreets/goconvey v1.6.4
|
2020-02-21 18:26:00 +02:00
|
|
|
golang.org/x/net v0.0.0-20200219183655-46282727080f
|
2019-12-18 17:30:02 +02:00
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
2020-02-21 18:26:00 +02:00
|
|
|
golang.org/x/sys v0.0.0-20200219091948-cb0a6d8edb6c // indirect
|
2020-01-12 08:01:37 +02:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
2019-03-27 23:24:49 +02:00
|
|
|
)
|