summaryrefslogtreecommitdiffstats
path: root/exampleSite/go.mod
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-04-25 22:30:05 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-04-25 22:30:05 +0200
commit7b2124ea5f535116ec526ad09babe834cf2fe0a1 (patch)
treeb89e18b5529eb257c1ba7e744f2bac9306f9e2d8 /exampleSite/go.mod
parentc40490eb087e2013057bda62f394f4043b678d15 (diff)
downloadgohugo-theme-ed-7b2124ea5f535116ec526ad09babe834cf2fe0a1.tar.gz
Setup code linting
Diffstat (limited to 'exampleSite/go.mod')
-rw-r--r--exampleSite/go.mod7
1 files changed, 7 insertions, 0 deletions
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
new file mode 100644
index 0000000..b284689
--- /dev/null
+++ b/exampleSite/go.mod
@@ -0,0 +1,7 @@
+module github.com/sergeyklay/gohugo-theme-ed/exampleSite
+
+go 1.18
+
+replace github.com/sergeyklay/gohugo-theme-ed => ../
+
+require github.com/sergeyklay/gohugo-theme-ed v0.0.0-20220424201054-c40490eb087e // indirect