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-09-06 20:55:32 +0300
committerRegis Philibert <login@regisphilibert.com>2022-09-06 20:55:32 +0300
commitb3b4386d0100ad59267fb5ec749c8087e877e5e7 (patch)
tree97592a2485294d138023556ae06eaa509c401e65
parent26a78654fabfe49c29db831f74963564175ecc2d (diff)
Retry go.mod replace with recent cloudflare improvements
-rw-r--r--exampleSite/go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
index e32b0d9..3728182 100644
--- a/exampleSite/go.mod
+++ b/exampleSite/go.mod
@@ -3,3 +3,5 @@ module github.com/theNewDynamic/gohugo-theme-ananke/exampleSite
go 1.14
require github.com/theNewDynamic/gohugo-theme-ananke v0.0.0-20220421182344-c49009b823de // indirect
+
+replace github.com/theNewDynamic/gohugo-theme-ananke => ../ \ No newline at end of file