Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2021-03-03 14:31:09 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-03-03 14:31:09 +0300
commite7d2b2322c55c545e449abb75bb68292f2cc5601 (patch)
treee2c527dcd486161df5281f301f15ea61a100ff4e /go.mod
parent2f1e18c8f90060d77ba3ba61c2c0c56aea876fcf (diff)
modules: update - get workaround for Hugo remote figure error
And convert remaining Demo config from TOML to YAML
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 182443ad..19212713 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-20210226164504-3952bfc85cee // indirect
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210226164504-3952bfc85cee // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210303111450-5529404d1942 // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210303111450-5529404d1942 // indirect
)