module gogs.veloe.link/toomanysugar/GoEthemineTelegramBot go 1.17 //gogs.veloe.link/toomanysugar/GoEthemineTelegramBot/api/ethermineapi v0.0.0-unpublished //gogs.veloe.link/toomanysugar/GoEthemineTelegramBot/cmd/handler v0.0.0-unpublished //gogs.veloe.link/toomanysugar/GoEthemineTelegramBot/cmd/settings v0.0.0-unpublished require github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible require ( gorm.io/driver/mysql v1.3.2 gorm.io/gorm v1.23.4 ) require ( github.com/go-sql-driver/mysql v1.6.0 // indirect github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/now v1.1.4 // indirect github.com/technoweenie/multipartstreamer v1.0.1 // indirect ) // replace gogs.veloe.link/toomanysugar/GoEthemineTelegramBot/api/ethermineapi v0.0.0-unpublished => ./api/ethermineapi // replace gogs.veloe.link/toomanysugar/GoEthemineTelegramBot/cmd/handler v0.0.0-unpublished => ./cmd/handler // replace gogs.veloe.link/toomanysugar/GoEthemineTelegramBot/cmd/settings v0.0.0-unpublished => ./cmd/settings