增加配置文件

This commit is contained in:
2026-06-03 13:41:54 +08:00
parent 107c674abc
commit 44dfb14cf4
5 changed files with 428 additions and 24 deletions
+1 -1
View File
@@ -5,10 +5,10 @@ go 1.23
require (
github.com/mochi-mqtt/server/v2 v2.7.9
google.golang.org/protobuf v1.36.11
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/gorilla/websocket v1.5.3 // indirect
github.com/rs/xid v1.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)