* First commit

This commit is contained in:
lxowalle
2026-02-04 19:06:13 +08:00
commit e17693b17c
57 changed files with 7994 additions and 0 deletions

16
go.mod Normal file
View File

@@ -0,0 +1,16 @@
module github.com/sipeed/picoclaw
go 1.18
require (
github.com/bwmarrin/discordgo v0.28.1
github.com/caarlos0/env/v11 v11.3.1
github.com/chzyer/readline v1.5.1
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/gorilla/websocket v1.5.3
)
require (
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/sys v0.40.0 // indirect
)