-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
23 lines (20 loc) · 856 Bytes
/
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
module github.com/tylpk1216/kobofileserver
go 1.17
require (
github.com/pgaskin/kepubify/v4 v4.0.3
github.com/yeqown/go-qrcode/v2 v2.0.2
github.com/yeqown/go-qrcode/writer/standard v1.1.1
)
require (
github.com/beevik/etree v1.1.0 // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/kr/smartypants v0.1.0 // indirect
github.com/pgaskin/kepubify/_/go116-zip.go117 v0.0.0-20210611152744-2d89b3182523 // indirect
github.com/pgaskin/kepubify/_/html v0.0.0-20211223234002-6ee2cc632cdc // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/yeqown/reedsolomon v1.0.0 // indirect
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/text v0.3.6 // indirect
)