mirror of
https://github.com/HugeFrog24/go-telegram-bot.git
synced 2026-03-02 08:24:34 +00:00
md formatting doesnt work yet Started implementing owner feature Add .gitattributes to enforce LF line endings Temporary commit before merge Updated owner management Updated json and gitignore Proceed with role management Again, CI Fix some lint errors Implemented screening Per-bot API keys implemented Use getRoleByName func Fix unused imports Upgrade actions rm unused function Upgrade action Fix unaddressed errors
20 lines
454 B
Modula-2
20 lines
454 B
Modula-2
module github.com/HugeFrog24/go-telegram-bot
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/go-telegram/bot v1.9.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/liushuangls/go-anthropic/v2 v2.8.1
|
|
golang.org/x/time v0.7.0
|
|
gorm.io/driver/sqlite v1.5.6
|
|
gorm.io/gorm v1.25.12
|
|
)
|
|
|
|
require (
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.24 // indirect
|
|
golang.org/x/text v0.19.0 // indirect
|
|
)
|