Merge pull request 'chore: migrate module path to gitea.unbound.se' (#269) from migrate-to-gitea into main
authz_client / test (push) Successful in 4m45s
authz_client / vulnerabilities (push) Successful in 4m55s
Release / release (push) Successful in 4m58s
pre-commit / pre-commit (push) Has been cancelled

Reviewed-on: #269
This commit was merged in pull request #269.
This commit is contained in:
2026-01-09 13:50:03 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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"))
+1 -1
View File
@@ -1,4 +1,4 @@
module git.unbound.se/shiny/authz_client
module gitea.unbound.se/shiny/authz_client
go 1.22.12