-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
47 lines (45 loc) · 2.29 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
46
47
module github.com/reversTeam/fizzbuzz-golang
go 1.13
require (
github.com/bibinwilson/kubernetes-prometheus v0.0.0-20191104061406-b573dc1d5d44 // indirect
github.com/c2h5oh/datasize v0.0.0-20171227191756-4eba002a5eae // indirect
github.com/coreos/etcd v3.3.18+incompatible // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/elgs/gojq v0.0.0-20160421194050-81fa9a608a13 // indirect
github.com/elgs/gosplitargs v0.0.0-20161028071935-a491c5eeb3c8 // indirect
github.com/go-log/log v0.2.0 // indirect
github.com/go-redis/redis/v7 v7.0.0-beta.5
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.3.2
github.com/grpc-ecosystem/grpc-gateway v1.12.1
github.com/influxdata/tdigest v0.0.1 // indirect
github.com/json-iterator/go v1.1.9 // indirect
github.com/lucas-clemente/quic-go v0.14.1 // indirect
github.com/mailru/easyjson v0.7.0 // indirect
github.com/marten-seemann/qtls v0.5.0 // indirect
github.com/micro/go-micro v1.18.0
github.com/micro/go-plugins v1.5.1
github.com/micro/micro v1.18.0 // indirect
github.com/miekg/dns v1.1.27 // indirect
github.com/monochromegane/terminal v0.0.0-20161222050454-9bc47e2707d9 // indirect
github.com/nats-io/jwt v0.3.2 // indirect
github.com/prometheus/client_golang v1.2.1
github.com/rs/jaggr v0.0.0-20180312081622-5f9ce331c520 // indirect
github.com/rs/jplot v0.0.0-20180624024257-9b69b4534805 // indirect
github.com/tsenart/go-tsz v0.0.0-20180814235614-0bd30b3df1c3 // indirect
github.com/tsenart/vegeta v12.7.0+incompatible // indirect
github.com/wcharczuk/go-chart v2.0.1+incompatible // indirect
go.uber.org/atomic v1.5.1 // indirect
go.uber.org/multierr v1.4.0 // indirect
go.uber.org/zap v1.13.0 // indirect
golang.org/x/crypto v0.0.0-20200108215511-5d647ca15757 // indirect
golang.org/x/image v0.0.0-20191214001246-9130b4cfad52 // indirect
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
golang.org/x/sys v0.0.0-20200107162124-548cf772de50 // indirect
golang.org/x/tools v0.0.0-20200107184032-11e9d9cc0042 // indirect
google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb
google.golang.org/grpc v1.26.0
)