diff options
| author | Anoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com> | 2025-02-16 09:16:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-16 09:16:39 +0000 |
| commit | b5290138e1f73a7a56578f9975ba3b50829ca8d4 (patch) | |
| tree | b4d2d0d4a5b10754f0d075248f97f63f74bbb9aa /go.mod | |
| parent | 5354e537b7e02b96cf0b842adfc5faaae5d1a862 (diff) | |
| parent | 5086a041c02412f1a5f811325d4798c49acd328b (diff) | |
Merge pull request #77 from anoduck/develop
Regardless of failed style linting pulling this shit.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,12 +1,15 @@ -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.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 github.com/gethinode/mod-csp v1.0.7 // indirect github.com/gethinode/mod-flexsearch/v2 v2.1.0 // indirect @@ -17,7 +20,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/nextapps-de/flexsearch v0.0.0-20240501124520-961c3ae84a87 // indirect + github.com/gethinode/mod-utils/v2 v2.10.0 // indirect + github.com/nextapps-de/flexsearch v0.0.0-20250210141409-f78ebb388862 // indirect github.com/twbs/bootstrap v5.3.3+incompatible // indirect ) |
