Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/budparr/gohugo-theme-ananke.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegis Philibert <login@regisphilibert.com>2022-05-06 17:19:09 +0300
committerRegis Philibert <login@regisphilibert.com>2022-05-06 17:19:09 +0300
commitddf6a834054bf08e773ffd26599a1b23af16e2e5 (patch)
treec70b05b047f1e0f8a92d43d4f08d304069ca7b50
parentdd7cded81d835bfedfc56c62937ce795ddb161f3 (diff)
Fix exampleSite gomod...
-rw-r--r--exampleSite/go.mod4
-rw-r--r--exampleSite/go.sum4
2 files changed, 5 insertions, 3 deletions
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
index 7a7de2c..e32b0d9 100644
--- a/exampleSite/go.mod
+++ b/exampleSite/go.mod
@@ -2,6 +2,4 @@ module github.com/theNewDynamic/gohugo-theme-ananke/exampleSite
go 1.14
-replace github.com/theNewDynamic/gohugo-theme-ananke => ../
-
-require github.com/theNewDynamic/gohugo-theme-ananke v0.0.0-20220211195439-d4e5a698a829 // indirect
+require github.com/theNewDynamic/gohugo-theme-ananke v0.0.0-20220421182344-c49009b823de // indirect
diff --git a/exampleSite/go.sum b/exampleSite/go.sum
index 02eeb52..864207b 100644
--- a/exampleSite/go.sum
+++ b/exampleSite/go.sum
@@ -1,2 +1,6 @@
github.com/theNewDynamic/gohugo-theme-ananke v0.0.0-20220211195439-d4e5a698a829 h1:dxXpDsAqswhvn8pPOC993d217NX/ZbIUSkWz1/awi4s=
github.com/theNewDynamic/gohugo-theme-ananke v0.0.0-20220211195439-d4e5a698a829/go.mod h1:bgj7bjD98mZSR/KOYKuF5lcIgEmTnJ763rZH4EseLv4=
+github.com/theNewDynamic/gohugo-theme-ananke v0.0.0-20220421182344-c49009b823de h1:GFOZLfcGsunzwxK9UPAlWyPE1WwQPF/7KLbUyOv27us=
+github.com/theNewDynamic/gohugo-theme-ananke v0.0.0-20220421182344-c49009b823de/go.mod h1:yY14BLqqh5G61rO81YcJKMHY1rClY5iIiUK+K2JKSUM=
+github.com/theNewDynamic/gohugo-theme-ananke v0.0.0-20220506133956-dd7cded81d83 h1:WzT6TQM/IWBuR0xuCKxfWyuQUxZRHOgzU3+RoVX88Xs=
+github.com/theNewDynamic/gohugo-theme-ananke v0.0.0-20220506133956-dd7cded81d83/go.mod h1:yY14BLqqh5G61rO81YcJKMHY1rClY5iIiUK+K2JKSUM=