From 0beaf49028df40d4bcdab5d71284f14397849989 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Thu, 19 Dec 2024 17:15:57 +0800 Subject: [PATCH] =?UTF-8?q?Feat:=20=E4=B8=AD=E6=96=87=E4=BB=A5=E5=A4=96?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E7=9A=84=20AI=20=E6=91=98=E8=A6=81=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E7=BF=BB=E8=AF=91=E4=B8=BA=E5=BD=93=E5=89=8D=E8=AF=AD?= =?UTF-8?q?=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 6 +++--- go.sum | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 2986656..242054d 100644 --- a/go.mod +++ b/go.mod @@ -3,9 +3,9 @@ module github.com/hugo-fixit/docs go 1.20 require ( - github.com/hugo-fixit/FixIt v0.3.17-0.20241219062055-036cbb415b1e // indirect - github.com/hugo-fixit/cmpt-translate v1.3.0 // indirect - github.com/hugo-fixit/component-projects v1.5.0 // indirect + github.com/hugo-fixit/FixIt v0.3.17-0.20241219090743-45ce8679ad9c // indirect + github.com/hugo-fixit/cmpt-translate v1.4.0 // indirect + github.com/hugo-fixit/component-projects v1.5.3 // indirect github.com/hugo-fixit/shortcode-caniuse v1.2.2 // indirect github.com/hugo-fixit/shortcode-rewards v1.0.5 // indirect ) diff --git a/go.sum b/go.sum index cd0430f..315fc7d 100644 --- a/go.sum +++ b/go.sum @@ -1,9 +1,9 @@ -github.com/hugo-fixit/FixIt v0.3.17-0.20241219062055-036cbb415b1e h1:expoTaO4Ze86BLyyjWJRg901seXrBz5s9yE97V+FzoA= -github.com/hugo-fixit/FixIt v0.3.17-0.20241219062055-036cbb415b1e/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU= -github.com/hugo-fixit/cmpt-translate v1.3.0 h1:gvG2BbhWocQzOumyEIWvgJwr39ZrUm0FGh4M7Hk0uD0= -github.com/hugo-fixit/cmpt-translate v1.3.0/go.mod h1:JZ0STubquTlRgyyGhGPlt2s0KJ1gCa99+P8ltTwQRM4= -github.com/hugo-fixit/component-projects v1.5.0 h1:1FVgdGWm2GeJhJUfY20flelkH2a8+PyRGAFJHD385RU= -github.com/hugo-fixit/component-projects v1.5.0/go.mod h1:nXW0R37REwpfwUD1I4RtB5QW71vw66nRyB9uEpYxr+c= +github.com/hugo-fixit/FixIt v0.3.17-0.20241219090743-45ce8679ad9c h1:VLbwpsKyu+ryODz3NiZmZJz9RgQUeQPdFowONuhO/gA= +github.com/hugo-fixit/FixIt v0.3.17-0.20241219090743-45ce8679ad9c/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU= +github.com/hugo-fixit/cmpt-translate v1.4.0 h1:eLwaSscEcP+OUq2JD7HF+VBbgZ5Gp1rUOySYWt2GavY= +github.com/hugo-fixit/cmpt-translate v1.4.0/go.mod h1:JZ0STubquTlRgyyGhGPlt2s0KJ1gCa99+P8ltTwQRM4= +github.com/hugo-fixit/component-projects v1.5.3 h1:phKG//aW4sF9CSUn6kJry2ovBGSlJzxF5H7+ZSlemQw= +github.com/hugo-fixit/component-projects v1.5.3/go.mod h1:nXW0R37REwpfwUD1I4RtB5QW71vw66nRyB9uEpYxr+c= github.com/hugo-fixit/shortcode-caniuse v1.2.2 h1:cuJVdJ1A0IgJnMQjifCDeRSRxIY0plTgs+wthCbrIls= github.com/hugo-fixit/shortcode-caniuse v1.2.2/go.mod h1:RoPLFt+7uLui5rjvkC/qFGeo4nly5AzzwIID9SoDKNc= github.com/hugo-fixit/shortcode-rewards v1.0.5 h1:Fudm/FoKt/K5rhTvOpHyvniAQFOAoQ1V/Z33TpReGkA=