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
60020f8510
Upgrade go-chi&co
2022-01-11 10:53:49 +01:00
Denis Arh
9d98bca80a
Updated vendors, add deps for auth
2021-02-23 07:34:09 +01:00
Tit Petric
77d2ebe1dc
upd(all): vendor update
2019-01-09 18:56:43 +01:00
Tit Petric
77a6fbf6be
add(vendor): add new files
2018-10-02 16:29:29 +02:00
Tit Petric
6c1bc068c6
upd(vendor): update vendor
2018-10-02 16:28:51 +02:00
Tit Petric
f859f9a044
upd(vendor): upgrade sentimensrg ctx package
2018-09-02 20:13:57 +02:00
Denis Arh
d886a98740
Implements JWT authorization along with some refactoring
...
- introduces auth package, for common (sam, crm) auth handlers
- routes are now generated inside server package, each handler got its own MountRoutes(r chi.Router, middlewares ...func(http.Handler) http.Handler)
- there MountRoute methods are now called from non-generated code so we can inject services to (rest) controllers
2018-07-26 20:12:14 +02:00
Tit Petric
2751cc33f7
import vendor
2018-06-03 20:26:47 +02:00