mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-30 16:58:00 +00:00
14 lines
532 B
Modula-2
14 lines
532 B
Modula-2
module github.com/foo-dogsquared/website
|
|
|
|
go 1.23.2
|
|
|
|
toolchain go1.23.3
|
|
|
|
require (
|
|
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241113232057-c42b53cd0165 // indirect
|
|
github.com/foo-dogsquared/hugo-mod-web-feeds v0.0.3-0.20220613123653-e0bc8e58159d // indirect
|
|
github.com/foo-dogsquared/hugo-theme-more-contentful v0.7.2-0.20241119041335-143341838df0 // indirect
|
|
github.com/refactoringui/heroicons v2.2.0+incompatible // indirect
|
|
github.com/simple-icons/simple-icons v0.0.0-20241027003233-9d720b26a17d // indirect
|
|
)
|