2020-09-02 22:36:07 +02:00
|
|
|
module github.com/wowchemy/starter-academic
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
2020-10-01 18:43:54 +02:00
|
|
|
require (
|
2020-10-22 00:38:06 +02:00
|
|
|
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201016182837-be0fa17ac006 // indirect
|
2020-11-06 00:40:06 +01:00
|
|
|
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201102170205-80fce98e72a9
|
2020-10-01 18:43:54 +02:00
|
|
|
)
|