Add opt out on user group leave

This commit is contained in:
2023-06-13 01:05:18 +03:00
parent dfc3314caa
commit 5e09175553
3 changed files with 838 additions and 26 deletions

15
go.mod
View File

@@ -1,15 +1,12 @@
module pischule/mention-all-bot
go 1.18
require (
gopkg.in/telebot.v3 v3.0.0
gorm.io/driver/sqlite v1.3.1
gorm.io/gorm v1.23.2
)
go 1.20
require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.4 // indirect
github.com/mattn/go-sqlite3 v1.14.9 // 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
)