From 6e066366af17355fd948420f4e93a692c59e0ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=99=E6=B3=93=E9=93=AE?= Date: Tue, 1 Jul 2025 16:27:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9Exmlquery?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 78c40dbe..ea2db9fe 100644 --- a/go.mod +++ b/go.mod @@ -7,6 +7,7 @@ toolchain go1.23.7 require ( github.com/Masterminds/semver v1.5.0 github.com/andybalholm/brotli v1.0.4 + github.com/antchfx/xmlquery v1.4.4 github.com/bytedance/sonic v1.13.2 github.com/charmbracelet/glamour v0.8.0 github.com/charmbracelet/huh v0.3.0 @@ -47,7 +48,6 @@ require ( require ( github.com/alecthomas/chroma/v2 v2.14.0 // indirect - github.com/antchfx/xmlquery v1.4.4 // indirect github.com/antchfx/xpath v1.3.3 // indirect github.com/atotto/clipboard v0.1.4 // indirect github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect