@@ -9,66 +9,68 @@ require (
9
9
github.com/flytam/filenamify v1.2.0
10
10
github.com/go-chi/chi/v5 v5.0.12
11
11
github.com/go-chi/cors v1.2.1
12
- github.com/go-rod/rod v0.114.8
12
+ github.com/go-rod/rod v0.116.0
13
13
github.com/go-rod/stealth v0.4.9
14
14
github.com/google/uuid v1.6.0
15
15
github.com/hashicorp/go-version v1.6.0
16
16
github.com/huandu/go-clone/generic v1.7.2
17
- github.com/imroc/req/v3 v3.43.1
18
- github.com/klippa-app/go-pdfium v1.11 .0
19
- github.com/life4/genesis v1.10.2
17
+ github.com/imroc/req/v3 v3.43.4
18
+ github.com/klippa-app/go-pdfium v1.12 .0
19
+ github.com/life4/genesis v1.10.3
20
20
github.com/microcosm-cc/bluemonday v1.0.26
21
21
github.com/ncruces/zenity v0.10.12
22
22
github.com/pkg/errors v0.9.1
23
23
github.com/pkoukk/tiktoken-go v0.1.6
24
24
github.com/rapid7/go-get-proxied v0.0.0-20240311092404-798791728c56
25
25
github.com/samber/lo v1.39.0
26
- github.com/sashabaranov/go-openai v1.20.4
27
- github.com/stretchr/testify v1.8.4
26
+ github.com/sashabaranov/go-openai v1.24.0
27
+ github.com/stretchr/testify v1.9.0
28
28
github.com/tidwall/gjson v1.17.1
29
- github.com/wailsapp/wails/v2 v2.8.0
30
- nhooyr.io/websocket v1.8.10
29
+ github.com/wailsapp/wails/v2 v2.8.2
30
+ nhooyr.io/websocket v1.8.11
31
31
)
32
32
33
+ replace github.com/klippa-app/go-pdfium => github.com/klippa-app/go-pdfium v1.11.0
34
+
33
35
require (
34
36
github.com/akavel/rsrc v0.10.2 // indirect
35
37
github.com/andybalholm/brotli v1.1.0 // indirect
36
38
github.com/aymerick/douceur v0.2.0 // indirect
37
39
github.com/bep/debounce v1.2.1 // indirect
38
- github.com/cloudflare/circl v1.3.7 // indirect
40
+ github.com/cloudflare/circl v1.3.8 // indirect
39
41
github.com/davecgh/go-spew v1.1.1 // indirect
40
42
github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f // indirect
41
43
github.com/go-ole/go-ole v1.3.0 // indirect
42
- github.com/go-task/slim-sprig v0 .0.0-20230315185526-52ccab3ef572 // indirect
44
+ github.com/go-task/slim-sprig/v3 v3 .0.0 // indirect
43
45
github.com/godbus/dbus/v5 v5.1.0 // indirect
44
- github.com/google/pprof v0.0.0-20240320155624-b11c3daa6f07 // indirect
46
+ github.com/google/pprof v0.0.0-20240509144519-723abb6459b7 // indirect
45
47
github.com/gorilla/css v1.0.1 // indirect
46
48
github.com/hashicorp/errwrap v1.1.0 // indirect
47
49
github.com/hashicorp/go-multierror v1.1.1 // indirect
48
50
github.com/huandu/go-clone v1.7.2 // indirect
49
51
github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
50
52
github.com/jolestar/go-commons-pool/v2 v2.1.2 // indirect
51
53
github.com/josephspurrier/goversioninfo v1.4.0 // indirect
52
- github.com/klauspost/compress v1.17.7 // indirect
54
+ github.com/klauspost/compress v1.17.8 // indirect
53
55
github.com/kr/pretty v0.3.1 // indirect
54
- github.com/labstack/echo/v4 v4.11.4 // indirect
56
+ github.com/labstack/echo/v4 v4.12.0 // indirect
55
57
github.com/labstack/gommon v0.4.2 // indirect
56
58
github.com/leaanthony/go-ansi-parser v1.6.1 // indirect
57
59
github.com/leaanthony/gosod v1.0.3 // indirect
58
60
github.com/leaanthony/slicer v1.6.0 // indirect
59
61
github.com/leaanthony/u v1.1.1 // indirect
60
62
github.com/mattn/go-colorable v0.1.13 // indirect
61
63
github.com/mattn/go-isatty v0.0.20 // indirect
62
- github.com/onsi/ginkgo/v2 v2.17.1 // indirect
64
+ github.com/onsi/ginkgo/v2 v2.17.3 // indirect
63
65
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
64
66
github.com/pmezard/go-difflib v1.0.0 // indirect
65
67
github.com/quic-go/qpack v0.4.0 // indirect
66
- github.com/quic-go/quic-go v0.42.0 // indirect
68
+ github.com/quic-go/quic-go v0.43.1 // indirect
67
69
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
68
- github.com/refraction-networking/utls v1.6.3 // indirect
70
+ github.com/refraction-networking/utls v1.6.6 // indirect
69
71
github.com/rivo/uniseg v0.4.7 // indirect
70
72
github.com/rogpeppe/go-internal v1.11.0 // indirect
71
- github.com/tetratelabs/wazero v1.7.0 // indirect
73
+ github.com/tetratelabs/wazero v1.7.2 // indirect
72
74
github.com/tidwall/match v1.1.1 // indirect
73
75
github.com/tidwall/pretty v1.2.1 // indirect
74
76
github.com/tkrajina/go-reflector v0.5.6 // indirect
@@ -78,17 +80,17 @@ require (
78
80
github.com/wailsapp/mimetype v1.4.1 // indirect
79
81
github.com/ysmood/fetchup v0.2.4 // indirect
80
82
github.com/ysmood/goob v0.4.0 // indirect
81
- github.com/ysmood/got v0.39.4 // indirect
83
+ github.com/ysmood/got v0.39.5 // indirect
82
84
github.com/ysmood/gson v0.7.3 // indirect
83
85
github.com/ysmood/leakless v0.8.0 // indirect
84
86
go.uber.org/mock v0.4.0 // indirect
85
- golang.org/x/crypto v0.21 .0 // indirect
86
- golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
87
- golang.org/x/image v0.15 .0 // indirect
88
- golang.org/x/mod v0.16 .0 // indirect
89
- golang.org/x/net v0.22 .0 // indirect
90
- golang.org/x/sys v0.18 .0 // indirect
91
- golang.org/x/text v0.14 .0 // indirect
92
- golang.org/x/tools v0.19 .0 // indirect
87
+ golang.org/x/crypto v0.23 .0 // indirect
88
+ golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
89
+ golang.org/x/image v0.16 .0 // indirect
90
+ golang.org/x/mod v0.17 .0 // indirect
91
+ golang.org/x/net v0.25 .0 // indirect
92
+ golang.org/x/sys v0.20 .0 // indirect
93
+ golang.org/x/text v0.15 .0 // indirect
94
+ golang.org/x/tools v0.21 .0 // indirect
93
95
gopkg.in/yaml.v3 v3.0.1 // indirect
94
96
)
0 commit comments