-
Notifications
You must be signed in to change notification settings - Fork 7
/
go.mod
23 lines (21 loc) · 934 Bytes
/
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
module github.com/buoyantio/strest-grpc
go 1.14
require (
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd
github.com/golang/protobuf v1.4.0
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/prometheus/client_golang v1.6.0
github.com/sirupsen/logrus v1.5.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/exp v0.0.0-20200331195152-e8c3332aa8e5 // indirect
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0
golang.org/x/sys v0.0.0-20200428200454-593003d681fa // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20200429213335-127c98bd7927 // indirect
gonum.org/v1/gonum v0.7.0
gonum.org/v1/netlib v0.0.0-20200317120129-c5a04cffd98a // indirect
google.golang.org/genproto v0.0.0-20200429120912-1f37eeb960b2 // indirect
google.golang.org/grpc v1.29.1
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
)