From 7e5d90535a6a865eee31443d610d8f0c4b34d780 Mon Sep 17 00:00:00 2001 From: Luca Zeuch Date: Mon, 22 Jan 2024 09:57:42 +0100 Subject: [PATCH] hugo: change module namespace to botlabs-gg Change the module namespace from l-zeuch to botlabs-gg, according to the repo transfer after the initial setup. Signed-off-by: Luca Zeuch --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 67ad1a9..3882c62 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ -module github.com/l-zeuch/yagpdb-docs-v2 +module github.com/botlabs-gg/yagpdb-docs-v2 go 1.20 -require github.com/McShelby/hugo-theme-relearn v0.0.0-20231213214259-609539c31407 // indirect +require github.com/McShelby/hugo-theme-relearn v0.0.0-20231220191733-974798afca08 // indirect diff --git a/go.sum b/go.sum index 99d649e..c68c64a 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/McShelby/hugo-theme-relearn v0.0.0-20231213214259-609539c31407 h1:c/g6NSk2EuxQRTYBO4R2lhZaeZnNJWjvrz2BkvjLUA0= -github.com/McShelby/hugo-theme-relearn v0.0.0-20231213214259-609539c31407/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM= +github.com/McShelby/hugo-theme-relearn v0.0.0-20231220191733-974798afca08 h1:/IwtRTh902YVZs2tDZ9WzO8cQne5Z0SDqfvu90Gr/AY= +github.com/McShelby/hugo-theme-relearn v0.0.0-20231220191733-974798afca08/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM=