2022-07-26 19:35:49 +02:00
|
|
|
module github.com/wowchemy/starter-hugo-markdown-slides
|
2022-01-09 16:18:35 +00:00
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2022-07-26 19:35:49 +02:00
|
|
|
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect
|
|
|
|
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect
|
2022-09-24 12:56:53 +01:00
|
|
|
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v1.0.0 // indirect
|
2022-09-24 13:44:00 +01:00
|
|
|
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.0 // indirect
|
2022-01-09 16:18:35 +00:00
|
|
|
)
|