From c60f9e70cbe65d8ab2f028943772fbc73699926f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 15 Jul 2025 11:45:13 +0000 Subject: [PATCH] fix(deps): update module github.com/johanneskaufmann/html-to-markdown to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ed78c3f..62248a7 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.23.0 toolchain go1.24.5 require ( - github.com/JohannesKaufmann/html-to-markdown v1.6.0 + github.com/JohannesKaufmann/html-to-markdown/v2 v2.3.3 github.com/JohannesKaufmann/html-to-markdown/v2 v2.3.3 github.com/bmaupin/go-epub v1.1.0 github.com/elazarl/goproxy v1.7.2