forked from pgaskin/kepubify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 657 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 657 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/pgaskin/kepubify/v4
go 1.16
// kepub
require (
github.com/beevik/etree v1.1.0
github.com/kr/smartypants v0.1.0
github.com/pgaskin/kepubify/_/go116-zip.go117 v0.0.0-20210611152744-2d89b3182523
github.com/pgaskin/kepubify/_/html v0.0.0-20211223234002-6ee2cc632cdc
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/text v0.3.6
)
// kepubify/covergen/seriesmeta/kobotest
require (
github.com/bamiaux/rez v0.0.0-20170731184118-29f4463c688b
github.com/hexops/gotextdiff v1.0.3
github.com/mattn/go-sqlite3 v1.14.12
github.com/pgaskin/koboutils/v2 v2.1.2-0.20220306004009-a07e72ebae42
github.com/spf13/pflag v1.0.5
)