From 29764d3cdc54e0f25f2c2f377f72eeebf1535dab Mon Sep 17 00:00:00 2001 From: Ray <rwstorer@hotmail.com> Date: Sun, 11 Jun 2023 01:12:50 +0000 Subject: [PATCH] updated docs and added img --- exampleSite/go.mod | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/exampleSite/go.mod b/exampleSite/go.mod index e395a91..d68440d 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -2,4 +2,7 @@ go 1.15 -require github.com/onweru/compose v0.0.0-20230530114506-a2ddf2b32939 // indirect +require ( + github.com/onweru/compose v0.0.0-20230530114506-a2ddf2b32939 // indirect + github.com/rwstorer/hugo-theme-compose v0.0.0-20230611001648-0f1fb40e912e // indirect +) -- Gitblit v1.10.0