增加websocket,数据实时显示

This commit is contained in:
Alex Yang
2025-11-26 01:11:37 +08:00
parent 63154085f7
commit 54dbb024e1
5 changed files with 447 additions and 3 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.23.0
toolchain go1.24.10
require (
github.com/gorilla/websocket v1.5.1
github.com/miekg/dns v1.1.68
github.com/sirupsen/logrus v1.9.3
)