1
0

Cleanup configuration for contact and metadata
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-17 17:51:47 +01:00
parent 882b65f0eb
commit a8f8c14436
4 changed files with 39 additions and 42 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-20220213171252-6ca1b15ab47d // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220213171252-6ca1b15ab47d // indirect
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
)