mirror of
https://github.com/HugeFrog24/go-telegram-bot.git
synced 2026-03-02 00:14:34 +00:00
Handle business messages
This commit is contained in:
6
go.mod
Normal file → Executable file
6
go.mod
Normal file → Executable file
@@ -3,7 +3,7 @@ module github.com/HugeFrog24/thatsky-telegram-bot
|
||||
go 1.23.2
|
||||
|
||||
require (
|
||||
github.com/go-telegram/bot v1.8.4
|
||||
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
|
||||
@@ -14,6 +14,6 @@ require (
|
||||
require (
|
||||
github.com/jinzhu/inflection v1.0.0 // indirect
|
||||
github.com/jinzhu/now v1.1.5 // indirect
|
||||
github.com/mattn/go-sqlite3 v1.14.22 // indirect
|
||||
golang.org/x/text v0.14.0 // indirect
|
||||
github.com/mattn/go-sqlite3 v1.14.24 // indirect
|
||||
golang.org/x/text v0.19.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user