Update corteza-locale dep

This commit is contained in:
Tomaž Jerman
2022-01-19 16:22:17 +01:00
parent 8650669b60
commit 7dbe224ac0
9 changed files with 27 additions and 18 deletions
+3 -3
View File
@@ -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-20220111142345-b53bc6baba9e
github.com/cortezaproject/corteza-locale v0.0.0-20220114105940-1a8db53b1a09
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
@@ -29,7 +29,7 @@ require (
github.com/dop251/goja v0.0.0-20210726224656-a55e4cfac4cf
github.com/edwvee/exiffix v0.0.0-20180602190213-b57537c92a6b
github.com/evanw/esbuild v0.12.16
github.com/exoscale/egoscale v0.80.1
github.com/exoscale/egoscale v0.80.1 // indirect
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/gabriel-vasile/mimetype v1.1.2
@@ -40,7 +40,7 @@ require (
github.com/go-chi/jwtauth v0.0.0-20190109153619-47840abb19b3
github.com/go-oauth2/oauth2/v4 v4.3.0
github.com/go-sql-driver/mysql v1.5.0
github.com/gofrs/uuid v3.2.0+incompatible
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/golang/mock v1.4.4
github.com/golang/protobuf v1.4.2
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
+2
View File
@@ -100,6 +100,8 @@ github.com/cortezaproject/corteza-locale v0.0.0-20220103124542-5d327f93f42c h1:V
github.com/cortezaproject/corteza-locale v0.0.0-20220103124542-5d327f93f42c/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
github.com/cortezaproject/corteza-locale v0.0.0-20220111142345-b53bc6baba9e h1:s2PSdHFVOjf+1Mp3AjggG82RIzbD/7pmkBv8vopH1Zk=
github.com/cortezaproject/corteza-locale v0.0.0-20220111142345-b53bc6baba9e/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
github.com/cortezaproject/corteza-locale v0.0.0-20220114105940-1a8db53b1a09 h1:163MHR59KdRTi9BrjXq1tnAK8ZohkK+um+GQ4LfCS/k=
github.com/cortezaproject/corteza-locale v0.0.0-20220114105940-1a8db53b1a09/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=
@@ -11,3 +11,7 @@ errors:
notAllowedToUpdate: dieser Namespace kann nicht aktualisiert werden
notFound: Namespace nicht vorhanden
staleData: alte Daten
unsupportedExportFormat: unsupported export format
unsupportedImportFormat: unsupported import format
importMissingNamespace: the import source does not contain a namespace definition
cloneMultiple: not allowed to clone multiple namespaces at once
@@ -12,4 +12,5 @@ errors:
staleData: stale data
unsupportedExportFormat: unsupported export format
unsupportedImportFormat: unsupported import format
importMissingNamespace: the import source does not contain a namespace definition
cloneMultiple: not allowed to clone multiple namespaces at once
@@ -11,3 +11,7 @@ errors:
notAllowedToUpdate: not allowed to update this namespace
notFound: namespace does not exist
staleData: stale data
unsupportedExportFormat: unsupported export format
unsupportedImportFormat: unsupported import format
importMissingNamespace: the import source does not contain a namespace definition
cloneMultiple: not allowed to clone multiple namespaces at once
@@ -11,3 +11,7 @@ errors:
notAllowedToUpdate: not allowed to update this namespace
notFound: namespace does not exist
staleData: stale data
unsupportedExportFormat: unsupported export format
unsupportedImportFormat: unsupported import format
importMissingNamespace: the import source does not contain a namespace definition
cloneMultiple: not allowed to clone multiple namespaces at once
@@ -11,3 +11,7 @@ errors:
notAllowedToUpdate: not allowed to update this namespace
notFound: namespace does not exist
staleData: stale data
unsupportedExportFormat: unsupported export format
unsupportedImportFormat: unsupported import format
importMissingNamespace: the import source does not contain a namespace definition
cloneMultiple: not allowed to clone multiple namespaces at once
@@ -11,3 +11,7 @@ errors:
notAllowedToUpdate: not allowed to update this namespace
notFound: namespace does not exist
staleData: stale data
unsupportedExportFormat: unsupported export format
unsupportedImportFormat: unsupported import format
importMissingNamespace: the import source does not contain a namespace definition
cloneMultiple: not allowed to clone multiple namespaces at once
+1 -15
View File
@@ -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-20220111142345-b53bc6baba9e
# github.com/cortezaproject/corteza-locale v0.0.0-20220114105940-1a8db53b1a09
## explicit
github.com/cortezaproject/corteza-locale
# github.com/crewjam/httperr v0.0.0-20190612203328-a946449404da
@@ -65,9 +65,6 @@ github.com/davecgh/go-spew/spew
## explicit
# github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.0-20210816181553-5444fa50b93d
github.com/decred/dcrd/dcrec/secp256k1/v4
# github.com/deepmap/oapi-codegen v1.6.1
github.com/deepmap/oapi-codegen/pkg/runtime
github.com/deepmap/oapi-codegen/pkg/types
# github.com/dgrijalva/jwt-go v3.2.0+incompatible
## explicit
github.com/dgrijalva/jwt-go
@@ -121,11 +118,6 @@ github.com/evanw/esbuild/internal/xxhash
github.com/evanw/esbuild/pkg/api
# github.com/exoscale/egoscale v0.80.1
## explicit
github.com/exoscale/egoscale
github.com/exoscale/egoscale/v2
github.com/exoscale/egoscale/v2/api
github.com/exoscale/egoscale/v2/oapi
github.com/exoscale/egoscale/version
# github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239
## explicit
# github.com/fsnotify/fsnotify v1.4.9
@@ -179,7 +171,6 @@ github.com/goccy/go-json/internal/errors
github.com/goccy/go-json/internal/runtime
# github.com/gofrs/uuid v3.2.0+incompatible
## explicit
github.com/gofrs/uuid
# github.com/golang/mock v1.4.4
## explicit
github.com/golang/mock/gomock
@@ -221,8 +212,6 @@ github.com/imdario/mergo
# github.com/inconshreveable/mousetrap v1.0.0
## explicit
github.com/inconshreveable/mousetrap
# github.com/jarcoal/httpmock v1.0.6
github.com/jarcoal/httpmock
# github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869
## explicit
# github.com/jmoiron/sqlx v1.2.0
@@ -363,12 +352,9 @@ github.com/steinfletcher/apitest
# github.com/steinfletcher/apitest-jsonpath v1.3.0
## explicit
github.com/steinfletcher/apitest-jsonpath
# github.com/stretchr/objx v0.3.0
github.com/stretchr/objx
# github.com/stretchr/testify v1.7.0
## explicit
github.com/stretchr/testify/assert
github.com/stretchr/testify/mock
github.com/stretchr/testify/require
# github.com/tebeka/strftime v0.1.5
## explicit