Skip to content

Commit

Permalink
Merge pull request #121 from greenbone/AT-1043-rename-repository-to-k…
Browse files Browse the repository at this point in the history
…eycloak-client-golang

update all references to old project name to keycloak-client-golang
  • Loading branch information
larox11 authored Oct 31, 2023
2 parents ddfcbaa + bd7b364 commit ae4ab33
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROJECT := user-management-api
PROJECT := keycloak-client-golang
GIT_COMMIT := $(shell git rev-list -1 HEAD)

.PHONY: help
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Greenbone Logo](https://www.greenbone.net/wp-content/uploads/gb_new-logo_horizontal_rgb_small.png)

[![GitHub releases](https://img.shields.io/github/release/greenbone/user-management-api.svg)](https://github.com/greenbone/user-management-api/releases)
[![GitHub releases](https://img.shields.io/github/release/greenbone/keycloak-client-golang.svg)](https://github.com/greenbone/keycloak-client-golang/releases)

# User management modules

Expand All @@ -11,7 +11,7 @@ This repository contains reusable user management modules.
See [auth/example_test.go](auth/example_test.go) for example usage or snippet below:

```go
import "github.com/greenbone/user-management-api/auth"
import "github.com/greenbone/keycloak-client-golang/auth"

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

Your contributions are highly appreciated. Please
[create a pull request](https://github.com/greenbone/user-management-api/pulls)
[create a pull request](https://github.com/greenbone/keycloak-client-golang/pulls)
on GitHub. Bigger changes need to be discussed with the development team via the
[issues section at GitHub](https://github.com/greenbone/user-management-api/issues)
[issues section at GitHub](https://github.com/greenbone/keycloak-client-golang/issues)
first.

## License
Expand Down
2 changes: 1 addition & 1 deletion auth/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"github.com/jarcoal/httpmock"
"github.com/samber/lo"

"github.com/greenbone/user-management-api/auth"
"github.com/greenbone/keycloak-client-golang/auth"
)

func setupToken() (token string, clean func()) {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/greenbone/user-management-api
module github.com/greenbone/keycloak-client-golang

go 1.21

Expand Down

0 comments on commit ae4ab33

Please sign in to comment.