2019-03-28 00:24:49 +03:00
|
|
|
module github.com/MontFerret/ferret
|
|
|
|
|
2019-09-04 20:21:16 -04:00
|
|
|
go 1.13
|
2019-03-28 00:24:49 +03:00
|
|
|
|
|
|
|
require (
|
2020-01-12 01:01:37 -05:00
|
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
2020-02-21 11:26:00 -05:00
|
|
|
github.com/PuerkitoBio/goquery v1.5.1
|
2020-05-21 13:07:55 -04:00
|
|
|
github.com/antchfx/htmlquery v1.2.3
|
2020-06-17 17:37:49 -04:00
|
|
|
github.com/antchfx/xpath v1.1.9
|
2020-04-20 15:26:22 -04:00
|
|
|
github.com/antlr/antlr4 v0.0.0-20200417160354-8c50731894e0
|
2020-01-12 01:01:37 -05:00
|
|
|
github.com/chzyer/logex v1.1.10 // indirect
|
2019-03-28 00:24:49 +03:00
|
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
|
2020-01-12 01:01:37 -05:00
|
|
|
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
|
2019-09-04 19:25:50 -04:00
|
|
|
github.com/corpix/uarand v0.1.1
|
2020-04-20 15:26:22 -04:00
|
|
|
github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
|
2019-03-28 00:24:49 +03:00
|
|
|
github.com/gorilla/css v1.0.0
|
2020-04-12 23:27:27 -04:00
|
|
|
github.com/mafredri/cdp v0.28.0
|
2019-03-28 00:24:49 +03:00
|
|
|
github.com/natefinch/lumberjack v2.0.0+incompatible
|
2020-01-15 22:04:08 -05:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-02-12 11:21:44 -05:00
|
|
|
github.com/rs/zerolog v1.18.0
|
2020-04-20 15:26:22 -04:00
|
|
|
github.com/sethgrid/pester v1.1.0
|
2020-01-12 01:01:37 -05:00
|
|
|
github.com/smartystreets/goconvey v1.6.4
|
2020-06-17 17:37:01 -04:00
|
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
2020-05-21 13:07:55 -04:00
|
|
|
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd
|
2020-04-12 23:27:27 -04:00
|
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
2020-04-20 15:26:22 -04:00
|
|
|
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
|
2020-06-17 17:37:01 -04:00
|
|
|
golang.org/x/text v0.3.2 // indirect
|
2020-01-12 01:01:37 -05:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
2019-03-28 00:24:49 +03:00
|
|
|
)
|