website/go.mod

10 lines
279 B
Modula-2
Raw Normal View History

module github.com/foo-dogsquared/blog
go 1.15
require (
github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.2 // indirect
github.com/foo-dogsquared/hugo-web-feeds v0.0.1 // indirect
github.com/simple-icons/simple-icons v0.0.0-20201025110046-413f781fd706 // indirect
)