website/go.mod

9 lines
258 B
Modula-2
Raw Normal View History

module github.com/foo-dogsquared/blog
go 1.15
require (
2023-02-24 13:58:54 +00:00
github.com/foo-dogsquared/hugo-mod-web-feeds v0.0.3-0.20220613123653-e0bc8e58159d // indirect
2023-04-03 15:36:32 +00:00
github.com/foo-dogsquared/hugo-theme-more-contentful v0.6.1-0.20230403050112-c27aab376601 // indirect
)