From 60d9eea9c9b755d10950dfdd5415bd830ff0d681 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 9 Jan 2026 14:29:12 +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 +- CLAUDE.md | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 509160d..f6a8721 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: go-imports args: - -local - - git.unbound.se/shiny/authz_client + - gitea.unbound.se/shiny/authz_client - repo: https://github.com/lietu/go-pre-commit rev: v1.0.0 hooks: diff --git a/CLAUDE.md b/CLAUDE.md index f1f368b..c30a006 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -17,7 +17,7 @@ Provides a client for the authz-service, handling privilege management for users ### Usage ```go -import client "git.unbound.se/shiny/authz_client" +import client "gitea.unbound.se/shiny/authz_client" // Create handler with options handler := client.New(client.WithBaseURL("http://authz-service")) diff --git a/go.mod b/go.mod index fce564e..fb15c90 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.unbound.se/shiny/authz_client +module gitea.unbound.se/shiny/authz_client go 1.22.12 -- 2.52.0