From 2d5619e4e8fac802a191475421c1af1d97583a37 Mon Sep 17 00:00:00 2001 From: krishnadurai Date: Tue, 7 Jan 2020 11:48:35 -0800 Subject: [PATCH] Corrects imports after merge --- 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 f0f8d7de..694c7c51 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"