2023-07-08 11:35:43 +00:00
|
|
|
module github.com/foo-dogsquared/website
|
2020-11-05 04:37:04 +00:00
|
|
|
|
2024-11-20 13:22:30 +00:00
|
|
|
go 1.23.2
|
|
|
|
|
|
|
|
toolchain go1.23.3
|
2020-11-05 04:37:04 +00:00
|
|
|
|
|
|
|
require (
|
2024-11-20 13:22:30 +00:00
|
|
|
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241113232057-c42b53cd0165 // indirect
|
2023-02-24 13:58:54 +00:00
|
|
|
github.com/foo-dogsquared/hugo-mod-web-feeds v0.0.3-0.20220613123653-e0bc8e58159d // indirect
|
2024-11-20 13:22:30 +00:00
|
|
|
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
|
2020-11-05 04:37:04 +00:00
|
|
|
)
|