hugo-theme-more-contentful/go.mod
Gabriel Arazas c77fab75aa Initial release
All of the changes should be documented in the changelog.
2020-11-02 17:01:33 +08:00

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
)