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