diff options
| author | Anoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com> | 2025-04-28 07:14:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-28 07:14:03 +0000 |
| commit | bc94fe832374f392e37514c3ad890e59a5edb3a2 (patch) | |
| tree | 9db3af302e9945bb9fd87394057554a01e54e54d /go.mod | |
| parent | e1bed5865f8d9d83322c314665b55b43772564db (diff) | |
| parent | 185fccd88df071800f225b8196a59b048c2ea2cf (diff) | |
Merge pull request #108 from anoduck/develop
fix(google): fixed links for google
Diffstat (limited to 'go.mod')
| -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 ) |
