File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- PROJECT := user-management-api
1+ PROJECT := keycloak-client-golang
22GIT_COMMIT := $(shell git rev-list -1 HEAD)
33
44.PHONY : help
Original file line number Diff line number Diff line change 11![ Greenbone Logo] ( https://www.greenbone.net/wp-content/uploads/gb_new-logo_horizontal_rgb_small.png )
22
3- [ ![ GitHub releases] ( https://img.shields.io/github/release/greenbone/user-management-api .svg )] ( https://github.com/greenbone/user-management-api /releases )
3+ [ ![ GitHub releases] ( https://img.shields.io/github/release/greenbone/keycloak-client-golang .svg )] ( https://github.com/greenbone/keycloak-client-golang /releases )
44
55# User management modules
66
@@ -11,7 +11,7 @@ This repository contains reusable user management modules.
1111See [ auth/example_test.go] ( auth/example_test.go ) for example usage or snippet below:
1212
1313``` go
14- import " github.com/greenbone/user-management-api /auth"
14+ import " github.com/greenbone/keycloak-client-golang /auth"
1515
1616func main () {
1717 realmInfo := auth.KeycloakRealmInfo {
@@ -75,9 +75,9 @@ This project is maintained by [Greenbone AG][Greenbone Networks]
7575## Contributing
7676
7777Your contributions are highly appreciated. Please
78- [ create a pull request] ( https://github.com/greenbone/user-management-api /pulls )
78+ [ create a pull request] ( https://github.com/greenbone/keycloak-client-golang /pulls )
7979on GitHub. Bigger changes need to be discussed with the development team via the
80- [ issues section at GitHub] ( https://github.com/greenbone/user-management-api /issues )
80+ [ issues section at GitHub] ( https://github.com/greenbone/keycloak-client-golang /issues )
8181first.
8282
8383## License
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
2323 "github.com/jarcoal/httpmock"
2424 "github.com/samber/lo"
2525
26- "github.com/greenbone/user-management-api /auth"
26+ "github.com/greenbone/keycloak-client-golang /auth"
2727)
2828
2929func setupToken () (token string , clean func ()) {
Original file line number Diff line number Diff line change 1- module github.com/greenbone/user-management-api
1+ module github.com/greenbone/keycloak-client-golang
22
33go 1.21
44
You can’t perform that action at this time.
0 commit comments