reformat imports

This commit is contained in:
Livio Amstutz 2020-09-07 09:47:14 +02:00
parent 007a68d861
commit a4ee37dd31
7 changed files with 16 additions and 15 deletions

View file

@ -5,8 +5,6 @@ import (
"net/http"
"strings"
"github.com/gorilla/schema"
"github.com/caos/oidc/pkg/oidc"
"github.com/caos/oidc/pkg/utils"
)