16 lines
319 B
Modula-2
16 lines
319 B
Modula-2
module tg-mc
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/Tnze/go-mc v1.19.4-pre1
|
|
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/sirupsen/logrus v1.9.1
|
|
)
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
)
|