forked from siyuan-note/bazaar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 684 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/siyuan-note/bazaar
go 1.17
require (
github.com/88250/gulu v1.1.73
github.com/parnurzeal/gorequest v0.2.16
golang.org/x/text v0.3.7 // indirect
)
require (
github.com/elazarl/goproxy v0.0.0-20210801061803-8e322dfb79c4 // indirect
github.com/json-iterator/go v1.1.11 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/panjf2000/ants/v2 v2.4.6 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
moul.io/http2curl v1.0.0 // indirect
)