@@ -16,7 +16,7 @@ require (
16
16
github.com/dubbogo/gost v1.13.3-0.20221216065235-4c45e166b5a0
17
17
github.com/dubbogo/grpc-go v1.42.9
18
18
github.com/dubbogo/triple v1.1.8
19
- github.com/envoyproxy/go-control-plane v0.10.2 -0.20220428052930-ec95b9f870a8
19
+ github.com/envoyproxy/go-control-plane v0.11.1 -0.20230524094728-9239064ad72f
20
20
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
21
21
github.com/go-errors/errors v1.0.1
22
22
github.com/go-playground/assert/v2 v2.0.1
@@ -25,7 +25,7 @@ require (
25
25
github.com/goinggo/mapstructure v0.0.0-20140717182941-194205d9b4a9
26
26
github.com/golang-jwt/jwt/v4 v4.4.2
27
27
github.com/golang/mock v1.6.0
28
- github.com/golang/protobuf v1.5.2
28
+ github.com/golang/protobuf v1.5.3
29
29
github.com/imdario/mergo v0.3.12
30
30
github.com/jhump/protoreflect v1.9.0
31
31
github.com/mitchellh/mapstructure v1.5.0
@@ -50,15 +50,16 @@ require (
50
50
go.uber.org/zap v1.21.0
51
51
golang.org/x/crypto v0.14.0
52
52
golang.org/x/net v0.17.0
53
- google.golang.org/grpc v1.50.1
54
- google.golang.org/protobuf v1.28.1
53
+ google.golang.org/grpc v1.56.3
54
+ google.golang.org/protobuf v1.30.0
55
55
gopkg.in/yaml.v2 v2.4.0
56
56
mosn.io/proxy-wasm-go-host v0.1.0
57
57
vimagination.zapto.org/byteio v0.0.0-20200222190125-d27cba0f0b10
58
58
)
59
59
60
60
require (
61
- cloud.google.com/go v0.65.0 // indirect
61
+ cloud.google.com/go/compute v1.19.1 // indirect
62
+ cloud.google.com/go/compute/metadata v0.2.3 // indirect
62
63
contrib.go.opencensus.io/exporter/prometheus v0.4.1 // indirect
63
64
github.com/RoaringBitmap/roaring v0.7.1 // indirect
64
65
github.com/Workiva/go-datastructures v1.0.52 // indirect
@@ -67,17 +68,17 @@ require (
67
68
github.com/bits-and-blooms/bitset v1.2.0 // indirect
68
69
github.com/buger/jsonparser v1.1.1 // indirect
69
70
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
70
- github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
71
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
72
- github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect
73
- github.com/cncf/xds/go v0.0.0-20220314180256-7f1daf1720fc // indirect
71
+ github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
72
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
73
+ github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe // indirect
74
+ github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4 // indirect
74
75
github.com/coreos/go-semver v0.3.0 // indirect
75
76
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
76
77
github.com/davecgh/go-spew v1.1.1 // indirect
77
78
github.com/eapache/go-resiliency v1.1.0 // indirect
78
79
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
79
80
github.com/eapache/queue v1.1.0 // indirect
80
- github.com/envoyproxy/protoc-gen-validate v0.6.7 // indirect
81
+ github.com/envoyproxy/protoc-gen-validate v0.10.1 // indirect
81
82
github.com/go-kit/log v0.2.0 // indirect
82
83
github.com/go-logfmt/logfmt v0.5.1 // indirect
83
84
github.com/go-logr/logr v1.2.3 // indirect
@@ -90,7 +91,7 @@ require (
90
91
github.com/golang/snappy v0.0.4 // indirect
91
92
github.com/google/uuid v1.3.0 // indirect
92
93
github.com/gorilla/websocket v1.4.2 // indirect
93
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
94
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
94
95
github.com/inconshreveable/mousetrap v1.0.0 // indirect
95
96
github.com/jinzhu/copier v0.3.5 // indirect
96
97
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -130,18 +131,18 @@ require (
130
131
github.com/yusufpapurcu/wmi v1.2.2 // indirect
131
132
go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect
132
133
go.etcd.io/etcd/client/v3 v3.5.4 // indirect
133
- go.opencensus.io v0.23 .0 // indirect
134
+ go.opencensus.io v0.24 .0 // indirect
134
135
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10.0 // indirect
135
136
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
136
137
go.uber.org/atomic v1.9.0 // indirect
137
138
go.uber.org/multierr v1.6.0 // indirect
138
139
golang.org/x/arch v0.0.0-20200826200359-b19915210f00 // indirect
139
- golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
140
+ golang.org/x/oauth2 v0.7.0 // indirect
140
141
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
141
142
golang.org/x/sys v0.13.0 // indirect
142
143
golang.org/x/text v0.13.0 // indirect
143
- google.golang.org/appengine v1.6.6 // indirect
144
- google.golang.org/genproto v0.0.0-20220329172620-7be39ac1afc7 // indirect
144
+ google.golang.org/appengine v1.6.7 // indirect
145
+ google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
145
146
gopkg.in/ini.v1 v1.51.0 // indirect
146
147
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
147
148
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments