17 lines
292 B
Modula-2
17 lines
292 B
Modula-2
module tunnel_pls
|
|
|
|
go 1.23
|
|
|
|
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/google/uuid v1.6.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
)
|