feat: go 1.22 and slog migration
This commit is contained in:
parent
b93f625088
commit
0934266d75
26 changed files with 106 additions and 120 deletions
|
@ -6,12 +6,12 @@ package mock
|
|||
|
||||
import (
|
||||
context "context"
|
||||
slog "log/slog"
|
||||
reflect "reflect"
|
||||
|
||||
gomock "github.com/golang/mock/gomock"
|
||||
http "github.com/zitadel/oidc/v3/pkg/http"
|
||||
op "github.com/zitadel/oidc/v3/pkg/op"
|
||||
slog "golang.org/x/exp/slog"
|
||||
)
|
||||
|
||||
// MockAuthorizer is a mock of Authorizer interface.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue