website/go.mod

9 lines
228 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-05-02 05:02:50 +00:00
github.com/foo-dogsquared/hugo-theme-more-contentful v0.7.0 // indirect
)