go.mod 714 B

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