diff options
| author | Anoduck <9925396+anoduck@users.noreply.github.com> | 2024-09-08 14:54:54 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-08 14:54:54 +0000 |
| commit | d2a0fd14e05ef6b0b9fca454f8996faf86f94204 (patch) | |
| tree | 242f822be67c179618f1e2aabcea60c172f4f6e0 /go.mod | |
Initial commit
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,19 @@ +module github.com/gethinode/template + +go 1.20 + +require ( + github.com/airbnb/lottie-web v5.12.2+incompatible // indirect + github.com/gethinode/hinode v0.26.7 // indirect + github.com/gethinode/mod-bootstrap v1.3.1 // indirect + github.com/gethinode/mod-flexsearch v1.12.1 // indirect + github.com/gethinode/mod-flexsearch/v2 v2.0.1 // indirect + github.com/gethinode/mod-fontawesome v1.10.0 // indirect + github.com/gethinode/mod-katex v1.1.2 // indirect + github.com/gethinode/mod-leaflet v1.1.1 // indirect + github.com/gethinode/mod-lottie v1.5.7 // indirect + github.com/gethinode/mod-simple-datatables v1.0.9 // indirect + github.com/gethinode/mod-utils/v2 v2.5.2 // indirect + github.com/nextapps-de/flexsearch v0.0.0-20240501124520-961c3ae84a87 // indirect + github.com/twbs/bootstrap v5.3.3+incompatible // indirect +) |
