mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-01-31 16:57:59 +00:00
14 lines
488 B
Modula-2
14 lines
488 B
Modula-2
module demo
|
|
|
|
go 1.23.2
|
|
|
|
require (
|
|
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241211232144-736b92dc0922 // indirect
|
|
github.com/foo-dogsquared/hugo-theme-more-contentful v0.7.1 // indirect
|
|
github.com/foo-dogsquared/hugo-web-feeds v0.0.2 // indirect
|
|
github.com/refactoringui/heroicons v2.2.0+incompatible // indirect
|
|
github.com/simple-icons/simple-icons v0.0.0-20241027003233-9d720b26a17d // indirect
|
|
)
|
|
|
|
replace github.com/foo-dogsquared/hugo-theme-more-contentful => ../
|