diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-04-28 03:01:45 -0400 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-04-28 03:04:59 -0400 |
| commit | 185fccd88df071800f225b8196a59b048c2ea2cf (patch) | |
| tree | 52485bd3203b44e07ab4526d575def3d4d8d1452 /go.mod | |
| parent | beffdd80ee9c810b9dda04f1c0fa348b1716a1b1 (diff) | |
fix(google): fixed links for google
added page aliases, and removed links where needed
Diffstat (limited to '')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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-20250401082903-112a07725f72 // indirect + github.com/nextapps-de/flexsearch v0.0.0-20250413135207-d40308d57a48 // indirect github.com/twbs/bootstrap v5.3.5+incompatible // indirect ) |
