mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-01-31 04:58:14 +00:00
10 lines
331 B
Modula-2
10 lines
331 B
Modula-2
module github.com/foo-dogsquared/hugo-theme-more-contentful
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20220427232352-6d776459d165 // indirect
|
|
github.com/foo-dogsquared/hugo-theme-contentful v1.2.1-0.20201106111203-fd6a6c7a3839 // indirect
|
|
github.com/refactoringui/heroicons v1.0.6 // indirect
|
|
)
|