diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-03-28 18:33:33 -0400 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-03-28 18:36:22 -0400 |
| commit | 57dcd87622abdaae205a0e4d9cc884a4e802c17c (patch) | |
| tree | 578179ded2b31a591139a6c900c7f28854c61549 /go.mod | |
| parent | 91b15d9fadd7308ddb68d0faeb610d1583be536b (diff) | |
fix(google): google 404
made modifications to prevent 404 errors with google.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ require ( 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.6 // indirect + github.com/anoduck/mod-popup v0.2.7 // indirect github.com/anoduck/mod-timelinejs v0.1.5 // indirect github.com/gethinode/hinode v0.29.3 // indirect github.com/gethinode/mod-bootstrap v1.3.2 // indirect @@ -22,6 +22,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-20250324202627-21313f594bcc // indirect + github.com/nextapps-de/flexsearch v0.0.0-20250327200406-2b1771fd6d2d // indirect github.com/twbs/bootstrap v5.3.3+incompatible // indirect ) |
