-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgo.mod
51 lines (47 loc) · 2.06 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
39
40
41
42
43
44
45
46
47
48
49
50
51
module github.com/OhYee/blotter
go 1.13
require (
github.com/OhYee/auth_github v1.0.3
github.com/OhYee/auth_qq v1.0.1
github.com/OhYee/goldmark-dot v1.0.3
github.com/OhYee/goldmark-fenced_codeblock_extension v1.0.0
github.com/OhYee/goldmark-image v1.0.0
github.com/OhYee/goldmark-mermaid v0.0.1
github.com/OhYee/goldmark-plantuml v1.0.3
github.com/OhYee/goldmark-python v0.0.5
github.com/OhYee/goutils v1.1.5
github.com/OhYee/gowechat v0.0.1
github.com/OhYee/rainbow v1.0.6
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38
github.com/alecthomas/chroma v0.8.2 // indirect
github.com/aws/aws-sdk-go v1.36.1 // indirect
github.com/chromedp/chromedp v0.7.4
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/golang/snappy v0.0.2 // indirect
github.com/gorilla/schema v1.2.0
github.com/gorilla/websocket v1.4.2
github.com/graemephi/goldmark-qjs-katex v0.3.0
github.com/klauspost/compress v1.11.3 // indirect
github.com/mitchellh/mapstructure v1.4.0
github.com/mmcdole/gofeed v1.1.3
github.com/pkg/errors v0.9.1
github.com/qiniu/api.v7/v7 v7.7.0
github.com/refraction-networking/utls v0.0.0-20201112193908-f7e7360167ed // indirect
github.com/robfig/cron v1.2.0
github.com/v2fly/vmessping v0.3.4
github.com/yanyiwu/gojieba v1.1.2
github.com/yuin/goldmark v1.2.1
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
go.mongodb.org/mongo-driver v1.4.4
go.starlark.net v0.0.0-20201202183632-a7839910dcbe // indirect
golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c // indirect
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
golang.org/x/sys v0.0.0-20211109065445-02f5c0300f6e // indirect
golang.org/x/text v0.3.4 // indirect
google.golang.org/genproto v0.0.0-20201203001206-6486ece9c497 // indirect
google.golang.org/grpc v1.34.0 // indirect
)
replace github.com/yanyiwu/gojieba v1.1.2 => github.com/ttys3/gojieba v1.1.3
replace v2ray.com/core => github.com/v2fly/v2ray-core v1.24.5-0.20200531043819-9dc12961fac5