-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
34 lines (32 loc) · 1.41 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
module github.com/wish/eventmaster
go 1.16
require (
github.com/Masterminds/squirrel v1.5.0
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/gocql/gocql v0.0.0-20210515062232-b7ef815b4556
github.com/hashicorp/vault/api v1.1.0
github.com/jessevdk/go-flags v1.3.0
github.com/julienschmidt/httprouter v1.1.0
github.com/kelseyhightower/envconfig v1.3.0
github.com/lib/pq v1.10.2
github.com/miekg/dns v1.1.42 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_model v0.2.0 // indirect
github.com/satori/go.uuid v1.1.0
github.com/segmentio/ksuid v0.0.0-20170805175227-1c9d746aad27
github.com/sirupsen/logrus v1.0.3
github.com/soheilhy/cmux v0.1.3
github.com/stretchr/testify v1.5.1
github.com/wish/discovery v0.0.0-20190510213300-be3745886c68
github.com/xeipuuv/gojsonpointer v0.0.0-20170225233418-6fe8760cad35 // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20150808065054-e02fc20de94c // indirect
github.com/xeipuuv/gojsonschema v0.0.0-20170914031516-3f523f4c14b6
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
google.golang.org/genproto v0.0.0-20210524171403-669157292da3 // indirect
google.golang.org/grpc v1.36.1
google.golang.org/grpc/examples v0.0.0-20210715165331-ce7bdf50abb1 // indirect
google.golang.org/protobuf v1.26.0
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
)