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-10-30 11:10:18 +00:00
|
|
|
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241028022226-7f7e0be42a95 // indirect
|
|
|
|
github.com/foo-dogsquared/hugo-theme-more-contentful v0.7.1 // indirect
|
|
|
|
github.com/foo-dogsquared/website v0.0.0-20241027012131-6349510adc3c // indirect
|
|
|
|
github.com/refactoringui/heroicons v2.1.5+incompatible // indirect
|
|
|
|
github.com/simple-icons/simple-icons v0.0.0-20241027003233-9d720b26a17d // indirect
|
2024-09-04 11:13:39 +00:00
|
|
|
)
|