-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
45 lines (43 loc) · 1.54 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
37
38
39
40
41
42
43
44
45
module github.com/Syncano/orion
go 1.15
require (
contrib.go.opencensus.io/exporter/jaeger v0.2.1
contrib.go.opencensus.io/exporter/prometheus v0.2.0
github.com/Syncano/pkg-go/v2 v2.7.4
github.com/Syncano/syncanoapis/gen v1.2.0
github.com/alexandrevicenzi/unchained v1.3.0
github.com/blang/semver v3.5.1+incompatible
github.com/caarlos0/env/v6 v6.3.0
github.com/cespare/reflex v0.3.0
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/delicb/gstring v1.0.0
github.com/getsentry/sentry-go v0.7.0
github.com/go-pg/pg/v9 v9.1.7
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-playground/validator/v10 v10.3.0
github.com/go-redis/cache/v7 v7.0.2
github.com/go-redis/redis/v7 v7.4.0
github.com/go-redis/redis_rate/v7 v7.0.1
github.com/golang/protobuf v1.4.2
github.com/gorilla/websocket v1.4.2
github.com/jackc/pgtype v1.4.2
github.com/jinzhu/now v1.1.1
github.com/json-iterator/go v1.1.10
github.com/labstack/echo/v4 v4.1.17
github.com/labstack/gommon v0.3.0
github.com/mitchellh/hashstructure v1.0.0
github.com/mitchellh/mapstructure v1.3.3
github.com/prometheus/client_golang v1.7.1 // indirect
github.com/shopspring/decimal v1.2.0
github.com/smartystreets/goconvey v1.6.4
github.com/streadway/amqp v1.0.0
github.com/twpayne/go-geom v1.3.4
github.com/urfave/cli/v2 v2.2.0
github.com/vektra/mockery v1.1.2
go.opencensus.io v0.22.4
go.uber.org/zap v1.15.0
golang.org/x/tools v0.0.0-20200827163409-021d7c6f1ec3
google.golang.org/grpc v1.31.1
kkn.fi/base62 v0.1.0
)