chore(next): v4 module for development

This commit is contained in:
Tim Möhlmann 2024-04-02 14:23:12 +03:00
parent 5cdb65c30b
commit 14e8529b68
98 changed files with 217 additions and 217 deletions

View file

@ -11,9 +11,9 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/zitadel/oidc/v3/pkg/oidc"
"github.com/zitadel/oidc/v3/pkg/op"
"github.com/zitadel/oidc/v3/pkg/op/mock"
"github.com/zitadel/oidc/v4/pkg/oidc"
"github.com/zitadel/oidc/v4/pkg/op"
"github.com/zitadel/oidc/v4/pkg/op/mock"
)
func TestDiscover(t *testing.T) {