website-and-documentation/go.mod
Daniel Sy ffb9d063a3
Some checks failed
Hugo Site Tests / test (push) Failing after 1s
ci / build (push) Successful in 1m5s
docs(forgejo): 💄Updated docs and added diagrams
2025-11-19 16:50:06 +01:00

10 lines
290 B
Modula-2

module github.com/me/ipceicis
go 1.22.5
require (
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 // indirect
github.com/google/docsy v0.12.0 // indirect
github.com/hugomods/mermaid v0.1.4 // indirect
github.com/twbs/bootstrap v5.3.8+incompatible // indirect
)