-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
37 lines (35 loc) · 1.37 KB
/
go.mod
File metadata and controls
37 lines (35 loc) · 1.37 KB
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
module github.com/TenderPro/rpckit
go 1.14
require (
github.com/UNO-SOFT/grpcer v0.4.5
github.com/UNO-SOFT/soap-proxy v0.8.3
github.com/acoshift/paginate v1.1.2
github.com/apisite/apitpl v0.3.0
github.com/birkirb/loggers-mapper-logrus v0.0.0-20180326232643-461f2d8e6f72
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
github.com/gogo/protobuf v1.3.1
github.com/gorilla/mux v1.7.4
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.14.4
github.com/jackc/pgconn v1.5.0
github.com/jackc/pgx/v4 v4.6.0
github.com/jessevdk/go-flags v1.4.0
github.com/kr/pretty v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.6
github.com/nats-io/nats-server/v2 v2.1.7 // indirect
github.com/nats-io/nats.go v1.10.0
github.com/opentracing/opentracing-go v1.1.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.5.1 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cast v1.1.0
github.com/stretchr/testify v1.5.1
github.com/uber/jaeger-client-go v2.23.0+incompatible
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
go.uber.org/zap v1.15.0
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
google.golang.org/grpc v1.29.1
gopkg.in/birkirb/loggers.v1 v1.1.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)