hugo-academic-mirror/starters/notes/go.mod
Rudolf Lioutikov 3c3e1ed96b
starters: update modules to v5.6.0 (#2779)
Updated module paths as described in #2754. Additionally changed the module names in go.mod to correspond to the repo path
2022-07-26 18:35:49 +01:00

9 lines
337 B
Modula-2

module github.com/wowchemy/hugo-notes-theme
go 1.15
require (
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.6.0 // indirect
)