fix(module): rename caos to zitadel
This commit is contained in:
parent
826c8b89d4
commit
bb4d854efe
63 changed files with 127 additions and 127 deletions
|
@ -6,9 +6,9 @@ import (
|
|||
"net/http"
|
||||
"time"
|
||||
|
||||
"github.com/caos/oidc/v2/pkg/client"
|
||||
httphelper "github.com/caos/oidc/v2/pkg/http"
|
||||
"github.com/caos/oidc/v2/pkg/oidc"
|
||||
"github.com/zitadel/oidc/v2/pkg/client"
|
||||
httphelper "github.com/zitadel/oidc/v2/pkg/http"
|
||||
"github.com/zitadel/oidc/v2/pkg/oidc"
|
||||
)
|
||||
|
||||
type ResourceServer interface {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue