mirror of
https://github.com/sky22333/qqbot.git
synced 2026-07-18 22:31:28 +08:00
9 lines
129 B
Modula-2
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
|
|
)
|