From a9e1b3f926c283129fdcaf992c1fc8b27e3a3fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Fri, 23 Feb 2024 11:04:34 +0100 Subject: [PATCH] Update integration_test.go --- pkg/client/integration_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/client/integration_test.go b/pkg/client/integration_test.go index 2f3bdbf..2556d33 100644 --- a/pkg/client/integration_test.go +++ b/pkg/client/integration_test.go @@ -21,6 +21,7 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "golang.org/x/exp/slog" + "golang.org/x/oauth2" "github.com/zitadel/oidc/v3/example/server/exampleop" "github.com/zitadel/oidc/v3/example/server/storage"