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

github.com/gohugoio/hugo-mod-bootstrap-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/go.mod')
-rw-r--r--exampleSite/go.mod11
1 files changed, 11 insertions, 0 deletions
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
new file mode 100644
index 0000000..f4d57bc
--- /dev/null
+++ b/exampleSite/go.mod
@@ -0,0 +1,11 @@
+module github.com/gohugoio/hugo-mod-bootstrap-scss/exampleSite/v4
+
+go 1.17
+
+require (
+ github.com/bep/empty-hugo-module v1.0.0 // indirect
+ github.com/gohugoio/hugo-mod-bootstrap-scss/v4 v4.0.0-20220111121503-d09c70837b61 // indirect
+)
+
+
+replace github.com/gohugoio/hugo-mod-bootstrap-scss/v4 => ../ \ No newline at end of file