module mosn.io/mosn go 1.12 require ( github.com/AlexStocks/dubbogo v0.2.0 github.com/AlexStocks/goext v0.3.2 // indirect github.com/AlexStocks/log4go v1.0.2 // indirect github.com/TarsCloud/TarsGo v0.0.0-20181112071624-2d42457f2025 github.com/apache/dubbo-go-hessian2 v1.3.0 github.com/beorn7/perks v1.0.1 // indirect github.com/c2h5oh/datasize v0.0.0-20171227191756-4eba002a5eae github.com/envoyproxy/go-control-plane v0.6.9 github.com/gogo/googleapis v1.2.0 // indirect github.com/gogo/protobuf v1.2.1 github.com/golang/protobuf v1.3.2 github.com/hashicorp/go-plugin v1.0.1 github.com/json-iterator/go v1.1.6 github.com/juju/errors v0.0.0-20190207033735-e65537c515d7 github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect github.com/juju/testing v0.0.0-20191001232224-ce9dec17d28b // indirect github.com/klauspost/compress v1.7.5 // indirect github.com/klauspost/cpuid v1.2.1 // indirect github.com/lyft/protoc-gen-validate v0.0.14 github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect github.com/mattn/go-isatty v0.0.8 // indirect github.com/neverhook/easygo v0.0.0-20180828090412-787757e64990 github.com/prometheus/client_golang v1.0.0 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 github.com/prometheus/common v0.6.0 // indirect github.com/prometheus/procfs v0.0.3 // indirect github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 github.com/stretchr/testify v1.3.0 github.com/tjfoc/gmsm v0.0.0-20190220013605-bfb01827afcb github.com/urfave/cli v1.20.0 github.com/valyala/fasthttp v1.2.0 golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa golang.org/x/text v0.3.2 // indirect google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64 // indirect google.golang.org/grpc v1.20.1 gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect istio.io/api v0.0.0-20190408162927-e9ab8d6a54a6 mosn.io/api v0.0.0-20200210061141-e6cfcd972201 mosn.io/pkg v0.0.0-20200207120148-6da53b3d2db5 )