hugo-medialog/go.mod

9 lines
103 B
Modula-2

module hugo-medialog
go 1.21.4
require (
github.com/joho/godotenv v1.5.1
gopkg.in/yaml.v3 v3.0.1
)