forked from deweizhu/bookget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (21 loc) · 783 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
24
module bookget
go 1.19
require (
github.com/andreburgaud/crypt2go v1.3.1
github.com/jchv/go-webview2 v0.0.0-20221223143126-dc24628cff85
github.com/jzelinskie/whirlpool v0.0.0-20201016144138-0675e54bb004
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.2
github.com/valyala/fasthttp v1.44.0
gopkg.in/ini.v1 v1.67.0
)
require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jchv/go-winloader v0.0.0-20200815041850-dec1ee9a7fd5 // indirect
github.com/klauspost/compress v1.16.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)