9 lines
180 B
AMPL
9 lines
180 B
AMPL
module website_powered_by_hugo
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
git.bovender.de/daniel/hugo_bootstrap_theme v0.0.1 // indirect
|
|
git.bovender.de/daniel/hugo_cookie_consent v0.0.6 // indirect
|
|
)
|