-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
54 lines (52 loc) · 2.24 KB
/
Copy pathgo.mod
File metadata and controls
54 lines (52 loc) · 2.24 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
module github.com/tcfw/evntsrc
go 1.13
require (
github.com/cockroachdb/cockroach-go v0.0.0-20190916165215-ad57a61cc915
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
github.com/corpix/uarand v0.1.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
github.com/go-http-utils/logger v0.0.0-20161128092850-f3a42dcdeae6
github.com/go-redis/redis v6.15.5+incompatible
github.com/gogo/googleapis v1.3.0
github.com/gogo/protobuf v1.3.0
github.com/golang/mock v1.3.1
github.com/golang/protobuf v1.3.2
github.com/google/uuid v1.1.1
github.com/gophercloud/gophercloud v0.4.0 // indirect
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.3
github.com/gorilla/websocket v1.4.1
github.com/grokify/html-strip-tags-go v0.0.0-20190921062105-daaa06bf1aaf
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.11.1
github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
github.com/lib/pq v1.2.0
github.com/nats-io/nats-server/v2 v2.0.4
github.com/nats-io/nats.go v1.8.1
github.com/opentracing/opentracing-go v1.1.0
github.com/prometheus/client_golang v1.1.0
github.com/prometheus/common v0.6.0
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563
github.com/robfig/cron v1.2.0
github.com/rs/cors v1.7.0
github.com/sendgrid/rest v2.4.1+incompatible // indirect
github.com/sendgrid/sendgrid-go v3.5.0+incompatible
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.4.0
github.com/stripe/stripe-go v63.1.0+incompatible
github.com/tcfw/go-queue v0.0.0-20181023114850-d9d11e86c81c
github.com/tstranex/u2f v1.0.0
github.com/uber/jaeger-client-go v2.18.1+incompatible
github.com/uber/jaeger-lib v2.1.1+incompatible
go.uber.org/zap v1.10.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/net v0.0.0-20190916140828-c8589233b77d
google.golang.org/grpc v1.23.1
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
k8s.io/apimachinery v0.0.0-20190917163033-a891081239f5
k8s.io/client-go v0.0.0-20190917075824-ecd4f6fb8c21
k8s.io/utils v0.0.0-20190907131718-3d4f5b7dea0b // indirect
)