-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (17 loc) · 655 Bytes
/
go.mod
File metadata and controls
20 lines (17 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/lucasew/readability-web
go 1.24.7
require (
codeberg.org/readeck/go-readability/v2 v2.1.1
github.com/mattn/godown v0.0.1
golang.org/x/net v0.48.0
)
require (
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de // indirect
github.com/clipperhouse/stringish v0.1.1 // indirect
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
github.com/go-shiori/dom v0.0.0-20230515143342-73569d674e1c // indirect
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
github.com/mattn/go-runewidth v0.0.19 // indirect
golang.org/x/text v0.32.0 // indirect
)