diff options
Diffstat (limited to 'exampleSite/go.mod')
| -rw-r--r-- | exampleSite/go.mod | 7 |
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 |
