From 6698f1f80a7ffc2832589a138e71499bbd21dd1d Mon Sep 17 00:00:00 2001 From: krishnadurai Date: Tue, 7 Jan 2020 11:48:35 -0800 Subject: [PATCH] Corrects imports after merge Signed-off-by: justin-slowik --- cmd/dex/config_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/dex/config_test.go b/cmd/dex/config_test.go index f17f62b4..12c7b218 100644 --- a/cmd/dex/config_test.go +++ b/cmd/dex/config_test.go @@ -4,8 +4,6 @@ import ( "os" "testing" - "github.com/dexidp/dex/server" - "github.com/ghodss/yaml" "github.com/kylelemons/godebug/pretty"