mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-30 02:46:30 +02:00
run goimports (#1651)
This commit is contained in:
parent
744d4453d5
commit
fdbef33aa1
1 changed files with 2 additions and 1 deletions
|
@ -12,9 +12,10 @@ import (
|
||||||
"net/http"
|
"net/http"
|
||||||
|
|
||||||
go_oidc "github.com/coreos/go-oidc"
|
go_oidc "github.com/coreos/go-oidc"
|
||||||
|
"golang.org/x/oauth2"
|
||||||
|
|
||||||
"github.com/pomerium/pomerium/internal/identity/oauth"
|
"github.com/pomerium/pomerium/internal/identity/oauth"
|
||||||
pom_oidc "github.com/pomerium/pomerium/internal/identity/oidc"
|
pom_oidc "github.com/pomerium/pomerium/internal/identity/oidc"
|
||||||
"golang.org/x/oauth2"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// Name identifies the Azure identity provider
|
// Name identifies the Azure identity provider
|
||||||
|
|
Loading…
Add table
Reference in a new issue