init project release

This commit is contained in:
2025-09-13 21:12:46 +02:00
commit b0b3bd9352
47 changed files with 4983 additions and 0 deletions

10
Backend/go.mod Normal file
View File

@@ -0,0 +1,10 @@
module main
go 1.25.1
require (
github.com/gorilla/websocket v1.5.3
github.com/vmihailenco/msgpack/v5 v5.4.1
)
require github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect