Files
qqbot/go.mod
starry 221951261b add
2026-03-17 13:22:56 +00:00

9 lines
129 B
Modula-2

module github.com/sky22333/qqbot
go 1.26.1
require (
github.com/BurntSushi/toml v1.6.0
github.com/gorilla/websocket v1.5.3
)