[+] add go.mod file
Some checks failed
Build and Push Docker Images / docker (push) Failing after 28s

This commit is contained in:
sunyz 2025-01-22 17:56:42 +08:00
parent 9dd7ba05e9
commit cbb6a05061

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module github.com/realSunyz/lucky-tgbot
go 1.23.5
require gopkg.in/telebot.v3 v3.3.8