Skip to content

Commit decf62c

Browse files
authored
Update go.mod
1 parent 4d574f7 commit decf62c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

go.mod

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,26 @@
11
module PrometheusAlert
22

3-
43
go 1.20
54

6-
75
require (
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

2923
require (
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

0 commit comments

Comments
 (0)