mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-01-31 04:58:14 +00:00
14 lines
463 B
Modula-2
14 lines
463 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-theme-more-contentful v0.6.0 // indirect
|
|
github.com/foo-dogsquared/hugo-web-feeds v0.0.2 // indirect
|
|
github.com/gohugoio/hugo-mod-heroicons v0.0.0-20200822140006-fc590bc3dc55 // indirect
|
|
github.com/iconfu/svg-inject v1.2.3 // indirect
|
|
)
|
|
|
|
replace github.com/foo-dogsquared/hugo-theme-more-contentful => ../
|