starters: update to support Hugo 0.93

This commit is contained in:
George Cushen 2022-03-03 21:17:51 +00:00
commit d75dbe7f3d
14 changed files with 21 additions and 21 deletions

View file

@ -3,6 +3,6 @@ module github.com/wowchemy/starter-blog
go 1.14
require (
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220216215925-d0da1f21994f // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220216215925-d0da1f21994f // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220303202439-97a4b87534b0 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220303202439-97a4b87534b0 // indirect
)