@@ -5,27 +5,28 @@ go 1.21
5
5
toolchain go1.21.1
6
6
7
7
require (
8
- github.com/PuerkitoBio/goquery v1.8.1
9
- github.com/dlclark/regexp2 v1.10.0
10
- github.com/go-chi/chi/v5 v5.0.11
8
+ github.com/PuerkitoBio/goquery v1.9.1
9
+ github.com/dlclark/regexp2 v1.11.0
10
+ github.com/flytam/filenamify v1.2.0
11
+ github.com/go-chi/chi/v5 v5.0.12
11
12
github.com/go-chi/cors v1.2.1
12
- github.com/go-rod/rod v0.114.7
13
+ github.com/go-rod/rod v0.114.8
13
14
github.com/go-rod/stealth v0.4.9
14
15
github.com/google/uuid v1.6.0
15
16
github.com/hashicorp/go-version v1.6.0
16
17
github.com/huandu/go-clone/generic v1.7.2
17
- github.com/imroc/req/v3 v3.42.3
18
+ github.com/imroc/req/v3 v3.43.1
18
19
github.com/klippa-app/go-pdfium v1.11.0
19
20
github.com/life4/genesis v1.10.2
20
21
github.com/microcosm-cc/bluemonday v1.0.26
21
- github.com/ncruces/zenity v0.10.11
22
+ github.com/ncruces/zenity v0.10.12
22
23
github.com/pkg/errors v0.9.1
23
24
github.com/pkoukk/tiktoken-go v0.1.6
24
- github.com/rapid7/go-get-proxied v0.0.0-20231004143307-7280e84105fa
25
+ github.com/rapid7/go-get-proxied v0.0.0-20240311092404-798791728c56
25
26
github.com/samber/lo v1.39.0
26
- github.com/sashabaranov/go-openai v1.19.3
27
+ github.com/sashabaranov/go-openai v1.20.4
27
28
github.com/stretchr/testify v1.8.4
28
- github.com/tidwall/gjson v1.17.0
29
+ github.com/tidwall/gjson v1.17.1
29
30
github.com/wailsapp/wails/v2 v2.8.0
30
31
nhooyr.io/websocket v1.8.10
31
32
)
@@ -42,15 +43,15 @@ require (
42
43
github.com/go-ole/go-ole v1.3.0 // indirect
43
44
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
44
45
github.com/godbus/dbus/v5 v5.1.0 // indirect
45
- github.com/google/pprof v0.0.0-20240207164012-fb44976bdcd5 // indirect
46
+ github.com/google/pprof v0.0.0-20240320155624-b11c3daa6f07 // indirect
46
47
github.com/gorilla/css v1.0.1 // indirect
47
48
github.com/hashicorp/errwrap v1.1.0 // indirect
48
49
github.com/hashicorp/go-multierror v1.1.1 // indirect
49
50
github.com/huandu/go-clone v1.7.2 // indirect
50
51
github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
51
52
github.com/jolestar/go-commons-pool/v2 v2.1.2 // indirect
52
53
github.com/josephspurrier/goversioninfo v1.4.0 // indirect
53
- github.com/klauspost/compress v1.17.6 // indirect
54
+ github.com/klauspost/compress v1.17.7 // indirect
54
55
github.com/kr/pretty v0.3.1 // indirect
55
56
github.com/labstack/echo/v4 v4.11.4 // indirect
56
57
github.com/labstack/gommon v0.4.2 // indirect
@@ -60,16 +61,16 @@ require (
60
61
github.com/leaanthony/u v1.1.1 // indirect
61
62
github.com/mattn/go-colorable v0.1.13 // indirect
62
63
github.com/mattn/go-isatty v0.0.20 // indirect
63
- github.com/onsi/ginkgo/v2 v2.15.0 // indirect
64
+ github.com/onsi/ginkgo/v2 v2.17.1 // indirect
64
65
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
65
66
github.com/pmezard/go-difflib v1.0.0 // indirect
66
67
github.com/quic-go/qpack v0.4.0 // indirect
67
- github.com/quic-go/quic-go v0.41 .0 // indirect
68
+ github.com/quic-go/quic-go v0.42 .0 // indirect
68
69
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
69
- github.com/refraction-networking/utls v1.6.2 // indirect
70
+ github.com/refraction-networking/utls v1.6.3 // indirect
70
71
github.com/rivo/uniseg v0.4.7 // indirect
71
72
github.com/rogpeppe/go-internal v1.11.0 // indirect
72
- github.com/tetratelabs/wazero v1.6 .0 // indirect
73
+ github.com/tetratelabs/wazero v1.7 .0 // indirect
73
74
github.com/tidwall/match v1.1.1 // indirect
74
75
github.com/tidwall/pretty v1.2.1 // indirect
75
76
github.com/tkrajina/go-reflector v0.5.6 // indirect
@@ -83,13 +84,13 @@ require (
83
84
github.com/ysmood/gson v0.7.3 // indirect
84
85
github.com/ysmood/leakless v0.8.0 // indirect
85
86
go.uber.org/mock v0.4.0 // indirect
86
- golang.org/x/crypto v0.19 .0 // indirect
87
- golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect
87
+ golang.org/x/crypto v0.21 .0 // indirect
88
+ golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
88
89
golang.org/x/image v0.15.0 // indirect
89
- golang.org/x/mod v0.15 .0 // indirect
90
- golang.org/x/net v0.21 .0 // indirect
91
- golang.org/x/sys v0.17 .0 // indirect
90
+ golang.org/x/mod v0.16 .0 // indirect
91
+ golang.org/x/net v0.22 .0 // indirect
92
+ golang.org/x/sys v0.18 .0 // indirect
92
93
golang.org/x/text v0.14.0 // indirect
93
- golang.org/x/tools v0.18 .0 // indirect
94
+ golang.org/x/tools v0.19 .0 // indirect
94
95
gopkg.in/yaml.v3 v3.0.1 // indirect
95
96
)
0 commit comments