From 57dcd87622abdaae205a0e4d9cc884a4e802c17c Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Fri, 28 Mar 2025 18:33:33 -0400 Subject: fix(google): google 404 made modifications to prevent 404 errors with google. --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index d5884d3..1a9eaf2 100644 --- a/go.mod +++ b/go.mod @@ -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 ) -- cgit v1.2.3