Update corteza-locale dep
This commit is contained in:
parent
269cdb1ba1
commit
a853f7cfd1
2
go.mod
2
go.mod
@ -14,7 +14,7 @@ require (
|
||||
github.com/SentimensRG/ctx v0.0.0-20180729130232-0bfd988c655d
|
||||
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
|
||||
github.com/brianvoe/gofakeit/v6 v6.16.0
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20221012174025-3ac04a48dbf2
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20221013092948-9ccdcae2b2b4
|
||||
github.com/crewjam/saml v0.4.6
|
||||
github.com/crusttech/go-oidc v0.0.0-20180918092017-982855dad3e1
|
||||
github.com/davecgh/go-spew v1.1.1
|
||||
|
||||
2
go.sum
2
go.sum
@ -118,6 +118,8 @@ github.com/cortezaproject/corteza-locale v0.0.0-20220930135020-6f4d92edd5b4 h1:F
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20220930135020-6f4d92edd5b4/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20221012174025-3ac04a48dbf2 h1:gs9uyW9DN413tbKMsR+ZRFubrlbguWehUzNb1BumCsI=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20221012174025-3ac04a48dbf2/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20221013092948-9ccdcae2b2b4 h1:yYX5kXcFhTpQx1LJsvu9xQqmok3bUZ6JbvUqS/T6FNE=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20221013092948-9ccdcae2b2b4/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
|
||||
github.com/cortezaproject/goqu/v9 v9.18.4 h1:HV7Ocf6xYHIqU4buxYkg3Ght/en93Yr1m71KPhJXW0Y=
|
||||
github.com/cortezaproject/goqu/v9 v9.18.4/go.mod h1:nf0Wc2/hV3gYK9LiyqIrzBEVGlI8qW3GuDCEobC4wBQ=
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
|
||||
|
||||
@ -26,9 +26,9 @@ editor:
|
||||
remove: Remove
|
||||
secret: Secret
|
||||
security:
|
||||
forbiddenRoles:
|
||||
prohibitedRoles:
|
||||
description: Roles from this list will be removed from security context when user authorizes this client
|
||||
label: Forbidden roles
|
||||
label: Prohibited roles
|
||||
forcedRoles:
|
||||
description: Roles from this list will be always added to security context when user authorizes this client
|
||||
label: Forced roles
|
||||
|
||||
@ -101,9 +101,9 @@ editor:
|
||||
ident-identifier: Name of the IdP field used for filling and matching Corteza user email
|
||||
ident-name: Name of the IdP field used for filling Corteza user full name
|
||||
security:
|
||||
forbidden-roles:
|
||||
prohibited-roles:
|
||||
description: Roles from this list will be removed from security context when authenticates with this provider
|
||||
label: Forbidden roles
|
||||
label: Prohibited roles
|
||||
forced-roles:
|
||||
description: Roles from this list will be always added to security context when authenticates with this provider
|
||||
label: Forced roles
|
||||
|
||||
@ -27,9 +27,9 @@ editor:
|
||||
remove: Remove
|
||||
secret: Secret
|
||||
security:
|
||||
forbiddenRoles:
|
||||
prohibitedRoles:
|
||||
description: Roles from this list will be removed from security context when user authorizes this client
|
||||
label: Forbidden roles
|
||||
label: Prohibited roles
|
||||
forcedRoles:
|
||||
description: Roles from this list will be always added to security context when user authorizes this client
|
||||
label: Forced roles
|
||||
|
||||
@ -113,9 +113,9 @@ editor:
|
||||
|
||||
|
||||
security:
|
||||
forbidden-roles:
|
||||
prohibited-roles:
|
||||
description: Roles from this list will be removed from security context when authenticates with this provider
|
||||
label: Forbidden roles
|
||||
label: Prohibited roles
|
||||
forced-roles:
|
||||
description: Roles from this list will be always added to security context when authenticates with this provider
|
||||
label: Forced roles
|
||||
|
||||
@ -26,9 +26,9 @@ editor:
|
||||
remove: Remove
|
||||
secret: Secret
|
||||
security:
|
||||
forbiddenRoles:
|
||||
prohibitedRoles:
|
||||
description: Roles from this list will be removed from security context when user authorizes this client
|
||||
label: Forbidden roles
|
||||
label: Prohibited roles
|
||||
forcedRoles:
|
||||
description: Roles from this list will be always added to security context when user authorizes this client
|
||||
label: Forced roles
|
||||
|
||||
@ -101,9 +101,9 @@ editor:
|
||||
ident-identifier: Name of the IdP field used for filling and matching Corteza user email
|
||||
ident-name: Name of the IdP field used for filling Corteza user full name
|
||||
security:
|
||||
forbidden-roles:
|
||||
prohibited-roles:
|
||||
description: Roles from this list will be removed from security context when authenticates with this provider
|
||||
label: Forbidden roles
|
||||
label: Prohibited roles
|
||||
forced-roles:
|
||||
description: Roles from this list will be always added to security context when authenticates with this provider
|
||||
label: Forced roles
|
||||
|
||||
@ -26,9 +26,9 @@ editor:
|
||||
remove: Remove
|
||||
secret: Secret
|
||||
security:
|
||||
forbiddenRoles:
|
||||
prohibitedRoles:
|
||||
description: Roles from this list will be removed from security context when user authorizes this client
|
||||
label: Forbidden roles
|
||||
label: Prohibited roles
|
||||
forcedRoles:
|
||||
description: Roles from this list will be always added to security context when user authorizes this client
|
||||
label: Forced roles
|
||||
|
||||
@ -101,9 +101,9 @@ editor:
|
||||
ident-identifier: Name of the IdP field used for filling and matching Corteza user email
|
||||
ident-name: Name of the IdP field used for filling Corteza user full name
|
||||
security:
|
||||
forbidden-roles:
|
||||
prohibited-roles:
|
||||
description: Roles from this list will be removed from security context when authenticates with this provider
|
||||
label: Forbidden roles
|
||||
label: Prohibited roles
|
||||
forced-roles:
|
||||
description: Roles from this list will be always added to security context when authenticates with this provider
|
||||
label: Forced roles
|
||||
|
||||
@ -26,9 +26,9 @@ editor:
|
||||
remove: Remove
|
||||
secret: Secret
|
||||
security:
|
||||
forbiddenRoles:
|
||||
prohibitedRoles:
|
||||
description: Roles from this list will be removed from security context when user authorizes this client
|
||||
label: Forbidden roles
|
||||
label: Prohibited roles
|
||||
forcedRoles:
|
||||
description: Roles from this list will be always added to security context when user authorizes this client
|
||||
label: Forced roles
|
||||
|
||||
@ -101,9 +101,9 @@ editor:
|
||||
ident-identifier: Name of the IdP field used for filling and matching Corteza user email
|
||||
ident-name: Name of the IdP field used for filling Corteza user full name
|
||||
security:
|
||||
forbidden-roles:
|
||||
prohibited-roles:
|
||||
description: Roles from this list will be removed from security context when authenticates with this provider
|
||||
label: Forbidden roles
|
||||
label: Prohibited roles
|
||||
forced-roles:
|
||||
description: Roles from this list will be always added to security context when authenticates with this provider
|
||||
label: Forced roles
|
||||
|
||||
@ -26,9 +26,9 @@ editor:
|
||||
remove: Remove
|
||||
secret: Secret
|
||||
security:
|
||||
forbiddenRoles:
|
||||
prohibitedRoles:
|
||||
description: Roles from this list will be removed from security context when user authorizes this client
|
||||
label: Forbidden roles
|
||||
label: Prohibited roles
|
||||
forcedRoles:
|
||||
description: Roles from this list will be always added to security context when user authorizes this client
|
||||
label: Forced roles
|
||||
|
||||
@ -101,9 +101,9 @@ editor:
|
||||
ident-identifier: Name of the IdP field used for filling and matching Corteza user email
|
||||
ident-name: Name of the IdP field used for filling Corteza user full name
|
||||
security:
|
||||
forbidden-roles:
|
||||
prohibited-roles:
|
||||
description: Roles from this list will be removed from security context when authenticates with this provider
|
||||
label: Forbidden roles
|
||||
label: Prohibited roles
|
||||
forced-roles:
|
||||
description: Roles from this list will be always added to security context when authenticates with this provider
|
||||
label: Forced roles
|
||||
|
||||
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@ -46,7 +46,7 @@ github.com/brianvoe/gofakeit/v6/data
|
||||
# github.com/cespare/xxhash/v2 v2.1.2
|
||||
## explicit; go 1.11
|
||||
github.com/cespare/xxhash/v2
|
||||
# github.com/cortezaproject/corteza-locale v0.0.0-20221012174025-3ac04a48dbf2
|
||||
# github.com/cortezaproject/corteza-locale v0.0.0-20221013092948-9ccdcae2b2b4
|
||||
## explicit; go 1.16
|
||||
github.com/cortezaproject/corteza-locale
|
||||
# github.com/crewjam/httperr v0.2.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user