feat: go 1.22 and slog migration

This commit is contained in:
Tim Möhlmann 2024-02-26 11:57:19 +02:00
parent b93f625088
commit 0934266d75
26 changed files with 106 additions and 120 deletions

View file

@ -5,6 +5,7 @@ import (
"context"
"fmt"
"io"
"log/slog"
"net/http"
"net/http/httptest"
"net/url"
@ -19,7 +20,6 @@ import (
httphelper "github.com/zitadel/oidc/v3/pkg/http"
"github.com/zitadel/oidc/v3/pkg/oidc"
"github.com/zitadel/schema"
"golang.org/x/exp/slog"
)
func TestRegisterServer(t *testing.T) {