This commit is contained in:
Smile Rex
2026-01-22 10:01:15 +03:00
parent 12e789b22e
commit b7d33889fd
7 changed files with 34 additions and 53 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module server
go 1.25.0
require github.com/gorilla/websocket v1.5.3
require (
github.com/gorilla/websocket v1.5.3
github.com/telegram-mini-apps/init-data-golang v1.5.0
)