mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-01-31 04:58:14 +00:00
2f06fd7861
All of the changes should be documented in the changelog.
13 lines
515 B
Modula-2
13 lines
515 B
Modula-2
module demo
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/eimajtrebor/hugo-mod-heroicons v0.0.0-20201017130534-07f09dd2f2f8 // indirect
|
|
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20201026173406-633714bb359d // indirect
|
|
github.com/foo-dogsquared/hugo-theme-contentful v1.2.1-0.20201027180616-059a6c489ce7 // indirect
|
|
github.com/foo-dogsquared/hugo-web-feeds v0.0.1 // indirect
|
|
github.com/gohugoio/hugo-mod-heroicons v0.0.0-20200822140006-fc590bc3dc55 // indirect
|
|
github.com/iconfu/svg-inject v1.2.3 // indirect
|
|
)
|