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"