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-book
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220516184432-2d2e58d8f4d3 // indirect
|
|
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220516184432-2d2e58d8f4d3 // indirect
|
|
)
|