module github.com/akulij/ticketbot go 1.22.2 require ( github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 // indirect github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/now v1.1.5 // indirect github.com/mattn/go-sqlite3 v1.14.22 // indirect github.com/sethvargo/go-envconfig v1.0.1 // indirect golang.org/x/text v0.14.0 // indirect gorm.io/driver/sqlite v1.5.6 // indirect gorm.io/gorm v1.25.11 // indirect )