mirror of
https://github.com/MontFerret/ferret.git
synced 2024-12-12 11:15:14 +02:00
34b42fcc42
* Bump github.com/rs/zerolog from 1.18.0 to 1.19.0 Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.18.0 to 1.19.0. - [Release notes](https://github.com/rs/zerolog/releases) - [Commits](https://github.com/rs/zerolog/compare/v1.18.0...v1.19.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Update go.sum Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Tim Voronov <ziflex@users.noreply.github.com>
30 lines
1.1 KiB
Modula-2
30 lines
1.1 KiB
Modula-2
module github.com/MontFerret/ferret
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
github.com/PuerkitoBio/goquery v1.5.1
|
|
github.com/antchfx/htmlquery v1.2.3
|
|
github.com/antchfx/xpath v1.1.9
|
|
github.com/antlr/antlr4 v0.0.0-20200417160354-8c50731894e0
|
|
github.com/chzyer/logex v1.1.10 // indirect
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
|
|
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
|
|
github.com/corpix/uarand v0.1.1
|
|
github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
|
|
github.com/gorilla/css v1.0.0
|
|
github.com/mafredri/cdp v0.28.0
|
|
github.com/natefinch/lumberjack v2.0.0+incompatible
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rs/zerolog v1.19.0
|
|
github.com/sethgrid/pester v1.1.0
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
|
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
|
)
|