mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-07 09:19:00 +00:00
10 lines
279 B
Modula-2
10 lines
279 B
Modula-2
|
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
|
||
|
)
|