Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <github@jimmycai.com>2022-02-06 22:48:44 +0300
committerGitHub <noreply@github.com>2022-02-06 22:48:44 +0300
commitce57ea915e1f6f67e985259c52d6de07ec19e0dd (patch)
tree69eacc070f858ff7eaaaaeb7beffbed23619a9a0
parent9f36a956ca3f6f34bad58f73c159ea2e0e3daee0 (diff)
chore: add /v3 to go.mod
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 1cf4674..776617e 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/v3
go 1.12