diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-09-08 16:14:42 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-09-08 16:14:42 -0400 |
| commit | d1c818c94c2667851fce3ff793d50a39f8b97552 (patch) | |
| tree | cce7e68bc4fc99456e39d395d3ae5af46a8cb423 /go.mod | |
| parent | d2a0fd14e05ef6b0b9fca454f8996faf86f94204 (diff) | |
feat: :construction: WIP: Builds...finally.
Added most of former content from quartz. Preliminary setup achieved.
Diffstat (limited to '')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -11,9 +11,10 @@ require ( 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/gethinode/mod-lottie v1.5.8 // indirect + github.com/gethinode/mod-mermaid v1.1.17 // indirect + github.com/gethinode/mod-simple-datatables v1.0.10 // indirect + github.com/gethinode/mod-utils/v2 v2.7.0 // indirect github.com/nextapps-de/flexsearch v0.0.0-20240501124520-961c3ae84a87 // indirect github.com/twbs/bootstrap v5.3.3+incompatible // indirect ) |
