refactor: update module path to new repository location
authz_client / test (pull_request) Successful in 3m25s
authz_client / vulnerabilities (pull_request) Successful in 3m42s

Remove GitLab CI linter configuration and update module path from 
`gitlab.com/unboundsoftware/shiny/authz_client` to 
`git.unbound.se/shiny/authz_client` in all relevant files. 
These changes reflect a migration to a new hosting service.
This commit is contained in:
2026-01-09 09:28:16 +01:00
parent 2e1eb327e0
commit 681afe2626
4 changed files with 3 additions and 13 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ Provides a client for the authz-service, handling privilege management for users
### Usage
```go
import client "gitlab.com/unboundsoftware/shiny/authz_client"
import client "git.unbound.se/shiny/authz_client"
// Create handler with options
handler := client.New(client.WithBaseURL("http://authz-service"))