Lint
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2020-11-21 14:48:23 +01:00
parent 8666f91402
commit 5aae4bcb59
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 6 additions and 5 deletions

View File

@ -17,15 +17,16 @@
package openid
import (
"code.vikunja.io/api/pkg/config"
"code.vikunja.io/api/pkg/modules/keyvalue"
kerr "code.vikunja.io/api/pkg/modules/keyvalue/error"
"context"
"github.com/coreos/go-oidc"
"golang.org/x/oauth2"
"regexp"
"strconv"
"strings"
"code.vikunja.io/api/pkg/config"
"code.vikunja.io/api/pkg/modules/keyvalue"
kerr "code.vikunja.io/api/pkg/modules/keyvalue/error"
"github.com/coreos/go-oidc"
"golang.org/x/oauth2"
)
// GetAllProviders returns all configured providers