mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 07:58:02 +00:00
10 lines
309 B
Modula-2
10 lines
309 B
Modula-2
module github.com/foo-dogsquared/blog
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.3-0.20201106102016-2fe4afef342f // indirect
|
|
github.com/foo-dogsquared/hugo-web-feeds v0.0.1 // indirect
|
|
github.com/simple-icons/simple-icons v0.0.0-20201025110046-413f781fd706 // indirect
|
|
)
|