forked from mystiq/dex
fixup
This commit is contained in:
parent
3cd0d84e31
commit
510293a984
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,7 @@ import (
|
|||
"os"
|
||||
"time"
|
||||
|
||||
"github.com/coreos/pkg/flagutil"
|
||||
"github.com/gorilla/handlers"
|
||||
|
||||
"github.com/coreos/dex/connector"
|
||||
|
@ -17,7 +18,6 @@ import (
|
|||
"github.com/coreos/dex/pkg/log"
|
||||
ptime "github.com/coreos/dex/pkg/time"
|
||||
"github.com/coreos/dex/server"
|
||||
"github.com/coreos/pkg/flagutil"
|
||||
)
|
||||
|
||||
var version = "DEV"
|
||||
|
|
Loading…
Reference in a new issue