From 5a967b1cac7cf18b88c04f5487060d4877c927e2 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Tue, 24 Dec 2024 19:22:37 +0800 Subject: [PATCH] =?UTF-8?q?Chore:=20AI=20=E6=91=98=E8=A6=81=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E5=A4=9A=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 242054d..74e26af 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module github.com/hugo-fixit/docs go 1.20 require ( - 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/FixIt v0.3.17-0.20241224112006-33a8861ec656 // indirect + github.com/hugo-fixit/cmpt-translate v1.5.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 315fc7d..a36cba0 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ -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/FixIt v0.3.17-0.20241224112006-33a8861ec656 h1:NSzsW/YFrvx+1PMFjdTD6EytXQFpdJtrnEsvqnr3aXQ= +github.com/hugo-fixit/FixIt v0.3.17-0.20241224112006-33a8861ec656/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU= +github.com/hugo-fixit/cmpt-translate v1.5.0 h1:UoJ+YzVvn13CzwhMzRcXxnaFh1gDSH/1K/WyUeTcwvY= +github.com/hugo-fixit/cmpt-translate v1.5.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=