3
0

Update corteza-locale dep

This commit is contained in:
Jože Fortun
2022-03-30 13:20:42 +02:00
parent f41513a956
commit 59509bcbb6
5 changed files with 14 additions and 10 deletions

2
go.mod
View File

@@ -15,7 +15,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.15.0
github.com/cortezaproject/corteza-locale v0.0.0-20220325122632-efe005772021
github.com/cortezaproject/corteza-locale v0.0.0-20220330093001-c81c7910e7eb
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

@@ -133,6 +133,8 @@ github.com/cortezaproject/corteza-locale v0.0.0-20220324124427-6775aced3be1 h1:I
github.com/cortezaproject/corteza-locale v0.0.0-20220324124427-6775aced3be1/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
github.com/cortezaproject/corteza-locale v0.0.0-20220325122632-efe005772021 h1:imm4kwnqdZ7/fDg9xg1hQphVob/oYg94dzGtC6JcpO0=
github.com/cortezaproject/corteza-locale v0.0.0-20220325122632-efe005772021/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
github.com/cortezaproject/corteza-locale v0.0.0-20220330093001-c81c7910e7eb h1:SxCeZLksG1tNjScUi6aiM0JPPseTxMr2KZL2bYu7J74=
github.com/cortezaproject/corteza-locale v0.0.0-20220330093001-c81c7910e7eb/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE=
github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=

View File

@@ -46,6 +46,8 @@ The repositories:
2. [corteza-webapp-admin](https://github.com/cortezaproject/corteza-webapp-admin)
3. [corteza-webapp-compose](https://github.com/cortezaproject/corteza-webapp-compose)
4. [corteza-webapp-workflow](https://github.com/cortezaproject/corteza-webapp-workflow)
4. [corteza-webapp-reporter](https://github.com/cortezaproject/corteza-webapp-reporter)
4. [corteza-webapp-discovery](https://github.com/cortezaproject/corteza-webapp-discovery)
Communication between the Corteza server and web applications is done using the REST API and web sockets.

View File

@@ -53,15 +53,15 @@ Additionally, we've provided some [video instructions](https://forum.cortezaproj
Quick references:
* [data backup and restore](https://docs.cortezaproject.org/corteza-docs/2022.3/devops-guide/maintenance/backups.html)
* [troubleshooting](https://docs.cortezaproject.org/corteza-docs/2022.3/devops-guide/maintenance/troubleshooting.html)
* [setting up an email relay](https://docs.cortezaproject.org/corteza-docs/2022.3/devops-guide/extension-requirements/email-relay.html)
* [setting up sink routes](https://docs.cortezaproject.org/corteza-docs/2022.3/devops-guide/extension-requirements/sink-route.html)
* [troubleshooting](https://docs.cortezaproject.org/corteza-docs/2022.3/devops-guide/troubleshooting/index.html)
* [setting up an email relay](https://docs.cortezaproject.org/corteza-docs/2022.3/devops-guide/email-relay.html)
* [setting up sink routes](https://docs.cortezaproject.org/corteza-docs/2022.3/devops-guide/sink-route.html)
## Upgrading Corteza
[![Latest Version Card](https://img.shields.io/github/v/tag/cortezaproject/corteza-server?label=latest%20stable%20version)](https://img.shields.io/github/v/tag/cortezaproject/corteza-server?label=latest%20stable%20version)
[![Latest Version Card](https://img.shields.io/github/v/tag/cortezaproject/corteza-locale?label=latest%20stable%20version)](https://img.shields.io/github/v/tag/cortezaproject/corteza-locale?label=latest%20stable%20version)
Refer to the [changelog](https://docs.cortezaproject.org/corteza-docs/2022.3/changelog/index.html) and the [upgrade guide](https://docs.cortezaproject.org/corteza-docs/2022.3/upgrade-guide/index.html) to upgrade your Corteza instance.
Refer to the [changelog](https://docs.cortezaproject.org/corteza-docs/2022.3/changelog/index.html) and the [upgrade guide](https://docs.cortezaproject.org/corteza-docs/2022.3/devops-guide/upgrade/index.html) to upgrade your Corteza instance.
## Using Corteza
@@ -70,7 +70,7 @@ Refer to the [End-User Guide](https://docs.cortezaproject.org/corteza-docs/2022.
Quick references:
* [Corteza CRM](https://docs.cortezaproject.org/corteza-docs/2022.3/end-user-guide/crm/index.html)
* [Corteza Service Solution](https://docs.cortezaproject.org/corteza-docs/2022.3/end-user-guide/case-management/index.html)
* [Corteza Case Management](https://docs.cortezaproject.org/corteza-docs/2022.3/end-user-guide/case-management/index.html)
## Create with Corteza
@@ -84,10 +84,10 @@ Quick references:
## Contributing
Refer to the [Developer Guide/Corteza Server](https://docs.cortezaproject.org/corteza-docs/2022.3/developer-guide/corteza-server/index.html) document for details regarding the [development setup](https://docs.cortezaproject.org/corteza-docs/2022.3/developer-guide/corteza-server/index.html#_development_setup), the [project structure](https://docs.cortezaproject.org/corteza-docs/2022.3/developer-guide/corteza-server/structure.html), and the feature insight documents.
<!-- @todo -->
<!-- Refer to the [Developer Guide/Corteza Server](https://docs.cortezaproject.org/corteza-docs/2022.3/developer-guide/corteza-server/index.html) document for details regarding the [development setup](https://docs.cortezaproject.org/corteza-docs/2022.3/developer-guide/corteza-server/index.html#_development_setup), the [project structure](https://docs.cortezaproject.org/corteza-docs/2022.3/developer-guide/corteza-server/structure.html), and the feature insight documents. -->
Refer to the [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines and code of conduct.
## Community
Reach out to us on [our forum](https://forum.cortezaproject.org/).

2
vendor/modules.txt vendored
View File

@@ -51,7 +51,7 @@ github.com/brianvoe/gofakeit/v6/data
# github.com/cespare/xxhash/v2 v2.1.2
## explicit
github.com/cespare/xxhash/v2
# github.com/cortezaproject/corteza-locale v0.0.0-20220325122632-efe005772021
# github.com/cortezaproject/corteza-locale v0.0.0-20220330093001-c81c7910e7eb
## explicit
github.com/cortezaproject/corteza-locale
# github.com/crewjam/httperr v0.2.0