fix: imports of changed url

This commit is contained in:
ORZ (Paul Orzel) 2025-07-17 15:33:33 +02:00
parent 2567f02e81
commit cdcca8cd21
2 changed files with 2 additions and 2 deletions

View file

@ -10,9 +10,9 @@ import (
"strings"
"time"
"git.christmann.info/LARA/zitadel-oidc/v3/internal/otel"
"github.com/go-jose/go-jose/v4"
"github.com/zitadel/logging"
"github.com/zitadel/oidc/v3/internal/otel"
"golang.org/x/oauth2"
"git.christmann.info/LARA/zitadel-oidc/v3/pkg/crypto"