1
0

Theme upgrade
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-12-18 15:11:14 +01:00
parent b4eb2d69c3
commit 16c79c4c93
3 changed files with 31 additions and 3 deletions

4
go.mod
View File

@ -4,6 +4,6 @@ go 1.15
require (
github.com/wowchemy/wowchemy-hugo-modules/v5 v5.3.0
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20211122231030-d26f01d5d6c3 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20211122231030-d26f01d5d6c3 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20211218114228-e23e23e84760 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20211218114228-e23e23e84760 // indirect
)