mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 04:58:26 +00:00
9 lines
194 B
Modula-2
9 lines
194 B
Modula-2
module github.com/foo-dogsquared/blog
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.3 // indirect
|
|
github.com/foo-dogsquared/hugo-web-feeds v0.0.2 // indirect
|
|
)
|