feat: add dedicated WebSocket service for subdomain ping
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 6m33s

This commit is contained in:
2025-09-06 17:17:43 +07:00
parent be643e38c4
commit 96dcea1f2c
5 changed files with 144 additions and 3 deletions

5
go.mod
View File

@ -9,4 +9,7 @@ require (
golang.org/x/net v0.33.0
)
require golang.org/x/sys v0.29.0 // indirect
require (
github.com/gorilla/websocket v1.5.3 // indirect
golang.org/x/sys v0.29.0 // indirect
)