mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-12 04:23:14 +00:00
16 lines
585 B
Modula-2
16 lines
585 B
Modula-2
module github.com/gethinode/hinode
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/airbnb/lottie-web v5.12.2+incompatible // indirect
|
|
github.com/gethinode/mod-bootstrap v1.2.2 // indirect
|
|
github.com/gethinode/mod-flexsearch v1.7.1 // indirect
|
|
github.com/gethinode/mod-fontawesome v1.7.3 // indirect
|
|
github.com/gethinode/mod-katex v1.0.5 // indirect
|
|
github.com/gethinode/mod-leaflet v0.3.5 // indirect
|
|
github.com/gethinode/mod-lottie v1.3.0 // indirect
|
|
github.com/nextapps-de/flexsearch v0.0.0-20230711092928-1243fd883ec3 // indirect
|
|
github.com/twbs/bootstrap v5.3.2+incompatible // indirect
|
|
)
|