This commit is contained in:
2026-02-03 23:45:27 +08:00
commit 640318cd24
13 changed files with 765 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module ChatRoom
go 1.24.2
require (
github.com/gorilla/websocket v1.5.3
github.com/rabbitmq/amqp091-go v1.10.0
)