13 lines
331 B
Modula-2
13 lines
331 B
Modula-2
module student_bot
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/3crabs/go-yandex-weather-api v0.6.0
|
|
github.com/erizocosmico/go-ics v0.0.0-20180527181030-697b9000b86f
|
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
|
github.com/umputun/go-flags v1.5.1
|
|
)
|
|
|
|
require github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|