mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-01-30 22:57:57 +00:00
2f06fd7861
All of the changes should be documented in the changelog.
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-20201026173406-633714bb359d // indirect
|
|
github.com/foo-dogsquared/hugo-theme-contentful v1.2.1-0.20201030114530-c0a2488a58fb // indirect
|
|
github.com/refactoringui/heroicons v0.4.2 // indirect
|
|
)
|