Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 21, 2019
1 parent 40e3b89 commit 37d7ede
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cmd/root.go
Expand Up @@ -35,6 +35,8 @@ import (
"github.com/ory/x/viperx"

"github.com/ory/x/logrusx"

"github.com/ory/oathkeeper/driver/configuration"
)

var schemas = packr.New("schemas", "../.schemas")
Expand Down Expand Up @@ -64,6 +66,7 @@ func init() {

cobra.OnInitialize(func() {
viperx.InitializeConfig("oathkeeper", "", nil)
configuration.BindEnvs()

logger = logrusx.New()

Expand Down
1 change: 0 additions & 1 deletion go.mod
Expand Up @@ -9,7 +9,6 @@ require (
github.com/blang/semver v3.5.1+incompatible
github.com/bxcodec/faker v2.0.1+incompatible
github.com/cenkalti/backoff v2.1.1+incompatible
github.com/codegangsta/negroni v1.0.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fsnotify/fsnotify v1.4.7
github.com/ghodss/yaml v1.0.0
Expand Down

0 comments on commit 37d7ede

Please sign in to comment.