Fix goimports

This commit is contained in:
Mark Sagi-Kazar
2019-12-18 15:53:34 +01:00
parent 367b187cf4
commit 9bd5ae5197
6 changed files with 12 additions and 11 deletions

View File

@@ -14,11 +14,12 @@ import (
"time"
"github.com/beevik/etree"
dsig "github.com/russellhaering/goxmldsig"
"github.com/russellhaering/goxmldsig/etreeutils"
"github.com/dexidp/dex/connector"
"github.com/dexidp/dex/pkg/groups"
"github.com/dexidp/dex/pkg/log"
dsig "github.com/russellhaering/goxmldsig"
"github.com/russellhaering/goxmldsig/etreeutils"
)
// nolint