-
Notifications
You must be signed in to change notification settings - Fork 136
/
go.mod
28 lines (25 loc) · 934 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
25
26
27
28
module github.com/siyuan-note/bazaar
go 1.22
require (
github.com/88250/gulu v1.2.3-0.20230501031728-4d62370997cd
github.com/google/go-github/v52 v52.0.0
github.com/panjf2000/ants/v2 v2.9.1
github.com/parnurzeal/gorequest v0.3.0
github.com/qiniu/go-sdk/v7 v7.20.0
golang.org/x/text v0.14.0 // indirect
)
require (
github.com/ProtonMail/go-crypto v1.0.0 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/elazarl/goproxy v0.0.0-20231117061959-7cc037d33fb5 // indirect
github.com/gofrs/flock v0.8.1 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/moul/http2curl v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/smartystreets/goconvey v1.8.1 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/oauth2 v0.19.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.19.0 // indirect
)