Go update

This commit is contained in:
HugeFrog24
2026-05-07 15:40:12 +02:00
parent 265f6676d8
commit bfe72635b7
8 changed files with 38 additions and 38 deletions
+5 -5
View File
@@ -3,10 +3,10 @@ module github.com/HugeFrog24/go-telegram-bot
go 1.26.0
require (
github.com/go-telegram/bot v1.19.0
github.com/liushuangls/go-anthropic/v2 v2.17.1
github.com/go-telegram/bot v1.20.0
github.com/liushuangls/go-anthropic/v2 v2.19.0
github.com/stretchr/testify v1.11.1
golang.org/x/time v0.14.0
golang.org/x/time v0.15.0
gorm.io/driver/sqlite v1.6.0
gorm.io/gorm v1.31.1
)
@@ -16,11 +16,11 @@ require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mattn/go-sqlite3 v1.14.34 // indirect
github.com/mattn/go-sqlite3 v1.14.44 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/stretchr/objx v0.5.3 // indirect
golang.org/x/text v0.34.0 // indirect
golang.org/x/text v0.36.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)