File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module PrometheusAlert
22
3-
43go 1.20
54
6-
75require (
86 github.com/IBM/sarama v1.43.2
97 github.com/aliyun/alibaba-cloud-sdk-go v1.62.771
108 github.com/astaxie/beego v1.12.3
11-
129 github.com/baidubce/bce-sdk-go v0.9.183
13-
1410 github.com/go-gomail/gomail v0.0.0-20160411212932-81ebce5c23df
1511 github.com/go-sql-driver/mysql v1.8.1
1612 github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
1713 github.com/lib/pq v1.10.9
1814 github.com/mattn/go-sqlite3 v2.0.3+incompatible
19-
2015 github.com/olivere/elastic/v7 v7.0.32
2116 github.com/prometheus/client_golang v1.19.1
22-
2317 github.com/robfig/cron/v3 v3.0.1
2418 github.com/smartystreets/goconvey v1.8.1
2519 github.com/stretchr/testify v1.9.0
2620 github.com/ysicing/workwxbot v1.1.0
2721)
2822
2923require (
30-
3124 filippo.io/edwards25519 v1.1.0 // indirect
3225 github.com/beorn7/perks v1.0.1 // indirect
3326 github.com/cespare/xxhash/v2 v2.2.0 // indirect
You can’t perform that action at this time.
0 commit comments