From 4f2c030577535fcf27ab964bc98ee24c7ef46623 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Thu, 06 May 2021 21:11:15 +0000
Subject: [PATCH] update module

---
 exampleSite/content/posts/.gitkeep |    0 
 exampleSite/go.mod                 |    2 +-
 exampleSite/netlify.toml           |    8 ++++----
 exampleSite/go.sum                 |    2 ++
 4 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/exampleSite/content/posts/.gitkeep b/exampleSite/content/posts/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/exampleSite/content/posts/.gitkeep
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
index b20f307..3bfc527 100644
--- a/exampleSite/go.mod
+++ b/exampleSite/go.mod
@@ -2,4 +2,4 @@
 
 go 1.15
 
-require github.com/onweru/compose v0.0.0-20210502152903-185aafcedecd // indirect
+require github.com/onweru/compose v0.0.0-20210506210640-600d54dc04fe // indirect
diff --git a/exampleSite/go.sum b/exampleSite/go.sum
index 0916ecc..61596ec 100644
--- a/exampleSite/go.sum
+++ b/exampleSite/go.sum
@@ -168,3 +168,5 @@
 github.com/onweru/compose v0.0.0-20210430153828-b0b7c86cc0d9/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
 github.com/onweru/compose v0.0.0-20210502152903-185aafcedecd h1:V7uk7wLlMZExjXZ7NgKETWK8HY6rAy5gUAmKejrdOYw=
 github.com/onweru/compose v0.0.0-20210502152903-185aafcedecd/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
+github.com/onweru/compose v0.0.0-20210506210640-600d54dc04fe h1:Jl+mf1hdTD0aOBmQTHqxd1FOWi64HpVUNMOByh+lrI4=
+github.com/onweru/compose v0.0.0-20210506210640-600d54dc04fe/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
index 425aaf8..b098d10 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.79.1"
+HUGO_VERSION = "0.83.1"
 HUGO_ENV = "production"
 HUGO_ENABLEGITINFO = "true"
 
@@ -12,20 +12,20 @@
 command = "hugo --gc --minify --enableGitInfo"
 
 [context.split1.environment]
-HUGO_VERSION = "0.79.1"
+HUGO_VERSION = "0.83.1"
 HUGO_ENV = "production"
 
 [context.deploy-preview]
 command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
 
 [context.deploy-preview.environment]
-HUGO_VERSION = "0.79.1"
+HUGO_VERSION = "0.83.1"
 
 [context.branch-deploy]
 command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
 
 [context.branch-deploy.environment]
-HUGO_VERSION = "0.79.1"
+HUGO_VERSION = "0.83.1"
 
 [context.next.environment]
 HUGO_ENABLEGITINFO = "true"

--
Gitblit v1.10.0