-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
36 lines (31 loc) · 1.12 KB
/
go.mod
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
28
29
30
31
32
33
34
35
36
module freb
go 1.23.1
toolchain go1.23.3
require (
github.com/adrg/strutil v0.3.1
github.com/antchfx/htmlquery v1.3.4
github.com/davecgh/go-spew v1.1.1
github.com/dlclark/regexp2 v1.11.4
github.com/fatih/color v1.18.0
github.com/go-shiori/go-epub v1.2.1
github.com/pelletier/go-toml v1.9.5
github.com/spf13/cobra v1.8.1
github.com/tidwall/gjson v1.18.0
golang.org/x/net v0.33.0
golang.org/x/text v0.21.0
)
require (
github.com/antchfx/xpath v1.3.3 // indirect
github.com/gabriel-vasile/mimetype v1.4.5 // indirect
github.com/gofrs/uuid/v5 v5.3.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/vincent-petithory/dataurl v1.0.0 // indirect
golang.org/x/sys v0.28.0 // indirect
)
replace github.com/go-shiori/go-epub => github.com/chcthink/go-epub v0.0.0-20241123173524-2d667e18dd61