replace github url

This commit is contained in:
ORZ (Paul Orzel) 2025-06-20 09:45:28 +02:00
parent 29d69ca2e0
commit 653b807f5d
98 changed files with 219 additions and 219 deletions

View file

@ -14,11 +14,11 @@ import (
"testing"
"time"
httphelper "git.christmann.info/LARA/zitadel-oidc/v3/pkg/http"
"git.christmann.info/LARA/zitadel-oidc/v3/pkg/oidc"
"github.com/muhlemmer/gu"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
httphelper "github.com/zitadel/oidc/v3/pkg/http"
"github.com/zitadel/oidc/v3/pkg/oidc"
"github.com/zitadel/schema"
)