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 (
|
2019-10-09 19:45:53 +02:00
|
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
2019-03-27 23:24:49 +02:00
|
|
|
github.com/PuerkitoBio/goquery v1.5.0
|
2019-10-15 15:27:58 +02:00
|
|
|
github.com/antchfx/htmlquery v1.1.0
|
2019-10-15 15:28:17 +02:00
|
|
|
github.com/antchfx/xpath v1.1.0
|
2019-10-09 19:45:53 +02:00
|
|
|
github.com/antlr/antlr4 v0.0.0-20191005235324-c81b4e69b6c3
|
|
|
|
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
|
2019-10-09 19:45:53 +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
|
2019-07-03 20:05:02 +02:00
|
|
|
github.com/gobwas/glob v0.2.3
|
2019-10-09 19:45:53 +02:00
|
|
|
github.com/google/go-cmp v0.3.1 // 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
|
2019-10-07 08:02:03 +02:00
|
|
|
github.com/labstack/echo/v4 v4.1.11
|
2019-07-11 20:27:47 +02:00
|
|
|
github.com/mafredri/cdp v0.24.2
|
2019-03-27 23:24:49 +02:00
|
|
|
github.com/natefinch/lumberjack v2.0.0+incompatible
|
|
|
|
github.com/pkg/errors v0.8.1
|
2019-08-12 17:25:28 +02:00
|
|
|
github.com/rs/zerolog v1.15.0
|
2019-03-27 23:24:49 +02:00
|
|
|
github.com/sethgrid/pester v0.0.0-20190127155807-68a33a018ad0
|
2019-09-05 04:57:46 +02:00
|
|
|
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
|
2019-09-05 01:25:50 +02:00
|
|
|
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
|
2019-05-03 23:10:34 +02:00
|
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
2019-10-09 19:45:53 +02:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
2019-03-27 23:24:49 +02:00
|
|
|
)
|