From 1ff74d322a112331f0dd62524b39b1a908ce8e23 Mon Sep 17 00:00:00 2001 From: Brian Van Klaveren Date: Fri, 26 Apr 2019 19:47:53 -0700 Subject: [PATCH] Fix imports --- oauthproxy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauthproxy_test.go b/oauthproxy_test.go index 042e6a5..0704596 100644 --- a/oauthproxy_test.go +++ b/oauthproxy_test.go @@ -5,7 +5,6 @@ import ( "crypto" "encoding/base64" "fmt" - "github.com/coreos/go-oidc" "io" "io/ioutil" "net" @@ -17,6 +16,7 @@ import ( "testing" "time" + "github.com/coreos/go-oidc" "github.com/mbland/hmacauth" "github.com/pusher/oauth2_proxy/logger" "github.com/pusher/oauth2_proxy/pkg/apis/sessions"