feat(op): allow double star globs (#507)
Related to https://github.com/zitadel/zitadel/issues/5110
This commit is contained in:
parent
dce79a73fb
commit
c37ca25220
8 changed files with 374 additions and 2 deletions
1
go.mod
1
go.mod
|
@ -3,6 +3,7 @@ module github.com/zitadel/oidc/v3
|
|||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/bmatcuk/doublestar/v4 v4.6.1
|
||||
github.com/go-chi/chi/v5 v5.0.11
|
||||
github.com/go-jose/go-jose/v3 v3.0.1
|
||||
github.com/golang/mock v1.6.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue