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:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-07-11 12:11:41 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-07-25 19:50:27 +0300
commit14554d2b27599e1a6755a62ad3f3e8cbe0cb26d4 (patch)
treea4d36d7c72f43cb427a4b4cba0f7234aaa6cc416 /exampleSite
parentef5d903ccecc5cb97bd9123731a13bc001029bc3 (diff)
JS bundling
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/go.mod5
-rw-r--r--exampleSite/go.sum2
2 files changed, 7 insertions, 0 deletions
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
new file mode 100644
index 0000000..7e883d7
--- /dev/null
+++ b/exampleSite/go.mod
@@ -0,0 +1,5 @@
+module github.com/bep/docuapi
+
+go 1.12
+
+require github.com/lord/slate v2.3.1+incompatible // indirect
diff --git a/exampleSite/go.sum b/exampleSite/go.sum
new file mode 100644
index 0000000..334bd8d
--- /dev/null
+++ b/exampleSite/go.sum
@@ -0,0 +1,2 @@
+github.com/lord/slate v2.3.1+incompatible h1:uRy5iSKUWJdeozlS9RVWbeC1ZRyySLOCn20ve6iYw6A=
+github.com/lord/slate v2.3.1+incompatible/go.mod h1:ujwDH+XJN1hPpN4JfN8Cp65e5jk3DGf+Jz0/nbJxoUM=