2022-03-05 18:02:55 +00:00
|
|
|
module student_bot
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/3crabs/go-yandex-weather-api v0.6.0
|
2023-01-10 19:00:07 +00:00
|
|
|
github.com/erizocosmico/go-ics v0.0.0-20180527181030-697b9000b86f
|
2022-03-05 18:02:55 +00:00
|
|
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
|
|
|
github.com/umputun/go-flags v1.5.1
|
|
|
|
)
|
|
|
|
|
2023-03-07 17:20:44 +00:00
|
|
|
require github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|