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
|
@ -3,10 +3,10 @@
|
|||
package oidc
|
||||
|
||||
import (
|
||||
"log/slog"
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"golang.org/x/exp/slog"
|
||||
)
|
||||
|
||||
func TestAuthRequest_LogValue(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue