go.mod 1.0 KB

1234567891011121314151617181920212223242526
  1. module gogs.veloe.link/toomanysugar/GoEthemineTelegramBot
  2. go 1.17
  3. //gogs.veloe.link/toomanysugar/GoEthemineTelegramBot/api/ethermineapi v0.0.0-unpublished
  4. //gogs.veloe.link/toomanysugar/GoEthemineTelegramBot/cmd/handler v0.0.0-unpublished
  5. //gogs.veloe.link/toomanysugar/GoEthemineTelegramBot/cmd/settings v0.0.0-unpublished
  6. require github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
  7. require (
  8. gorm.io/driver/mysql v1.3.2
  9. gorm.io/gorm v1.23.4
  10. )
  11. require (
  12. github.com/go-sql-driver/mysql v1.6.0 // indirect
  13. github.com/jinzhu/inflection v1.0.0 // indirect
  14. github.com/jinzhu/now v1.1.4 // indirect
  15. github.com/technoweenie/multipartstreamer v1.0.1 // indirect
  16. )
  17. // replace gogs.veloe.link/toomanysugar/GoEthemineTelegramBot/api/ethermineapi v0.0.0-unpublished => ./api/ethermineapi
  18. // replace gogs.veloe.link/toomanysugar/GoEthemineTelegramBot/cmd/handler v0.0.0-unpublished => ./cmd/handler
  19. // replace gogs.veloe.link/toomanysugar/GoEthemineTelegramBot/cmd/settings v0.0.0-unpublished => ./cmd/settings