From 9ba41382eb33e9046d1d26ba3044c56be47bd791 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sat, 23 Jan 2021 19:24:23 +0000 Subject: demo: update modules replace static/admin/ with module --- exampleSite/go.mod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'exampleSite/go.mod') diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 55339f8c..1b83a297 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -2,4 +2,7 @@ module github.com/wowchemy/starter-academic/exampleSite go 1.15 -require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201230224646-25e0b0627f09 // indirect +require ( + github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210123180413-7dbc1f73edfd // indirect + github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210123180413-7dbc1f73edfd // indirect +) -- cgit v1.2.3