|
1 | 1 | module github.com/MontFerret/worker
|
2 | 2 |
|
3 |
| -go 1.14 |
| 3 | +go 1.17 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - github.com/MontFerret/ferret v0.16.1 |
| 6 | + github.com/MontFerret/ferret v0.16.2 |
| 7 | + github.com/go-waitfor/waitfor v1.0.0 |
| 8 | + github.com/go-waitfor/waitfor-http v1.0.0 |
7 | 9 | github.com/hashicorp/golang-lru v0.5.4
|
8 | 10 | github.com/labstack/echo/v4 v4.6.1
|
9 | 11 | github.com/namsral/flag v1.7.4-pre
|
10 | 12 | github.com/pkg/errors v0.9.1
|
11 | 13 | github.com/rs/zerolog v1.26.0
|
12 |
| - github.com/ziflex/lecho/v2 v2.5.2 |
13 |
| - github.com/ziflex/waitfor v1.1.0 |
| 14 | + github.com/ziflex/lecho/v3 v3.1.0 |
| 15 | +) |
| 16 | + |
| 17 | +require ( |
| 18 | + github.com/PuerkitoBio/goquery v1.8.0 // indirect |
| 19 | + github.com/andybalholm/cascadia v1.3.1 // indirect |
| 20 | + github.com/antchfx/htmlquery v1.2.4 // indirect |
| 21 | + github.com/antchfx/xpath v1.2.0 // indirect |
| 22 | + github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20211211185417-43fb4c2dbe28 // indirect |
| 23 | + github.com/cenkalti/backoff v2.2.1+incompatible // indirect |
| 24 | + github.com/corpix/uarand v0.1.1 // indirect |
| 25 | + github.com/gobwas/glob v0.2.3 // indirect |
| 26 | + github.com/golang-jwt/jwt v3.2.2+incompatible // indirect |
| 27 | + github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect |
| 28 | + github.com/gorilla/css v1.0.0 // indirect |
| 29 | + github.com/gorilla/websocket v1.4.2 // indirect |
| 30 | + github.com/labstack/gommon v0.3.1 // indirect |
| 31 | + github.com/mafredri/cdp v0.32.0 // indirect |
| 32 | + github.com/mattn/go-colorable v0.1.11 // indirect |
| 33 | + github.com/mattn/go-isatty v0.0.14 // indirect |
| 34 | + github.com/sethgrid/pester v1.1.0 // indirect |
| 35 | + github.com/valyala/bytebufferpool v1.0.0 // indirect |
| 36 | + github.com/valyala/fasttemplate v1.2.1 // indirect |
| 37 | + github.com/wI2L/jettison v0.7.3 // indirect |
| 38 | + golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect |
| 39 | + golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect |
| 40 | + golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect |
| 41 | + golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect |
| 42 | + golang.org/x/text v0.3.7 // indirect |
| 43 | + golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect |
14 | 44 | )
|
0 commit comments