forked from mosn/mosn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
42 lines (40 loc) · 1.81 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
module mosn.io/mosn
go 1.12
require (
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/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-20200224153138-1e4184714e74
)