module github.com/fghosth/lile require ( github.com/fatih/color v1.7.0 github.com/gofrs/uuid v4.0.0+incompatible github.com/golang/protobuf v1.5.2 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-gateway/v2 v2.4.0 github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 github.com/iancoleman/strcase v0.0.0-20180726023541-3605ed457bf7 github.com/lileio/fromenv v1.4.0 github.com/mattn/go-colorable v0.0.9 github.com/natefinch/npipe v0.0.0-20160621034901-c1b8fa8bdcce github.com/prometheus/client_golang v0.9.3 github.com/rakyll/statik v0.1.7 github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516 github.com/sirupsen/logrus v1.4.2 github.com/soheilhy/cmux v0.1.5 github.com/spf13/cobra v1.0.1-0.20201006035406-b97b5ead31f7 github.com/stretchr/testify v1.7.0 github.com/xlab/treeprint v0.0.0-20180616005107-d6fb6747feb6 github.com/xtgo/set v1.0.0 golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4 google.golang.org/grpc v1.37.0 gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect ) go 1.13