-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (22 loc) · 927 Bytes
/
go.mod
File metadata and controls
27 lines (22 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/hyperifyio/goagent
go 1.24.6
require (
github.com/dop251/goja v0.0.0-20250630131328-58d95d85e994
github.com/go-shiori/go-readability v0.0.0-20250217085726-9f5bf5ca7612
)
require (
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
)
// pdf_extract will add ledongthuc/pdf when parser step is implemented
require (
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de // indirect
github.com/go-shiori/dom v0.0.0-20230515143342-73569d674e1c // indirect
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
github.com/jung-kurt/gofpdf v1.16.2
github.com/ledongthuc/pdf v0.0.0-20250511090121-5959a4027728
golang.org/x/net v0.35.0 // indirect
golang.org/x/text v0.22.0 // indirect
)