12345678910111213141516171819202122 |
- module nodeMonitor
- go 1.15
- require (
- github.com/BurntSushi/toml v1.2.1 // indirect
- github.com/clbanning/mxj/v2 v2.5.7 // indirect
- github.com/fsnotify/fsnotify v1.6.0 // indirect
- github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
- github.com/gogf/gf/contrib/drivers/mysql/v2 v2.2.1
- github.com/gogf/gf/v2 v2.2.1
- github.com/gorilla/websocket v1.5.0 // indirect
- github.com/mattn/go-colorable v0.1.13 // indirect
- github.com/mattn/go-runewidth v0.0.14 // indirect
- github.com/miekg/dns v1.1.50
- github.com/rivo/uniseg v0.4.2 // indirect
- github.com/robfig/cron v1.2.0
- github.com/tiger1103/gfast-token v1.0.1
- go.opentelemetry.io/otel/sdk v1.11.1 // indirect
- golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
- golang.org/x/net v0.1.0
- )
|