From 88b4ab1467cf92ecf956aefae840102801576630 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 9 Jan 2026 13:43:50 +0100 Subject: [PATCH] chore: migrate module path to gitea.unbound.se Update module path from git.unbound.se to gitea.unbound.se for Go module discovery over HTTPS. --- .pre-commit-config.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 484321f..f973216 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: go-imports args: - -local - - git.unbound.se/unboundsoftware + - gitea.unbound.se/unboundsoftware/pagination - repo: https://github.com/lietu/go-pre-commit rev: v1.0.0 hooks: diff --git a/go.mod b/go.mod index 169d255..d6701d8 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.unbound.se/unboundsoftware/pagination +module gitea.unbound.se/unboundsoftware/pagination go 1.24.4