3
0

Update corteza-locale dep

This commit is contained in:
Jože Fortun
2022-10-13 09:38:57 +02:00
parent 99da9719de
commit e90fe42ceb
7 changed files with 7 additions and 5 deletions

2
go.mod
View File

@@ -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-20220930135020-6f4d92edd5b4
github.com/cortezaproject/corteza-locale v0.0.0-20221012174025-3ac04a48dbf2
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
View File

@@ -116,6 +116,8 @@ github.com/cncf/xds/go v0.0.0-20211001041855-01bcc9b48dfe/go.mod h1:eXthEFrGJvWH
github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
github.com/cortezaproject/corteza-locale v0.0.0-20220930135020-6f4d92edd5b4 h1:FJSAEVsGOxxuJe5Thv+iueTlCMhF1S3kBPpvhU0K4N8=
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/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=

View File

@@ -492,7 +492,7 @@ progress:
module:
select: Select module
label: Module
preview: Preview
preview: Live example
show:
value: Show value
relative: Show relative

View File

@@ -41,7 +41,7 @@ edit:
filter:
customize: Customize filter
label: Filters
noFilter: (no filter)
noFilter: Select a predefined filter or make a custom one
recordsCreatedLastMonth: Records created last month
recordsCreatedLastQuarter: Records created last quarter
recordsCreatedLastYear: Records created last year

View File

@@ -127,7 +127,6 @@ kind:
placeholder: Filter by user roles
geometry:
label: Geometry
openMap: Open map
latitude: Latitude
longitude: Longitude
clickToPlaceMarker: Click to place a marker or click on a marker to remove it

View File

@@ -7,6 +7,7 @@ chart:
invalidConfig:
missingDimensionsField: Dimensions field not defined
missingDimensionsModifier: Dimensions modifier not defined
missingDimensionsSteps: Dimensions steps are not defined
missingMetricsAggregate: Metrics aggregate not defined
missingMetricsField: Metrics field not defined
missingMetricsType: Metrics chart type not defined

2
vendor/modules.txt vendored
View File

@@ -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-20220930135020-6f4d92edd5b4
# github.com/cortezaproject/corteza-locale v0.0.0-20221012174025-3ac04a48dbf2
## explicit; go 1.16
github.com/cortezaproject/corteza-locale
# github.com/crewjam/httperr v0.2.0