diff --git a/exampleSite/go.mod b/exampleSite/go.mod index a4c0cd0..90d95bb 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -4,4 +4,4 @@ go 1.18 replace github.com/sergeyklay/gohugo-theme-ed => ../ -require github.com/sergeyklay/gohugo-theme-ed v0.6.0 // indirect +require github.com/sergeyklay/gohugo-theme-ed v0.7.0 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index d940ced..d6c6997 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -1,2 +1,2 @@ -github.com/sergeyklay/gohugo-theme-ed v0.0.0-20220424201054-c40490eb087e h1:8Lwe8SYrMB/GG3Fb+/dyK/yBVWDMc2B1I/ifovUzcZI= -github.com/sergeyklay/gohugo-theme-ed v0.0.0-20220424201054-c40490eb087e/go.mod h1:/wlttvayDGQGAoLINmDTucvGnbgWgjpUxetXbyUU5XM= +github.com/sergeyklay/gohugo-theme-ed v0.7.0 h1:a9gsYcdNheBrV/MYs8uWJ/Yqo5rVPWZDm8Cuch7W74o= +github.com/sergeyklay/gohugo-theme-ed v0.7.0/go.mod h1:1/VLBmJiJUJP93Qwdg2HzJzWq2dfgf6UVnWhAnbouYg=