mirror of
https://github.com/pischule/go-mention-all-bot.git
synced 2025-12-19 06:56:43 +00:00
add go.mod, go.sum
This commit is contained in:
15
go.mod
Normal file
15
go.mod
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
)
|
||||
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user