mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-02-07 12:19:26 +00:00
11 lines
396 B
Modula-2
11 lines
396 B
Modula-2
|
module github.com/foo-dogsquared/hugo-mod-more-contentful
|
||
|
|
||
|
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-20201026173406-633714bb359d // indirect
|
||
|
github.com/foo-dogsquared/hugo-theme-contentful v2.0.0+incompatible // indirect
|
||
|
github.com/iconfu/svg-inject v1.2.3 // indirect
|
||
|
)
|