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

@ -1,5 +1,5 @@
// Code generated by MockGen. DO NOT EDIT.
// Source: github.com/caos/oidc/pkg/op (interfaces: Client)
// Source: github.com/zitadel/oidc/pkg/op (interfaces: Client)
// Package mock is a generated GoMock package.
package mock
@ -8,8 +8,8 @@ import (
reflect "reflect"
time "time"
oidc "github.com/caos/oidc/pkg/oidc"
op "github.com/caos/oidc/pkg/op"
oidc "github.com/zitadel/oidc/pkg/oidc"
op "github.com/zitadel/oidc/pkg/op"
gomock "github.com/golang/mock/gomock"
)