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

@ -1,5 +1,5 @@
// Code generated by MockGen. DO NOT EDIT.
// Source: github.com/caos/oidc/pkg/op (interfaces: Authorizer)
// Source: github.com/zitadel/oidc/pkg/op (interfaces: Authorizer)
// Package mock is a generated GoMock package.
package mock
@ -10,8 +10,8 @@ import (
gomock "github.com/golang/mock/gomock"
http "github.com/caos/oidc/v2/pkg/http"
op "github.com/caos/oidc/v2/pkg/op"
http "github.com/zitadel/oidc/v2/pkg/http"
op "github.com/zitadel/oidc/v2/pkg/op"
)
// MockAuthorizer is a mock of Authorizer interface.