-
Notifications
You must be signed in to change notification settings - Fork 156
/
Copy pathgo.mod
38 lines (34 loc) · 1.32 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
37
38
module github.com/siyuan-note/bazaar
go 1.23.0
toolchain go1.24.0
require (
github.com/88250/gulu v1.2.3-0.20241212012748-c4dc08fe45ec
github.com/google/go-github/v52 v52.0.0
github.com/microcosm-cc/bluemonday v1.0.27
github.com/panjf2000/ants/v2 v2.11.1
github.com/parnurzeal/gorequest v0.3.0
github.com/qiniu/go-sdk/v7 v7.25.2
)
require (
github.com/BurntSushi/toml v1.4.0 // indirect
github.com/ProtonMail/go-crypto v1.1.3 // indirect
github.com/alex-ant/gomath v0.0.0-20160516115720-89013a210a82 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/cloudflare/circl v1.6.0 // indirect
github.com/elazarl/goproxy v0.0.0-20231117061959-7cc037d33fb5 // indirect
github.com/gammazero/toposort v0.1.1 // indirect
github.com/gofrs/flock v0.12.1 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gorilla/css v1.0.1 // 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.35.0 // indirect
golang.org/x/net v0.36.0 // indirect
golang.org/x/oauth2 v0.24.0 // indirect
golang.org/x/sync v0.11.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
modernc.org/fileutil v1.3.0 // indirect
)