mirror of
https://github.com/foo-dogsquared/hugo-theme-contentful.git
synced 2025-01-31 04:58:03 +00:00
11 lines
240 B
Modula-2
11 lines
240 B
Modula-2
|
module demo
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/foo-dogsquared/hugo-theme-contentful v2.0.0+incompatible // indirect
|
||
|
github.com/foo-dogsquared/hugo-web-feeds v0.0.1 // indirect
|
||
|
)
|
||
|
|
||
|
replace github.com/foo-dogsquared/hugo-theme-contentful => ../
|