2025-01-22 17:56:42 +08:00
|
|
|
module github.com/realSunyz/lucky-tgbot
|
|
|
|
|
|
|
|
go 1.23.5
|
|
|
|
|
2025-01-24 23:10:31 +08:00
|
|
|
require (
|
|
|
|
github.com/shirou/gopsutil/v4 v4.24.12
|
|
|
|
gopkg.in/telebot.v3 v3.3.8
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/ebitengine/purego v0.8.1 // indirect
|
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
|
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
|
|
|
github.com/tklauser/go-sysconf v0.3.12 // indirect
|
|
|
|
github.com/tklauser/numcpus v0.6.1 // indirect
|
|
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
|
|
)
|