-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
88 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,41 @@ | ||
module github.com/siyuan-note/bazaar | ||
|
||
go 1.22 | ||
go 1.22.0 | ||
|
||
toolchain go1.23.4 | ||
|
||
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/microcosm-cc/bluemonday v1.0.27 | ||
github.com/panjf2000/ants/v2 v2.10.0 | ||
github.com/parnurzeal/gorequest v0.3.0 | ||
github.com/qiniu/go-sdk/v7 v7.20.0 | ||
golang.org/x/text v0.16.0 // indirect | ||
github.com/qiniu/go-sdk/v7 v7.25.0 | ||
) | ||
|
||
require ( | ||
github.com/ProtonMail/go-crypto v1.0.0 // indirect | ||
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.3.7 // indirect | ||
github.com/cloudflare/circl v1.5.0 // indirect | ||
github.com/elastic/go-sysinfo v1.15.0 // indirect | ||
github.com/elastic/go-windows v1.0.2 // indirect | ||
github.com/elazarl/goproxy v0.0.0-20231117061959-7cc037d33fb5 // indirect | ||
github.com/gofrs/flock v0.8.1 // indirect | ||
github.com/gammazero/toposort v0.1.1 // indirect | ||
github.com/gofrs/flock v0.12.1 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/gorilla/css v1.0.1 // indirect | ||
github.com/microcosm-cc/bluemonday v1.0.27 // indirect | ||
github.com/moul/http2curl v1.0.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/prometheus/procfs v0.15.1 // indirect | ||
github.com/smartystreets/goconvey v1.8.1 // indirect | ||
golang.org/x/crypto v0.24.0 // indirect | ||
golang.org/x/net v0.26.0 // indirect | ||
golang.org/x/oauth2 v0.19.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
golang.org/x/crypto v0.31.0 // indirect | ||
golang.org/x/net v0.32.0 // indirect | ||
golang.org/x/oauth2 v0.24.0 // indirect | ||
golang.org/x/sync v0.10.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
howett.net/plist v1.0.1 // indirect | ||
modernc.org/fileutil v1.3.0 // indirect | ||
) |
Oops, something went wrong.