diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-07 13:39:34 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-07 14:20:47 +0200 |
| commit | 4fb3a6c043693e1b5c145d0bb9cb0166a3872d88 (patch) | |
| tree | dfe1329e3984ec36eeb8d947b6868128db818213 /exampleSite | |
| parent | 9a7ac10332ddc4bd1f9440c3fd36a585f6fe9b3d (diff) | |
| download | gohugo-theme-ed-4fb3a6c043693e1b5c145d0bb9cb0166a3872d88.tar.gz | |
Update dependencies for example site
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/go.mod | 2 | ||||
| -rw-r--r-- | exampleSite/go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
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= |
