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

@ -4,6 +4,7 @@ import (
"context"
"encoding/base64"
"errors"
"log/slog"
"net/http"
"net/url"
"time"
@ -11,7 +12,6 @@ import (
"github.com/go-jose/go-jose/v3"
"github.com/google/uuid"
"github.com/zitadel/logging"
"golang.org/x/exp/slog"
"golang.org/x/oauth2"
"golang.org/x/oauth2/clientcredentials"