diff --git a/exampleSite/go.mod b/exampleSite/go.mod index f0eb123..cf182aa 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -1,7 +1,9 @@ module github.com/theNewDynamic/gohugo-theme-ananke/exampleSite -go 1.23 +go 1.21 -require github.com/theNewDynamic/gohugo-theme-ananke v0.0.0-20241018002841-8e1a6dc21313 // indirect +replace github.com/theNewDynamic/gohugo-theme-ananke/v2 => ../ -replace github.com/theNewDynamic/gohugo-theme-ananke => ../ +require ( + github.com/theNewDynamic/gohugo-theme-ananke/v2 v2.11.2 // indirect +) diff --git a/go.mod b/go.mod index 9daff34..8dfd5ed 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/theNewDynamic/gohugo-theme-ananke/v2 -go 1.22 +go 1.21