From 88025b3d7c609bbfbda1da0cc37a3374001d9ec7 Mon Sep 17 00:00:00 2001
From: Alastair Houghton <alastair@alastairs-place.net>
Date: Thu, 18 Mar 2021 14:08:54 +0000
Subject: [PATCH] fix: remove some additional dependencies.

Accidentally added some of these back during merge.

Signed-off-by: Alastair Houghton <alastair@alastairs-place.net>
---
 server/handlers_test.go | 4 ----
 1 file changed, 4 deletions(-)

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