mirror of
https://github.com/HugeFrog24/go-telegram-bot.git
synced 2026-03-02 00:14:34 +00:00
Upd deps
This commit is contained in:
21
go.mod
Executable file → Normal file
21
go.mod
Executable file → Normal file
@@ -1,18 +1,23 @@
|
||||
module github.com/HugeFrog24/go-telegram-bot
|
||||
|
||||
go 1.23
|
||||
go 1.24.2
|
||||
|
||||
require (
|
||||
github.com/go-telegram/bot v1.9.1
|
||||
github.com/liushuangls/go-anthropic/v2 v2.8.2
|
||||
golang.org/x/time v0.7.0
|
||||
gorm.io/driver/sqlite v1.5.6
|
||||
gorm.io/gorm v1.25.12
|
||||
github.com/go-telegram/bot v1.18.0
|
||||
github.com/liushuangls/go-anthropic/v2 v2.17.0
|
||||
github.com/stretchr/testify v1.11.1
|
||||
golang.org/x/time v0.14.0
|
||||
gorm.io/driver/sqlite v1.6.0
|
||||
gorm.io/gorm v1.31.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
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
|
||||
github.com/mattn/go-sqlite3 v1.14.34 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/stretchr/objx v0.5.3 // indirect
|
||||
golang.org/x/text v0.34.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user