mirror of
https://github.com/dancojocaru2000/CfrTrainInfoTelegramBot.git
synced 2025-02-22 17:19:39 +02:00
16 lines
304 B
Modula-2
16 lines
304 B
Modula-2
|
module dcdev.ro/CfrTrainInfoTelegramBot
|
||
|
|
||
|
go 1.20
|
||
|
|
||
|
require (
|
||
|
github.com/go-telegram/bot v0.7.15
|
||
|
gorm.io/driver/sqlite v1.5.3
|
||
|
gorm.io/gorm v1.25.4
|
||
|
)
|
||
|
|
||
|
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
|
||
|
)
|