1
0

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

This commit is contained in:
2021-08-17 11:14:13 +02:00
parent 5e3f5e788e
commit 4dc3c7b047
2 changed files with 6 additions and 16 deletions

5
go.mod
View File

@ -3,7 +3,6 @@ module code.jcktrue.dk/jct/jcktrue.dk
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-20210807125257-88ec9270d03e // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210807125257-88ec9270d03e // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20210811091031-81345fad46b5 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210811091031-81345fad46b5 // indirect
)