mirror of
https://github.com/pischule/go-mention-all-bot.git
synced 2025-12-19 06:56:43 +00:00
Add automatic opt-in
This commit is contained in:
9
go.mod
9
go.mod
@@ -2,11 +2,14 @@ module pischule/mention-all-bot
|
||||
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
gopkg.in/telebot.v3 v3.1.3
|
||||
gorm.io/driver/sqlite v1.5.2
|
||||
gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/jinzhu/inflection v1.0.0 // indirect
|
||||
github.com/jinzhu/now v1.1.5 // indirect
|
||||
github.com/mattn/go-sqlite3 v1.14.17 // indirect
|
||||
gopkg.in/telebot.v3 v3.1.3 // indirect
|
||||
gorm.io/driver/sqlite v1.5.2 // indirect
|
||||
gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user