1
0

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

This commit is contained in:
2021-10-26 19:52:16 +02:00
parent 7bab93d21a
commit ea080cda38
5 changed files with 22 additions and 2 deletions

5
go.mod
View File

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