From 9a4ee4fc335abcb0801e641fbd4b2a8ffc67d31e Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Mon, 26 Jan 2026 22:54:42 +0100 Subject: [PATCH] fix: update Go module path to include `/v4`. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6a8a679..e75e573 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/CaiJimmy/hugo-theme-stack +module github.com/CaiJimmy/hugo-theme-stack/v4 go 1.17