Skip to content

Commit

Permalink
cmd: Import glob in rego/doc.go
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Liebowitz <[email protected]>
  • Loading branch information
rliebz authored and aeneasr committed Jan 29, 2019
1 parent 18e3f84 commit 7798442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/ladon/rego/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ import (
_ "github.com/ory/keto/engine/ladon/rego/condition"
_ "github.com/ory/keto/engine/ladon/rego/core"
_ "github.com/ory/keto/engine/ladon/rego/exact"
_ "github.com/ory/keto/engine/ladon/rego/glob"
_ "github.com/ory/keto/engine/ladon/rego/regex"
)

0 comments on commit 7798442

Please sign in to comment.