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
|
@ -2,9 +2,9 @@ package rp
|
|||
|
||||
import (
|
||||
"context"
|
||||
"log/slog"
|
||||
|
||||
"github.com/zitadel/logging"
|
||||
"golang.org/x/exp/slog"
|
||||
)
|
||||
|
||||
func logCtxWithRPData(ctx context.Context, rp RelyingParty, attrs ...any) context.Context {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue