forked from lileio/lile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
36 lines (34 loc) · 1.5 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
module github.com/lileio/lile/v2
require (
github.com/beorn7/perks v1.0.0 // indirect
github.com/fatih/color v1.7.0
github.com/gofrs/uuid v3.1.0+incompatible
github.com/golang/protobuf v1.3.2
github.com/googleapis/gax-go v2.0.2+incompatible // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
github.com/iancoleman/strcase v0.0.0-20180726023541-3605ed457bf7
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/lileio/fromenv v1.4.0
github.com/mattn/go-colorable v0.0.9
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/natefinch/npipe v0.0.0-20160621034901-c1b8fa8bdcce
github.com/onsi/ginkgo v1.10.1 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
github.com/prometheus/common v0.4.0 // indirect
github.com/rakyll/statik v0.1.7-0.20190731211841-925a23bda946
github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.4.0
github.com/xlab/treeprint v0.0.0-20180616005107-d6fb6747feb6
github.com/xtgo/set v1.0.0
google.golang.org/api v0.11.0 // indirect
google.golang.org/grpc v1.24.0
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
)
go 1.13