mirror of
https://github.com/kevin-DL/gothstarter.git
synced 2026-01-11 18:14:27 +00:00
10 lines
177 B
Modula-2
10 lines
177 B
Modula-2
module gothstarter
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/a-h/templ v0.2.663 // indirect
|
|
github.com/go-chi/chi/v5 v5.0.12 // indirect
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
|
)
|