2024-09-04 11:13:39 +00:00
|
|
|
module foo-dogsquared-nixos-config-site
|
|
|
|
|
2024-10-30 11:10:18 +00:00
|
|
|
go 1.23.2
|
2024-09-04 11:13:39 +00:00
|
|
|
|
|
|
|
require (
|
2024-11-21 05:52:17 +00:00
|
|
|
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241120232120-e36cafefea29 // indirect
|
|
|
|
github.com/foo-dogsquared/hugo-theme-more-contentful v0.7.2-0.20241119041335-143341838df0 // indirect
|
|
|
|
github.com/foo-dogsquared/website v0.0.0-20241121041746-6b5744c9aee7 // indirect
|
|
|
|
github.com/refactoringui/heroicons v2.2.0+incompatible // indirect
|
2024-10-30 11:10:18 +00:00
|
|
|
github.com/simple-icons/simple-icons v0.0.0-20241027003233-9d720b26a17d // indirect
|
2024-09-04 11:13:39 +00:00
|
|
|
)
|