Skip to content

Commit bd7b364

Browse files
committed
change: update all references to old project name to keycloak-client-golang
1 parent ddfcbaa commit bd7b364

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PROJECT := user-management-api
1+
PROJECT := keycloak-client-golang
22
GIT_COMMIT := $(shell git rev-list -1 HEAD)
33

44
.PHONY: help

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
1111
See [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

1616
func main() {
1717
realmInfo := auth.KeycloakRealmInfo{
@@ -75,9 +75,9 @@ This project is maintained by [Greenbone AG][Greenbone Networks]
7575
## Contributing
7676

7777
Your 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)
7979
on 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)
8181
first.
8282

8383
## License

auth/example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2929
func setupToken() (token string, clean func()) {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/greenbone/user-management-api
1+
module github.com/greenbone/keycloak-client-golang
22

33
go 1.21
44

0 commit comments

Comments
 (0)