refactor: update module path to new repository location
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:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user