mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-01-31 04:58:14 +00:00
17 lines
712 B
Modula-2
17 lines
712 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-20240829051824-890465b5b17e // indirect
|
|
github.com/foo-dogsquared/hugo-theme-more-contentful v0.7.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
|
|
github.com/refactoringui/heroicons v2.1.5+incompatible // indirect
|
|
github.com/simple-icons/simple-icons v0.0.0-20240828075807-7197fd28e247 // indirect
|
|
)
|
|
|
|
replace github.com/foo-dogsquared/hugo-theme-more-contentful => ../
|