-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
69 lines (65 loc) · 2.91 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
module mosn.io/mosn
go 1.14
require (
github.com/HdrHistogram/hdrhistogram-go v1.0.1 // indirect
github.com/SkyAPM/go2sky v0.5.0
github.com/TarsCloud/TarsGo v1.1.4
github.com/alibaba/sentinel-golang v1.0.2-0.20210112133552-db6063eb263e
github.com/apache/dubbo-go-hessian2 v1.10.2
github.com/apache/thrift v0.13.0
github.com/c2h5oh/datasize v0.0.0-20171227191756-4eba002a5eae
github.com/cch123/supermonkey v1.0.1-0.20210420090843-d792ef7fb1d7
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403
github.com/dchest/siphash v1.2.1
github.com/envoyproxy/go-control-plane v0.10.0
github.com/ghodss/yaml v1.0.0
github.com/go-chi/chi v4.1.0+incompatible
github.com/go-resty/resty/v2 v2.6.0
github.com/gogo/protobuf v1.3.2
github.com/golang-jwt/jwt v3.2.1+incompatible
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.0
github.com/google/cel-go v0.5.1
github.com/hashicorp/go-plugin v1.0.1
github.com/json-iterator/go v1.1.10
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f
github.com/lestrrat/go-jwx v0.0.0-20180221005942-b7d4802280ae
github.com/lestrrat/go-pdebug v0.0.0-20180220043741-569c97477ae8 // indirect
github.com/miekg/dns v1.1.25
github.com/opentracing/opentracing-go v1.1.0
github.com/opentrx/seata-golang/v2 v2.0.4
github.com/openzipkin/zipkin-go v0.2.2
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.9.0
github.com/prometheus/client_model v0.2.0
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0
github.com/stretchr/testify v1.7.0
github.com/trainyao/go-maglev v0.0.0-20200611125015-4c1ae64d96a8
github.com/uber/jaeger-client-go v2.25.0+incompatible
github.com/uber/jaeger-lib v2.4.0+incompatible // indirect
github.com/urfave/cli v1.22.1
github.com/valyala/fasthttp v1.14.1-0.20200605121233-ac51d598dc54
github.com/valyala/fasttemplate v1.1.0
github.com/wasmerio/wasmer-go v1.0.3
go.uber.org/atomic v1.7.0
go.uber.org/automaxprocs v1.3.0
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
golang.org/x/tools v0.1.4
google.golang.org/genproto v0.0.0-20200806141610-86f49bd18e98
google.golang.org/grpc v1.38.0
google.golang.org/grpc/examples v0.0.0-20210818220435-8ab16ef276a3
google.golang.org/protobuf v1.27.1
istio.io/api v0.0.0-20211103171850-665ed2b92d52
istio.io/gogo-genproto v0.0.0-20210113155706-4daf5697332f
k8s.io/klog v1.0.0
mosn.io/api v1.1.1-0.20220815024116-24aa5cd93c5f
mosn.io/holmes v1.0.1
mosn.io/pkg v1.1.1-0.20220909034506-4d6d91026cb9
mosn.io/proxy-wasm-go-host v0.1.1-0.20210524020952-3fb13ba763a6
vimagination.zapto.org/byteio v0.0.0-20200222190125-d27cba0f0b10
vimagination.zapto.org/memio v0.0.0-20200222190306-588ebc67b97d // indirect
)
replace github.com/envoyproxy/go-control-plane => github.com/envoyproxy/go-control-plane v0.10.0
replace istio.io/api => istio.io/api v0.0.0-20211103171850-665ed2b92d52