forked from yuedun/metal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (31 loc) · 1.29 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
module metal
go 1.16
require (
github.com/PuerkitoBio/goquery v1.7.1
github.com/StackExchange/wmi v1.2.0 // indirect
github.com/beego/beego/v2 v2.0.1
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/go-redis/redis v6.14.2+incompatible
github.com/go-sql-driver/mysql v1.6.0
github.com/golang/protobuf v1.5.2 // indirect
github.com/gomarkdown/markdown v0.0.0-20210514010506-3b9f47219fe7
github.com/google/go-cmp v0.5.6 // indirect
github.com/lib/pq v1.10.4 // indirect
github.com/microcosm-cc/bluemonday v1.0.16
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/qiniu/go-sdk/v7 v7.9.6
github.com/robfig/cron v1.2.0
github.com/russross/blackfriday/v2 v2.1.0
github.com/shirou/gopsutil v3.21.6+incompatible
github.com/smartystreets/goconvey v1.6.4
github.com/stretchr/testify v1.7.0 // indirect
github.com/tklauser/go-sysconf v0.3.7 // indirect
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
golang.org/x/sys v0.0.0-20220111092808-5a964db01320 // indirect
golang.org/x/tools v0.1.8 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)