1
1
module github.com/MontFerret/worker
2
2
3
- go 1.17
3
+ go 1.19
4
4
5
5
require (
6
- github.com/MontFerret/ferret v0.16.6
6
+ github.com/MontFerret/ferret v0.16.7
7
7
github.com/go-waitfor/waitfor v1.0.0
8
8
github.com/go-waitfor/waitfor-http v1.0.0
9
- github.com/hashicorp/golang-lru v0.5.4
10
- github.com/labstack/echo/v4 v4.6.3
9
+ github.com/hashicorp/golang-lru/v2 v2.0.1
10
+ github.com/labstack/echo/v4 v4.9.1
11
11
github.com/namsral/flag v1.7.4-pre
12
12
github.com/pkg/errors v0.9.1
13
- github.com/rs/zerolog v1.26.1
14
- github.com/ziflex/lecho/v3 v3.1 .0
13
+ github.com/rs/zerolog v1.28.0
14
+ github.com/ziflex/lecho/v3 v3.3 .0
15
15
)
16
16
17
17
require (
18
18
github.com/PuerkitoBio/goquery v1.8.0 // indirect
19
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
20
+ github.com/antchfx/htmlquery v1.2.5 // indirect
21
+ github.com/antchfx/xpath v1.2.1 // indirect
22
22
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20211211185417-43fb4c2dbe28 // indirect
23
23
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
24
24
github.com/corpix/uarand v0.1.1 // indirect
@@ -27,18 +27,18 @@ require (
27
27
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
28
28
github.com/gorilla/css v1.0.0 // indirect
29
29
github.com/gorilla/websocket v1.4.2 // indirect
30
- github.com/labstack/gommon v0.3.1 // indirect
30
+ github.com/labstack/gommon v0.4.0 // indirect
31
31
github.com/mafredri/cdp v0.32.0 // indirect
32
- github.com/mattn/go-colorable v0.1.11 // indirect
32
+ github.com/mattn/go-colorable v0.1.12 // indirect
33
33
github.com/mattn/go-isatty v0.0.14 // indirect
34
34
github.com/sethgrid/pester v1.1.0 // indirect
35
35
github.com/valyala/bytebufferpool v1.0.0 // indirect
36
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-20211215165025-cf75a172585e // indirect
37
+ github.com/wI2L/jettison v0.7.4 // indirect
38
+ golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
39
39
golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
40
40
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
41
- golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect
41
+ golang.org/x/sys v0.0.0-20220318055525-2edf467146b5 // indirect
42
42
golang.org/x/text v0.3.7 // indirect
43
43
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
44
44
)
0 commit comments