tg/go.mod

9 lines
189 B
Modula-2
Raw Normal View History

2023-07-03 17:22:45 +03:00
module boteval
go 1.20
2023-07-08 22:26:21 +03:00
require (
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 // indirect
github.com/mojosa-software/godat v0.0.0-20230711170316-a335bad31575 // indirect
)