mirror of
https://github.com/MontFerret/ferret.git
synced 2024-12-12 11:15:14 +02:00
32 lines
1.2 KiB
Modula-2
32 lines
1.2 KiB
Modula-2
module github.com/MontFerret/ferret
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
github.com/PuerkitoBio/goquery v1.5.0
|
|
github.com/antchfx/htmlquery v1.0.0
|
|
github.com/antchfx/xpath v1.0.0
|
|
github.com/antlr/antlr4 v0.0.0-20190819145818-b43a4c3a8015
|
|
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-20190812220523-e66023ee76eb
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/google/go-cmp v0.3.1 // indirect
|
|
github.com/gorilla/css v1.0.0
|
|
github.com/gorilla/websocket v1.4.1 // indirect
|
|
github.com/labstack/echo v3.3.10+incompatible
|
|
github.com/labstack/gommon v0.3.0 // indirect
|
|
github.com/mafredri/cdp v0.24.2
|
|
github.com/natefinch/lumberjack v2.0.0+incompatible
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/rs/zerolog v1.15.0
|
|
github.com/sethgrid/pester v0.0.0-20190127155807-68a33a018ad0
|
|
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
|
|
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
|
)
|