first commit

This commit is contained in:
Vaala Cat
2023-05-17 14:36:40 +08:00
commit 854341b902
9 changed files with 280 additions and 0 deletions

15
go.mod Normal file
View File

@@ -0,0 +1,15 @@
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
)