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-22 03:50:04 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-03-22 03:50:04 +0300
commit0b2595640d99ae018d3865424da9bc9680a92490 (patch)
tree6cc22a390713747f4114ddeca3b1aff40c1a4c7d /go.mod
parent0d090252fbd04ce69f24acdb3d8e894830240f0d (diff)
modules: update
Remove dummy config.toml for RStudio to simplify structure for new users
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 dd31d320..1085ae7a 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-20210308212518-cf32fde82412 // indirect
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210308212518-cf32fde82412 // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210322004751-17505c4581cd // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210322004751-17505c4581cd // indirect
)