From e5931aa5c7e0ba4b4e1373b1d2a70a622fdf660e Mon Sep 17 00:00:00 2001 From: Arne <1169654+arnef@users.noreply.github.com> Date: Sat, 8 Aug 2026 13:40:09 +0200 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- go.mod | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 399b096..0427d84 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,4 @@ module github.com/arnef/ebooks go 1.25.0 -require ( - github.com/a-h/templ v0.3.1020 - github.com/bmaupin/go-epub v0.0.0-20210915022040-e113c1c5e4a3 -) +require github.com/a-h/templ v0.3.1020