-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
36 lines (34 loc) · 1.63 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
module github.com/SafeRE-IT/notifications-router-svc
go 1.14
require (
github.com/Masterminds/squirrel v1.4.0
github.com/alecthomas/jsonschema v0.0.0-20200530073317-71f438968921 // indirect
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
github.com/certifi/gocertifi v0.0.0-20200211180108-c7c1fbc02894 // indirect
github.com/evalphobia/logrus_sentry v0.8.2 // indirect
github.com/fatih/structs v1.1.0
github.com/getsentry/raven-go v0.2.0 // indirect
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
github.com/gobuffalo/packr/v2 v2.8.0
github.com/google/jsonapi v0.0.0-20200226002910-c8283f632fb7 // indirect
github.com/jmoiron/sqlx v1.2.0
github.com/nullstyle/go-xdr v0.0.0-20180726165426-f4c839f75077 // indirect
github.com/pkg/errors v0.8.1
github.com/rubenv/sql-migrate v0.0.0-20200429072036-ae26b214fa43
github.com/spf13/cast v1.3.0
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
gitlab.com/distributed_lab/ape v1.5.0
gitlab.com/distributed_lab/figure v2.1.0+incompatible
gitlab.com/distributed_lab/json-api-connector v0.2.1
gitlab.com/distributed_lab/kit v1.7.1
gitlab.com/distributed_lab/logan v3.7.2+incompatible
gitlab.com/distributed_lab/lorem v0.2.0 // indirect
gitlab.com/distributed_lab/running v0.0.0-20190919133303-df5b181bd496
gitlab.com/distributed_lab/urlval v2.1.0+incompatible
gitlab.com/tokend/connectors v0.1.1
gitlab.com/tokend/go v3.12.1+incompatible
gitlab.com/tokend/keypair v0.0.0-20190412110653-b9d7e0c8b312 // indirect
gitlab.com/tokend/regources v4.9.0+incompatible
)