3
0
Commit Graph

8 Commits

Author SHA1 Message Date
Denis Arh
2d55f4e1f4 Upgrade all patched dependencies 2022-04-24 09:56:32 +02:00
Denis Arh
60a6e597f6 Dependencies updated
+------------------------------------------+------------------------------------+------------------------------------+--------+------------------+
|                  MODULE                  |              VERSION               |            NEW VERSION             | DIRECT | VALID TIMESTAMPS |
+------------------------------------------+------------------------------------+------------------------------------+--------+------------------+
| github.com/brianvoe/gofakeit/v6          | v6.12.1                            | v6.15.0                            | true   | true             |
| github.com/cortezaproject/corteza-locale | v0.0.0-20220322170233-572348fc2ebb | v0.0.0-20220322172455-bf2924a6ad38 | true   | true             |
| github.com/dop251/goja                   | v0.0.0-20220110113543-261677941f3c | v0.0.0-20220214123719-b09a6bfa842f | true   | true             |
| github.com/evanw/esbuild                 | v0.14.11                           | v0.14.27                           | true   | true             |
| github.com/getsentry/sentry-go           | v0.12.0                            | v0.13.0                            | true   | true             |
| github.com/go-chi/httprate               | v0.5.2                             | v0.5.3                             | true   | true             |
| github.com/go-oauth2/oauth2/v4           | v4.4.2                             | v4.4.3                             | true   | true             |
| github.com/golang-jwt/jwt/v4             | v4.2.0                             | v4.4.0                             | true   | true             |
| github.com/gorilla/websocket             | v1.4.2                             | v1.5.0                             | true   | true             |
| github.com/lestrrat-go/jwx               | v1.2.15                            | v1.2.20                            | true   | true             |
| github.com/markbates/goth                | v1.68.0                            | v1.69.0                            | true   | true             |
| github.com/mattn/go-sqlite3              | v1.14.10                           | v1.14.12                           | true   | true             |
| github.com/microcosm-cc/bluemonday       | v1.0.17                            | v1.0.18                            | true   | true             |
| github.com/prometheus/client_golang      | v1.11.0                            | v1.12.1                            | true   | true             |
| github.com/spf13/afero                   | v1.8.0                             | v1.8.2                             | true   | true             |
| github.com/spf13/cobra                   | v1.3.0                             | v1.4.0                             | true   | true             |
| github.com/stretchr/testify              | v1.7.0                             | v1.7.1                             | true   | true             |
| go.uber.org/zap                          | v1.20.0                            | v1.21.0                            | true   | true             |
| golang.org/x/crypto                      | v0.0.0-20211215153901-e495a2d5b3d3 | v0.0.0-20220321153916-2c7772ba3064 | true   | true             |
| golang.org/x/oauth2                      | v0.0.0-20211104180415-d3ed0bb246c8 | v0.0.0-20220309155454-6242fa91716a | true   | true             |
| google.golang.org/grpc                   | v1.43.0                            | v1.45.0                            | true   | true             |
| google.golang.org/protobuf               | v1.27.1                            | v1.28.0                            | true   | true             |
| moul.io/zapfilter                        | v1.6.1                             | v1.7.0                             | true   | true             |
+------------------------------------------+------------------------------------+------------------------------------+--------+------------------+
2022-03-23 07:29:54 +01:00
Denis Arh
2d90fe4e9e Upgrade to go 1.17 2022-02-11 11:07:17 +01:00
Denis Arh
2e0adf43b7 Updated locale and zap, lestrrat-go/jwx, esbuild, goja, gofakeit libs 2022-01-18 21:50:18 +01:00
Denis Arh
60020f8510 Upgrade go-chi&co 2022-01-11 10:53:49 +01:00
Denis Arh
6eda39f3ad Upgrade jwx goth, jwt deps 2022-01-11 10:53:49 +01:00
Vivek Patel
a2091dbbf6 Add Corteza OIDC support
This provides `well know` endpoint for corteza which defines a set of values that can be retrieved by a client in order to self-configure.

Added route for `public-keys` which can help a client to determine if the public key is changed since the last time and automatically update itself to use this new information.
2021-12-06 13:55:29 +05:30
Denis Arh
791b002ed9 Support for basic expr functions (num, date, str) 2020-11-30 20:31:02 +01:00