mirror of
https://github.com/HugeFrog24/go-telegram-bot.git
synced 2026-03-02 08:24:34 +00:00
Added tests, revised logging Removed dependency on env file Try reformatting unit file Comments clarification Added readme Added readme
20 lines
454 B
Modula-2
Executable File
20 lines
454 B
Modula-2
Executable File
module github.com/HugeFrog24/go-telegram-bot
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/go-telegram/bot v1.9.1
|
|
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
|
|
)
|