Initial release

This commit is contained in:
Martino Ferrari
2026-05-29 13:29:59 +02:00
commit 617b5bd712
110 changed files with 29234 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
module udpstreamer-webui
go 1.21
require marte2/common v0.0.0
require (
github.com/gorilla/websocket v1.5.1 // indirect
golang.org/x/net v0.17.0 // indirect
)
replace marte2/common => ../../Common/Client/go