Update corteza-locale dep
This commit is contained in:
@@ -18,7 +18,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.5.0
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20211116171437-a53f20dbdbf9
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20211117143652-0abf6160c6d5
|
||||
github.com/crewjam/saml v0.4.5
|
||||
github.com/crusttech/go-oidc v0.0.0-20180918092017-982855dad3e1
|
||||
github.com/davecgh/go-spew v1.1.1
|
||||
|
||||
@@ -92,6 +92,8 @@ github.com/cortezaproject/corteza-locale v0.0.0-20211107083849-eaef5250945f h1:U
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20211107083849-eaef5250945f/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20211116171437-a53f20dbdbf9 h1:rhx8qBys61gqyow08r2sSz6vYdflvsKHheJRf7Af+os=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20211116171437-a53f20dbdbf9/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20211117143652-0abf6160c6d5 h1:erpAlLMIIKfQjKAYXxaG8jZxOnzm5OedIYStNFzSMhU=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20211117143652-0abf6160c6d5/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
|
||||
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
|
||||
github.com/crewjam/httperr v0.0.0-20190612203328-a946449404da h1:WXnT88cFG2davqSFqvaFfzkSMC0lqh/8/rKZ+z7tYvI=
|
||||
github.com/crewjam/httperr v0.0.0-20190612203328-a946449404da/go.mod h1:+rmNIXRvYMqLQeR4DHyTvs6y0MEMymTz4vyFpFkKTPs=
|
||||
|
||||
Generated
Vendored
+4
-4
@@ -107,7 +107,7 @@ editor:
|
||||
params: 'Params'
|
||||
filterListEmpty: 'Filter list is empty!'
|
||||
|
||||
headerExamples:
|
||||
first: Connection == "keep-alive"
|
||||
second: (Content-Type == "application/x-www-form-urlencoded") AND (Accept-Encoding == "gzip, deflate, br")
|
||||
more: More examples..
|
||||
help:
|
||||
expression:
|
||||
example: Example == "match string" && match(SecondParam, "^foo\\s.*$")
|
||||
link: Documentation
|
||||
|
||||
Generated
Vendored
-3
@@ -21,7 +21,6 @@ expressions:
|
||||
'add-expression': + Add Expression
|
||||
expression: Expression
|
||||
'expression-placeholder': Expression...
|
||||
type: Type
|
||||
label: Expressions
|
||||
tooltip: Define and mutate scope variables
|
||||
function:
|
||||
@@ -36,8 +35,6 @@ function:
|
||||
'select-function': Select function
|
||||
type: Type
|
||||
'type*': 'Type*'
|
||||
value: Value
|
||||
'value-type': Value type
|
||||
label: Function
|
||||
tooltip: Execute the chosen predefined function
|
||||
gatewayExclusive:
|
||||
|
||||
Vendored
+1
-1
@@ -44,7 +44,7 @@ github.com/brianvoe/gofakeit/v6
|
||||
github.com/brianvoe/gofakeit/v6/data
|
||||
# github.com/cespare/xxhash/v2 v2.1.1
|
||||
github.com/cespare/xxhash/v2
|
||||
# github.com/cortezaproject/corteza-locale v0.0.0-20211116171437-a53f20dbdbf9
|
||||
# github.com/cortezaproject/corteza-locale v0.0.0-20211117143652-0abf6160c6d5
|
||||
## explicit
|
||||
github.com/cortezaproject/corteza-locale
|
||||
# github.com/crewjam/httperr v0.0.0-20190612203328-a946449404da
|
||||
|
||||
Reference in New Issue
Block a user