diff options
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/content/documentation/index.md | 4 | ||||
| -rw-r--r-- | exampleSite/go.mod | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/exampleSite/content/documentation/index.md b/exampleSite/content/documentation/index.md index 9e2a3f6..06d012f 100644 --- a/exampleSite/content/documentation/index.md +++ b/exampleSite/content/documentation/index.md @@ -75,8 +75,8 @@ Your terminal output should look similar to the following: ``` go: no module dependencies to download -go: downloading github.com/sergeyklay/gohugo-theme-ed v0.7.0 -go: added github.com/sergeyklay/gohugo-theme-ed v0.7.0 +go: downloading github.com/sergeyklay/gohugo-theme-ed v0.8.0 +go: added github.com/sergeyklay/gohugo-theme-ed v0.8.0 hugo: downloading modules … hugo: collected modules in 5342 ms ``` diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 90d95bb..812a99e 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -3,5 +3,3 @@ 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.7.0 // indirect |
