fix(module): rename caos to zitadel

This commit is contained in:
adlerhurst 2022-04-27 00:28:09 +02:00
parent 826c8b89d4
commit bb4d854efe
63 changed files with 127 additions and 127 deletions

View file

@ -11,9 +11,9 @@ import (
"github.com/stretchr/testify/require"
"gopkg.in/square/go-jose.v2"
"github.com/caos/oidc/v2/pkg/oidc"
"github.com/caos/oidc/v2/pkg/op"
"github.com/caos/oidc/v2/pkg/op/mock"
"github.com/zitadel/oidc/v2/pkg/oidc"
"github.com/zitadel/oidc/v2/pkg/op"
"github.com/zitadel/oidc/v2/pkg/op/mock"
)
func TestDiscover(t *testing.T) {