From 7469f7959e13c909265b363dfd52439e3d1588db Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Sun, 27 Dec 2020 17:18:29 +0000
Subject: [PATCH] update

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

diff --git a/exampleSite/go.mod b/exampleSite/go.mod
index ee10975..2c64ee6 100644
--- a/exampleSite/go.mod
+++ b/exampleSite/go.mod
@@ -2,4 +2,4 @@
 
 go 1.15
 
-require github.com/onweru/compose v0.0.0-20201227170239-5a520966eaaf // indirect
+require github.com/onweru/compose v0.0.0-20201227171332-78e63714b371 // indirect
diff --git a/exampleSite/go.sum b/exampleSite/go.sum
index 3e9ea48..ad33935 100644
--- a/exampleSite/go.sum
+++ b/exampleSite/go.sum
@@ -82,3 +82,5 @@
 github.com/onweru/compose v0.0.0-20201221201530-bce6744be91e/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
 github.com/onweru/compose v0.0.0-20201227170239-5a520966eaaf h1:GtoRcMu5TiwjoLeozTCH6hGT+XBmsXFsztRhRhGOPhM=
 github.com/onweru/compose v0.0.0-20201227170239-5a520966eaaf/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
+github.com/onweru/compose v0.0.0-20201227171332-78e63714b371 h1:IiI3bvmBslOI59MzdyiJPzeJUpm+trce+ITAZyEkp0c=
+github.com/onweru/compose v0.0.0-20201227171332-78e63714b371/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
index 9c3965d..425aaf8 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.74.3"
+HUGO_VERSION = "0.79.1"
 HUGO_ENV = "production"
 HUGO_ENABLEGITINFO = "true"
 
@@ -12,20 +12,20 @@
 command = "hugo --gc --minify --enableGitInfo"
 
 [context.split1.environment]
-HUGO_VERSION = "0.74.3"
+HUGO_VERSION = "0.79.1"
 HUGO_ENV = "production"
 
 [context.deploy-preview]
 command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
 
 [context.deploy-preview.environment]
-HUGO_VERSION = "0.74.3"
+HUGO_VERSION = "0.79.1"
 
 [context.branch-deploy]
 command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
 
 [context.branch-deploy.environment]
-HUGO_VERSION = "0.74.3"
+HUGO_VERSION = "0.79.1"
 
 [context.next.environment]
 HUGO_ENABLEGITINFO = "true"

--
Gitblit v1.10.0