Files
tunnel-please/go.mod
bagas 96dcea1f2c
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 6m33s
feat: add dedicated WebSocket service for subdomain ping
2025-09-06 17:17:43 +07:00

16 lines
261 B
Modula-2

module tunnel_pls
go 1.24.4
require (
github.com/a-h/templ v0.3.833
github.com/joho/godotenv v1.5.1
golang.org/x/crypto v0.32.0
golang.org/x/net v0.33.0
)
require (
github.com/gorilla/websocket v1.5.3 // indirect
golang.org/x/sys v0.29.0 // indirect
)