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

github.com/bep/docuapi.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.mod9
1 files changed, 3 insertions, 6 deletions
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
index 63a6d29..e200e69 100644
--- a/exampleSite/go.mod
+++ b/exampleSite/go.mod
@@ -2,9 +2,6 @@ module github.com/bep/docuapi/exampleSite
go 1.16
-require (
- github.com/bep/empty-hugo-module v1.0.0 // indirect
- github.com/gohugoio/hugo-mod-jslibs-dist/alpinejs/v3 v3.500.100 // indirect
- github.com/olivernn/lunr.js v2.3.9+incompatible // indirect
- github.com/slatedocs/slate v2.9.2+incompatible // indirect
-)
+require github.com/bep/docuapi/v2 v2.0.4 // indirect
+
+replace github.com/bep/docuapi/v2 => ../ \ No newline at end of file