From d4af78959b4441bf11c8ba38e12e822a30dd900b Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Thu, 25 Apr 2024 11:33:46 +0800 Subject: [PATCH] =?UTF-8?q?Chore:=20=E6=9B=B4=E6=96=B0=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E5=88=B0=200.3.3=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 58898c4f..e677c5a4 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,6 @@ go 1.20 require ( github.com/Lruihao/hugo-shortcode-sponsor-log v1.0.0 // indirect - github.com/hugo-fixit/FixIt v0.3.3-0.20240424121417-1ed0acdf35d0 // indirect + github.com/hugo-fixit/FixIt v0.3.3 // indirect github.com/hugo-fixit/component-projects v1.0.0 // indirect ) diff --git a/go.sum b/go.sum index 429a7030..96fa168b 100644 --- a/go.sum +++ b/go.sum @@ -1,6 +1,6 @@ github.com/Lruihao/hugo-shortcode-sponsor-log v1.0.0 h1:HN1tKv3xYVZRSz+xt2Wr3hLbqxi5yK6OZRecYj22yyU= github.com/Lruihao/hugo-shortcode-sponsor-log v1.0.0/go.mod h1:B0v1x6BWWp5g6w82hBfZkJNPTyTw8Cvt6ccZ7BllA20= -github.com/hugo-fixit/FixIt v0.3.3-0.20240424121417-1ed0acdf35d0 h1:w/JGk+hhFDM1Ybp0ZhojWnxo3yN3OcQaeJ8MvF89H3Q= -github.com/hugo-fixit/FixIt v0.3.3-0.20240424121417-1ed0acdf35d0/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU= +github.com/hugo-fixit/FixIt v0.3.3 h1:6GWnYt43HZHntIo6n7U5B4Zt1LJjomGnf0hQYYGv3Qk= +github.com/hugo-fixit/FixIt v0.3.3/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU= github.com/hugo-fixit/component-projects v1.0.0 h1:7DIf78w9AbIjagahgov3Yr3/A7LzgY+eQoCh4rXdyN0= github.com/hugo-fixit/component-projects v1.0.0/go.mod h1:nXW0R37REwpfwUD1I4RtB5QW71vw66nRyB9uEpYxr+c=