diff options
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 812a99e..f7151f9 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -3,3 +3,5 @@ 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.8.0 // indirect |
