From 0ba1faffc04bbc7406e56b34d8ff5ec8d8468372 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Mon, 1 Mar 2021 12:30:24 +0000 Subject: modules: update + convert config from TOML to YAML Poll results 11 YAML to 6 TOML: https://discord.com/channels/722225264733716590/738922126966521907/809481717031239700 --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 1825663e..182443ad 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/wowchemy/starter-academic go 1.15 require ( - github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210219133516-05c772f38946 // indirect - github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210219133516-05c772f38946 // indirect + github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210226164504-3952bfc85cee // indirect + github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210226164504-3952bfc85cee // indirect ) -- cgit v1.2.3