diff --git a/server/handlers_test.go b/server/handlers_test.go index edf8accc..83249ec8 100644 --- a/server/handlers_test.go +++ b/server/handlers_test.go @@ -13,6 +13,9 @@ import ( gosundheit "github.com/AppsFlyer/go-sundheit" "github.com/AppsFlyer/go-sundheit/checks" + "github.com/coreos/go-oidc/v3/oidc" + "github.com/stretchr/testify/require" + "golang.org/x/oauth2" "github.com/dexidp/dex/storage" )