All checks were successful
Docker Build and Push / build-and-push (push) Successful in 6m33s
16 lines
261 B
Modula-2
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
|
|
)
|