mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
Updated module paths as described in #2754. Additionally changed the module names in go.mod to correspond to the repo path
9 lines
337 B
Modula-2
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
|
|
)
|