This commit is contained in:
dela
2026-02-04 22:33:45 +08:00
commit d82badc6e3
16 changed files with 2261 additions and 0 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
module tgchanbot
go 1.23
require (
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569
go.etcd.io/bbolt v1.3.11
gopkg.in/telebot.v3 v3.3.8
gopkg.in/yaml.v3 v3.0.1
)
require golang.org/x/sys v0.4.0 // indirect