From 1a6fdf0fcab8964e403256d85d1a81512a70fdf1 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Sat, 29 Jul 2023 16:35:57 +0000
Subject: [PATCH] update theme module

---
 exampleSite/go.mod       |    2 +-
 exampleSite/netlify.toml |    8 ++++----
 exampleSite/go.sum       |    4 ++++
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/exampleSite/go.mod b/exampleSite/go.mod
index 388fa88..64fabf6 100644
--- a/exampleSite/go.mod
+++ b/exampleSite/go.mod
@@ -2,4 +2,4 @@
 
 go 1.19
 
-require github.com/onweru/compose v0.0.0-20230709170553-cdf6b3d268e3 // indirect
+require github.com/onweru/compose v0.0.0-20230729163245-27b84dc22eb8 // indirect
diff --git a/exampleSite/go.sum b/exampleSite/go.sum
index 7407787..9cc9e3a 100644
--- a/exampleSite/go.sum
+++ b/exampleSite/go.sum
@@ -2,3 +2,7 @@
 github.com/onweru/compose v0.0.0-20230709163331-af3e133abf10/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
 github.com/onweru/compose v0.0.0-20230709170553-cdf6b3d268e3 h1:LQ9aw508QrowSWfr8m7Q43AelhGTaNhX+obnkCWefKg=
 github.com/onweru/compose v0.0.0-20230709170553-cdf6b3d268e3/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
+github.com/onweru/compose v0.0.0-20230717085020-14357bb3e167 h1:btK2EwB8mRaebaNkvzsEjnxQt6dI9corw9n5kyPQoMk=
+github.com/onweru/compose v0.0.0-20230717085020-14357bb3e167/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
+github.com/onweru/compose v0.0.0-20230729163245-27b84dc22eb8 h1:aVItqjRfGwyOZHloHxVY6kEjjR+e8AQVXlpWiQtO0dw=
+github.com/onweru/compose v0.0.0-20230729163245-27b84dc22eb8/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
index 1f06725..c172118 100644
--- a/exampleSite/netlify.toml
+++ b/exampleSite/netlify.toml
@@ -4,7 +4,7 @@
 command = "hugo --gc --minify --baseURL https://docs.neuralvibes.com/"
 
 [context.production.environment]
-HUGO_VERSION = "0.115.2"
+HUGO_VERSION = "0.115.4"
 HUGO_ENV = "production"
 HUGO_ENABLEGITINFO = "true"
 
@@ -12,20 +12,20 @@
 command = "hugo --gc --minify --enableGitInfo"
 
 [context.split1.environment]
-HUGO_VERSION = "0.115.2"
+HUGO_VERSION = "0.115.4"
 HUGO_ENV = "production"
 
 [context.deploy-preview]
 command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
 
 [context.deploy-preview.environment]
-HUGO_VERSION = "0.115.2"
+HUGO_VERSION = "0.115.4"
 
 [context.branch-deploy]
 command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
 
 [context.branch-deploy.environment]
-HUGO_VERSION = "0.115.2"
+HUGO_VERSION = "0.115.4"
 
 [context.next.environment]
 HUGO_ENABLEGITINFO = "true"

--
Gitblit v1.10.0