diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-01-29 08:59:10 -0500 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-01-29 09:00:55 -0500 |
| commit | f079abb5cbc39bf5356bc7349f47b9b5c3627a48 (patch) | |
| tree | 3f61435b9737ec0ada3f7a7401ec5d67499ad44a /go.mod | |
| parent | 8f83a0e99fb7ed048b90a843ea3bba31cb9eb45d (diff) | |
feat: 🎸 Added countup page
Added module countup and countup page.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,12 +1,13 @@ -module github.com/gethinode/template +module github.com/anoduck/hinode-template go 1.22.7 require ( github.com/airbnb/lottie-web v5.12.2+incompatible // indirect - github.com/anoduck/mod-timelinejs v0.1.4 // indirect - github.com/gethinode/hinode v0.29.2 // indirect github.com/anoduck/mod-alwaysdark v0.1.3 // indirect + github.com/anoduck/mod-countup v0.1.2 // 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 github.com/gethinode/mod-csp v1.0.7 // indirect github.com/gethinode/mod-flexsearch/v2 v2.1.0 // indirect @@ -17,7 +18,7 @@ require ( github.com/gethinode/mod-lottie v1.5.13 // indirect 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.9.0 // indirect + github.com/gethinode/mod-utils/v2 v2.10.0 // indirect github.com/nextapps-de/flexsearch v0.0.0-20240501124520-961c3ae84a87 // indirect github.com/twbs/bootstrap v5.3.3+incompatible // indirect ) |
