1
0

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

This commit is contained in:
2021-09-16 12:53:50 +02:00
parent 4dc3c7b047
commit 90cef7f084
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@ -3,6 +3,6 @@ module code.jcktrue.dk/jct/jcktrue.dk
go 1.15
require (
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
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20210912234819-c9831b5c1e21 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210912234819-c9831b5c1e21 // indirect
)