diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-02-15 02:33:34 -0500 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-02-15 02:33:34 -0500 |
| commit | d43ab2e37e681e222da93226bcd5211e29e84438 (patch) | |
| tree | 9b46730f754a9a0fa46fb9d6582609068d714c57 /go.mod | |
| parent | f079abb5cbc39bf5356bc7349f47b9b5c3627a48 (diff) | |
feat: 🎸 Module additions
Added created modules to the site along with more content.
Diffstat (limited to '')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -5,7 +5,9 @@ go 1.22.7 require ( github.com/airbnb/lottie-web v5.12.2+incompatible // indirect github.com/anoduck/mod-alwaysdark v0.1.3 // indirect - github.com/anoduck/mod-countup v0.1.2 // indirect + github.com/anoduck/mod-countup v0.1.5 // indirect + github.com/anoduck/mod-juxtapose v0.1.0 // indirect + github.com/anoduck/mod-popup v0.2.4 // indirect github.com/anoduck/mod-timelinejs v0.1.4 // indirect github.com/gethinode/hinode v0.29.3 // indirect github.com/gethinode/mod-bootstrap v1.3.2 // indirect @@ -19,6 +21,6 @@ require ( github.com/gethinode/mod-mermaid v1.1.22 // indirect github.com/gethinode/mod-simple-datatables v1.1.7 // indirect github.com/gethinode/mod-utils/v2 v2.10.0 // indirect - github.com/nextapps-de/flexsearch v0.0.0-20240501124520-961c3ae84a87 // indirect + github.com/nextapps-de/flexsearch v0.0.0-20250210141409-f78ebb388862 // indirect github.com/twbs/bootstrap v5.3.3+incompatible // indirect ) |
