starter-academic-mpvd/go.mod
George Cushen 4e0577f52a module: update & fix update script
Update script now reads the Wowchemy module's config.yaml rather than config.toml
2020-11-05 23:40:06 +00:00

8 lines
264 B
Modula-2

module github.com/wowchemy/starter-academic
go 1.15
require (
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201016182837-be0fa17ac006 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201102170205-80fce98e72a9
)