nix-module-wrapper-manager-fds/docs/website/go.mod
Gabriel Arazas ac6b9a9023
docs/website: update Hugo modules
As a side note for the commit conventions, this occurs after the
migration from the monorepo to its own repository so there's no need to
prefix with the subproject name any more.
2024-11-06 21:50:50 +08:00

13 lines
576 B
Modula-2

module github.com/foo-dogsquared/wrapper-manager-fds
go 1.23.2
require (
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241028022226-7f7e0be42a95 // 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.1 // indirect
github.com/foo-dogsquared/website v0.0.0-20241103012127-eed6eb26f100 // indirect
github.com/refactoringui/heroicons v2.1.5+incompatible // indirect
github.com/simple-icons/simple-icons v0.0.0-20241027003233-9d720b26a17d // indirect
)