Skip to content

Commit

Permalink
chore: trying to use fork
Browse files Browse the repository at this point in the history
  • Loading branch information
mviniciusgc committed May 5, 2023
1 parent 278f9c6 commit 339205e
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -53,4 +53,4 @@ jobs:
# Updating go report card for main branch only
- name: GoReportCard
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
run: curl --fail --request POST "https://goreportcard.com/checks" --data "repo=github.com/Nerzal/gocloak"
run: curl --fail --request POST "https://goreportcard.com/checks" --data "repo=github.com/mviniciusgc/gocloak"
2 changes: 1 addition & 1 deletion .golangci.yml
Expand Up @@ -23,7 +23,7 @@ linters-settings:
govet:
check-shadowing: false
goimports:
local-prefixes: github.com/Nerzal/gocloak
local-prefixes: github.com/mviniciusgc/gocloak
gocognit:
min-complexity: 15
gocyclo:
Expand Down
28 changes: 14 additions & 14 deletions README.md
@@ -1,44 +1,44 @@
# gocloak

[![codebeat badge](https://codebeat.co/badges/18a37f35-6a95-4e40-9e78-272233892332)](https://codebeat.co/projects/github-com-nerzal-gocloak-main)
[![Go Report Card](https://goreportcard.com/badge/github.com/Nerzal/gocloak)](https://goreportcard.com/report/github.com/Nerzal/gocloak)
[![Go Doc](https://godoc.org/github.com/Nerzal/gocloak?status.svg)](https://godoc.org/github.com/Nerzal/gocloak)
[![Build Status](https://github.com/Nerzal/gocloak/workflows/Tests/badge.svg)](https://github.com/Nerzal/gocloak/actions?query=branch%3Amain+event%3Apush)
[![GitHub release](https://img.shields.io/github/tag/Nerzal/gocloak.svg)](https://GitHub.com/Nerzal/gocloak/releases/)
[![codecov](https://codecov.io/gh/Nerzal/gocloak/branch/master/graph/badge.svg)](https://codecov.io/gh/Nerzal/gocloak)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FNerzal%2Fgocloak.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FNerzal%2Fgocloak?ref=badge_shield)
[![codebeat badge](https://codebeat.co/badges/18a37f35-6a95-4e40-9e78-272233892332)](https://codebeat.co/projects/github-com-mviniciusgc-gocloak-main)
[![Go Report Card](https://goreportcard.com/badge/github.com/mviniciusgc/gocloak)](https://goreportcard.com/report/github.com/mviniciusgc/gocloak)
[![Go Doc](https://godoc.org/github.com/mviniciusgc/gocloak?status.svg)](https://godoc.org/github.com/mviniciusgc/gocloak)
[![Build Status](https://github.com/mviniciusgc/gocloak/workflows/Tests/badge.svg)](https://github.com/mviniciusgc/gocloak/actions?query=branch%3Amain+event%3Apush)
[![GitHub release](https://img.shields.io/github/tag/mviniciusgc/gocloak.svg)](https://GitHub.com/mviniciusgc/gocloak/releases/)
[![codecov](https://codecov.io/gh/mviniciusgc/gocloak/branch/master/graph/badge.svg)](https://codecov.io/gh/mviniciusgc/gocloak)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmviniciusgc%2Fgocloak.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmviniciusgc%2Fgocloak?ref=badge_shield)

Golang Keycloak API Package

This client is based on: [go-keycloak](https://github.com/PhilippHeuer/go-keycloak)

For Questions either raise an issue, or come to the [gopher-slack](https://invite.slack.golangbridge.org/) into the channel [#gocloak](https://gophers.slack.com/app_redirect?channel=gocloak)

If u are using the echo framework have a look at [gocloak-echo](https://github.com/Nerzal/gocloak-echo)
If u are using the echo framework have a look at [gocloak-echo](https://github.com/mviniciusgc/gocloak-echo)

Benchmarks can be found [here](https://nerzal.github.io/gocloak/dev/bench/)
Benchmarks can be found [here](https://mviniciusgc.github.io/gocloak/dev/bench/)

## Contribution

(WIP) <https://github.com/Nerzal/gocloak/wiki/Contribute>
(WIP) <https://github.com/mviniciusgc/gocloak/wiki/Contribute>

## Changelog

For release notes please consult the specific releases [here](https://github.com/Nerzal/gocloak/releases)
For release notes please consult the specific releases [here](https://github.com/mviniciusgc/gocloak/releases)


## Usage

### Installation

```shell
go get github.com/Nerzal/gocloak/v13
go get github.com/mviniciusgc/gocloak/v13
```

### Importing

```go
import "github.com/Nerzal/gocloak/v13"
import "github.com/mviniciusgc/gocloak/v13"
```

### Create New User
Expand Down Expand Up @@ -489,7 +489,7 @@ Note that empty parameters are not included, because of the use of ```omitempty`

## License

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FNerzal%2Fgocloak.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FNerzal%2Fgocloak?ref=badge_large)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmviniciusgc%2Fgocloak.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmviniciusgc%2Fgocloak?ref=badge_large)

## Related Projects

Expand Down
2 changes: 1 addition & 1 deletion client.go
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/pkg/errors"
"github.com/segmentio/ksuid"

"github.com/Nerzal/gocloak/v13/pkg/jwx"
"github.com/mviniciusgc/gocloak/v13/pkg/jwx"
)

// GoCloak provides functionalities to talk to Keycloak.
Expand Down
2 changes: 1 addition & 1 deletion client_benchmark_test.go
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"testing"

"github.com/Nerzal/gocloak/v13"
"github.com/mviniciusgc/gocloak/v13"

"github.com/stretchr/testify/assert"
)
Expand Down
2 changes: 1 addition & 1 deletion client_test.go
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/stretchr/testify/require"
"golang.org/x/crypto/pkcs12"

"github.com/Nerzal/gocloak/v13"
"github.com/mviniciusgc/gocloak/v13"
)

type configAdmin struct {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,4 +1,4 @@
module github.com/Nerzal/gocloak/v13
module github.com/mviniciusgc/gocloak/v13

go 1.18

Expand Down
2 changes: 1 addition & 1 deletion model_test.go
Expand Up @@ -5,7 +5,7 @@ import (
"errors"
"testing"

"github.com/Nerzal/gocloak/v13"
"github.com/mviniciusgc/gocloak/v13"

"github.com/stretchr/testify/assert"
)
Expand Down
2 changes: 1 addition & 1 deletion utils_test.go
Expand Up @@ -5,7 +5,7 @@ import (

"github.com/stretchr/testify/assert"

"github.com/Nerzal/gocloak/v13"
"github.com/mviniciusgc/gocloak/v13"
)

func TestStringP(t *testing.T) {
Expand Down

0 comments on commit 339205e

Please sign in to comment.