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-02-27 10:22:13 +00:00
github.com/foo-dogsquared/hugo-theme-more-contentful v0.5.1-0.20230227092848-0ddcb120585a // indirect
)