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