mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
8 lines
270 B
Modula-2
8 lines
270 B
Modula-2
module github.com/wowchemy/starter-blog
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220208213309-898507534118 // indirect
|
|
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220208213309-898507534118 // indirect
|
|
)
|