Update corteza-locale dep
This commit is contained in:
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-20220928142008-62dc9496e35f
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20220930135020-6f4d92edd5b4
|
||||
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
@@ -128,6 +128,8 @@ github.com/cortezaproject/corteza-locale v0.0.0-20220926153413-52303157064d h1:W
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20220926153413-52303157064d/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20220928142008-62dc9496e35f h1:7eXEYkRZ6Pm/RvaiF7kkssXGVpggzYfc5T1yfsfmfBQ=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20220928142008-62dc9496e35f/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
|
||||
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/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=
|
||||
|
||||
@@ -39,7 +39,7 @@ list:
|
||||
query:
|
||||
label: Filter servers list
|
||||
placeholder: Filter servers by name
|
||||
loading: Loading servers
|
||||
loading: Loading federated nodes
|
||||
new: New
|
||||
numFound: '{{count}} server found'
|
||||
numFound_plural: '{{count}} servers found'
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
label:
|
||||
plus-add: + Add
|
||||
clear: Clear
|
||||
none: None
|
||||
now: Now
|
||||
|
||||
@@ -9,9 +9,16 @@ primary:
|
||||
list:
|
||||
title: List of database connections
|
||||
add-button: Add connection
|
||||
filter-form:
|
||||
query:
|
||||
placeholder: Search by name
|
||||
loading: Loading connections
|
||||
filterForm:
|
||||
deleted:
|
||||
label: deleted connections
|
||||
excluded:
|
||||
label: Without
|
||||
exclusive:
|
||||
label: Only
|
||||
inclusive:
|
||||
label: Including
|
||||
columns:
|
||||
name: Name
|
||||
location: Location
|
||||
|
||||
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-20220928142008-62dc9496e35f
|
||||
# github.com/cortezaproject/corteza-locale v0.0.0-20220930135020-6f4d92edd5b4
|
||||
## explicit; go 1.16
|
||||
github.com/cortezaproject/corteza-locale
|
||||
# github.com/crewjam/httperr v0.2.0
|
||||
|
||||
Reference in New Issue
Block a user