From 7ceca4ca4636c0a9da26767d1e9dbde1c2634cae Mon Sep 17 00:00:00 2001 From: Maxim Lebedev Date: Sun, 27 Mar 2022 19:33:04 +0500 Subject: [PATCH] :truck: Moved modules from GitLab to Gitea --- README.md | 4 +++- cloudflare/go.mod | 2 +- functions/go.mod | 2 +- go.mod | 2 +- webmonetization/go.mod | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 18789e9..2aa5da7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # Hugo Modules -Some [modules for Hugo](https://gohugo.io/hugo-modules/) that I created mainly for [my website](https://gitlab.com/toby3d/toby3d.gitlab.io). + +Some [modules for Hugo](https://gohugo.io/hugo-modules/) that I created mainly +for [my website](https://source.toby3d.me/toby3d/website). diff --git a/cloudflare/go.mod b/cloudflare/go.mod index 7001014..07803ec 100644 --- a/cloudflare/go.mod +++ b/cloudflare/go.mod @@ -1,3 +1,3 @@ -module gitlab.com/toby3d/hugo/cloudflare +module source.toby3d.me/toby3d/hugo/cloudflare go 1.15 diff --git a/functions/go.mod b/functions/go.mod index 1a9a635..4fe9bce 100644 --- a/functions/go.mod +++ b/functions/go.mod @@ -1,3 +1,3 @@ -module gitlab.com/toby3d/hugo/functions +module source.toby3d.me/toby3d/hugo/functions go 1.16 diff --git a/go.mod b/go.mod index 4aff6f5..8c5e9bc 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module gitlab.com/toby3d/hugo +module source.toby3d.me/toby3d/hugo go 1.16 diff --git a/webmonetization/go.mod b/webmonetization/go.mod index 053e6f4..d0941a0 100644 --- a/webmonetization/go.mod +++ b/webmonetization/go.mod @@ -1,3 +1,3 @@ -module gitlab.com/toby3d/hugo/webmonetization +module source.toby3d.me/toby3d/hugo/webmonetization go 1.15