chore: move to new org

This commit is contained in:
Florian Forster 2022-04-26 15:33:10 +02:00
parent 72f28a10ce
commit 46bbbfb72a
62 changed files with 134 additions and 133 deletions

View file

@ -3,8 +3,8 @@ package internal
import (
"time"
"github.com/caos/oidc/pkg/oidc"
"github.com/caos/oidc/pkg/op"
"github.com/zitadel/oidc/pkg/oidc"
"github.com/zitadel/oidc/pkg/op"
)
var (

View file

@ -5,9 +5,9 @@ import (
"golang.org/x/text/language"
"github.com/caos/oidc/pkg/op"
"github.com/zitadel/oidc/pkg/op"
"github.com/caos/oidc/pkg/oidc"
"github.com/zitadel/oidc/pkg/oidc"
)
const (

View file

@ -12,8 +12,8 @@ import (
"golang.org/x/text/language"
"gopkg.in/square/go-jose.v2"
"github.com/caos/oidc/pkg/oidc"
"github.com/caos/oidc/pkg/op"
"github.com/zitadel/oidc/pkg/oidc"
"github.com/zitadel/oidc/pkg/op"
)
var (

View file

@ -11,8 +11,8 @@ import (
"github.com/gorilla/mux"
"golang.org/x/text/language"
"github.com/caos/oidc/example/server/internal"
"github.com/caos/oidc/pkg/op"
"github.com/zitadel/oidc/example/server/internal"
"github.com/zitadel/oidc/pkg/op"
)
const (