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-04-13 22:29:10 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-04-13 22:29:10 +0300
commitdb82d1bfc80784a4d519531ed7d3508eb98cb31a (patch)
tree6d46671915076f971434fcdbdc75b99870d50fa2 /go.mod
parent75df0f11a50371bad11b3dee8bf514dd42238107 (diff)
feat: demo brand logos in Exp and Accomplishments sections
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 389308e7..849427fa 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-20210324194200-fda9f39d872e // indirect
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210324194200-fda9f39d872e // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210413192202-ab8d28988e0e // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210413192202-ab8d28988e0e // indirect
)