11module github.com/megaease/easegress/v2
22
3- go 1.23
3+ go 1.24.0
44
55// replace (
66// github/megaease/easegress => ./
@@ -50,43 +50,43 @@ require (
5050 github.com/openzipkin/zipkin-go v0.4.2
5151 github.com/patrickmn/go-cache v2.1.0+incompatible
5252 github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
53- github.com/prometheus/client_golang v1.17.0
53+ github.com/prometheus/client_golang v1.19.1
5454 github.com/quic-go/quic-go v0.40.1
5555 github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
5656 github.com/rs/cors v1.11.0
5757 github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
58- github.com/spf13/cobra v1.7.0
59- github.com/spf13/pflag v1.0.5
58+ github.com/spf13/cobra v1.9.1
59+ github.com/spf13/pflag v1.0.6
6060 github.com/spf13/viper v1.17.0
6161 github.com/stretchr/testify v1.10.0
6262 github.com/tcnksm/go-httpstat v0.2.1-0.20191008022543-e866bb274419
6363 github.com/tg123/go-htpasswd v1.2.2
6464 github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
6565 github.com/xeipuuv/gojsonschema v1.2.1-0.20201027075954-b076d39a02e5
6666 github.com/yl2chen/cidranger v1.0.2
67- go.etcd.io/etcd/api/v3 v3.5.10
68- go.etcd.io/etcd/client/v3 v3.5.10
69- go.etcd.io/etcd/server/v3 v3.5.10
67+ go.etcd.io/etcd/api/v3 v3.5.16
68+ go.etcd.io/etcd/client/v3 v3.5.16
69+ go.etcd.io/etcd/server/v3 v3.5.16
7070 go.opentelemetry.io/contrib/propagators/b3 v1.20.0
71- go.opentelemetry.io/otel v1.19 .0
71+ go.opentelemetry.io/otel v1.34 .0
7272 go.opentelemetry.io/otel/exporters/jaeger v1.17.0
73- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19 .0
73+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27 .0
7474 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0
7575 go.opentelemetry.io/otel/exporters/zipkin v1.19.0
76- go.opentelemetry.io/otel/sdk v1.19 .0
77- go.opentelemetry.io/otel/trace v1.19 .0
76+ go.opentelemetry.io/otel/sdk v1.34 .0
77+ go.opentelemetry.io/otel/trace v1.34 .0
7878 go.uber.org/zap v1.27.0
79- golang.org/x/crypto v0.26 .0
80- golang.org/x/net v0.28 .0
81- golang.org/x/sync v0.8 .0
82- golang.org/x/sys v0.25 .0
83- k8s.io/api v0.28 .3
84- k8s.io/apimachinery v0.28 .3
85- k8s.io/client-go v0.28 .3
79+ golang.org/x/crypto v0.37 .0
80+ golang.org/x/net v0.39 .0
81+ golang.org/x/sync v0.13 .0
82+ golang.org/x/sys v0.32 .0
83+ k8s.io/api v0.32 .3
84+ k8s.io/apimachinery v0.32 .3
85+ k8s.io/client-go v0.32 .3
8686 knative.dev/client v0.39.0
8787 knative.dev/serving v0.39.0
8888 nhooyr.io/websocket v1.8.10
89- sigs.k8s.io/gateway-api v1.0 .0
89+ sigs.k8s.io/gateway-api v1.3 .0
9090)
9191
9292require (
@@ -105,26 +105,27 @@ require (
105105 github.com/aliyun/alibabacloud-dkms-transfer-go-sdk v0.1.7 // indirect
106106 github.com/aws/aws-sdk-go-v2/service/ssooidc v1.19.0 // indirect
107107 github.com/bahlo/generic-list-go v0.2.0 // indirect
108- github.com/cenkalti/backoff/v4 v4.2.1 // indirect
109- github.com/emicklei/go-restful/v3 v3.11 .0 // indirect
108+ github.com/cenkalti/backoff/v4 v4.3.0 // indirect
109+ github.com/emicklei/go-restful/v3 v3.12 .0 // indirect
110110 github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
111111 github.com/facebookgo/freeport v0.0.0-20150612182905-d4adf43b75b9 // indirect
112112 github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
113113 github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
114+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
114115 github.com/go-ini/ini v1.67.0 // indirect
115116 github.com/go-logr/stdr v1.2.2 // indirect
117+ github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
116118 github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
117119 github.com/google/gnostic-models v0.6.8 // indirect
118- github.com/google/pprof v0.0.0-20231101202521-4ca4178f5c7a // indirect
120+ github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
119121 github.com/gorilla/mux v1.8.0 // indirect
120- github.com/grpc-ecosystem/grpc-gateway/v2 v2.18 .0 // indirect
122+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.20 .0 // indirect
121123 github.com/hashicorp/go-version v1.6.0 // indirect
122124 github.com/huandu/xstrings v1.4.0 // indirect
123125 github.com/jstemmer/go-junit-report v1.0.0 // indirect
124126 github.com/kylelemons/godebug v1.1.0 // indirect
125- github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
126127 github.com/maxbrunsfeld/counterfeiter/v6 v6.6.1 // indirect
127- github.com/onsi/ginkgo/v2 v2.13 .0 // indirect
128+ github.com/onsi/ginkgo/v2 v2.21 .0 // indirect
128129 github.com/opencontainers/go-digest v1.0.0 // indirect
129130 github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
130131 github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
@@ -137,12 +138,15 @@ require (
137138 github.com/tchap/go-patricia/v2 v2.3.1 // indirect
138139 github.com/vultr/govultr/v3 v3.3.4 // indirect
139140 github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
140- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
141- go.opentelemetry.io/otel/metric v1.19.0 // indirect
141+ github.com/x448/float16 v0.8.4 // indirect
142+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
143+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
144+ go.opentelemetry.io/otel/metric v1.34.0 // indirect
142145 go.uber.org/mock v0.3.0 // indirect
143- google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
144- google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
146+ google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
147+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
145148 gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
149+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
146150 gopkg.in/evanphx/json-patch.v5 v5.7.0 // indirect
147151 gopkg.in/ldap.v2 v2.5.1 // indirect
148152)
@@ -184,22 +188,22 @@ require (
184188 github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
185189 github.com/eapache/queue v1.1.0 // indirect
186190 github.com/evanphx/json-patch v5.7.0+incompatible // indirect
187- github.com/evanphx/json-patch/v5 v5.7.0 // indirect
191+ github.com/evanphx/json-patch/v5 v5.9.11 // indirect
188192 github.com/go-errors/errors v1.5.1 // indirect
189193 github.com/go-kit/log v0.2.1 // indirect
190194 github.com/go-logfmt/logfmt v0.6.0 // indirect
191- github.com/go-logr/logr v1.3.0 // indirect
192- github.com/go-openapi/jsonpointer v0.20 .0 // indirect
193- github.com/go-openapi/jsonreference v0.20.2 // indirect
194- github.com/go-openapi/swag v0.22.4 // indirect
195+ github.com/go-logr/logr v1.4.2 // indirect
196+ github.com/go-openapi/jsonpointer v0.21 .0 // indirect
197+ github.com/go-openapi/jsonreference v0.21.0 // indirect
198+ github.com/go-openapi/swag v0.23.0 // indirect
195199 github.com/gobwas/glob v0.2.3 // indirect
196200 github.com/gogo/protobuf v1.3.2 // indirect
197201 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
198202 github.com/golang/mock v1.6.0 // indirect
199203 github.com/golang/protobuf v1.5.4 // indirect
200204 github.com/golang/snappy v0.0.4 // indirect
201205 github.com/google/btree v1.1.2 // indirect
202- github.com/google/go-cmp v0.6 .0 // indirect
206+ github.com/google/go-cmp v0.7 .0 // indirect
203207 github.com/google/go-containerregistry v0.16.1 // indirect
204208 github.com/google/go-querystring v1.1.0 // indirect
205209 github.com/google/gofuzz v1.2.0 // indirect
@@ -237,7 +241,7 @@ require (
237241 github.com/mailru/easyjson v0.7.7 // indirect
238242 github.com/mattn/go-colorable v0.1.13 // indirect
239243 github.com/mattn/go-isatty v0.0.20 // indirect
240- github.com/miekg/dns v1.1.56 // indirect
244+ github.com/miekg/dns v1.1.65 // indirect
241245 github.com/mitchellh/go-homedir v1.1.0 // indirect
242246 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
243247 github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -249,9 +253,9 @@ require (
249253 github.com/pierrec/lz4/v4 v4.1.18 // indirect
250254 github.com/pkg/errors v0.9.1 // indirect
251255 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
252- github.com/prometheus/client_model v0.5.0 // indirect
253- github.com/prometheus/common v0.45 .0 // indirect
254- github.com/prometheus/procfs v0.12.0 // indirect
256+ github.com/prometheus/client_model v0.6.1 // indirect
257+ github.com/prometheus/common v0.55 .0 // indirect
258+ github.com/prometheus/procfs v0.15.1 // indirect
255259 github.com/prometheus/statsd_exporter v0.25.0 // indirect
256260 github.com/rickb777/date v1.20.5 // indirect
257261 github.com/rickb777/plural v1.4.1 // indirect
@@ -268,46 +272,46 @@ require (
268272 github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 // indirect
269273 github.com/xlab/treeprint v1.2.0 // indirect
270274 github.com/yashtewari/glob-intersection v0.2.0 // indirect
271- go.etcd.io/bbolt v1.3.8 // indirect
272- go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect
273- go.etcd.io/etcd/client/v2 v2.305.10 // indirect
274- go.etcd.io/etcd/pkg/v3 v3.5.10 // indirect
275- go.etcd.io/etcd/raft/v3 v3.5.10 // indirect
275+ go.etcd.io/bbolt v1.3.11 // indirect
276+ go.etcd.io/etcd/client/pkg/v3 v3.5.16 // indirect
277+ go.etcd.io/etcd/client/v2 v2.305.16 // indirect
278+ go.etcd.io/etcd/pkg/v3 v3.5.16 // indirect
279+ go.etcd.io/etcd/raft/v3 v3.5.16 // indirect
276280 go.opencensus.io v0.24.0 // indirect
277- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45 .0 // indirect
278- go.opentelemetry.io/proto/otlp v1.0.0 // indirect
281+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53 .0 // indirect
282+ go.opentelemetry.io/proto/otlp v1.3.1 // indirect
279283 go.starlark.net v0.0.0-20231101134539-556fd59b42f6 // indirect
280284 go.uber.org/atomic v1.11.0 // indirect
281285 go.uber.org/multierr v1.11.0 // indirect
282- golang.org/x/exp v0.0.0-20231006140011-7918f672742d
283- golang.org/x/mod v0.17 .0
284- golang.org/x/oauth2 v0.22 .0 // indirect
285- golang.org/x/term v0.23 .0 // indirect
286- golang.org/x/text v0.17 .0 // indirect
287- golang.org/x/time v0.3 .0 // indirect
288- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
286+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
287+ golang.org/x/mod v0.23 .0
288+ golang.org/x/oauth2 v0.25 .0 // indirect
289+ golang.org/x/term v0.31 .0 // indirect
290+ golang.org/x/text v0.24 .0 // indirect
291+ golang.org/x/time v0.7 .0 // indirect
292+ golang.org/x/tools v0.30.0 // indirect
289293 gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
290294 google.golang.org/api v0.149.0 // indirect
291- google.golang.org/genproto v0.0.0-20231030173426-d783a09b4405 // indirect
292- google.golang.org/grpc v1.67 .1
293- google.golang.org/protobuf v1.34.2
295+ google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect
296+ google.golang.org/grpc v1.71 .1
297+ google.golang.org/protobuf v1.36.6
294298 gopkg.in/inf.v0 v0.9.1 // indirect
295299 gopkg.in/ini.v1 v1.67.0 // indirect
296300 gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
297301 gopkg.in/yaml.v2 v2.4.0 // indirect
298302 gopkg.in/yaml.v3 v3.0.1
299303 gotest.tools/v3 v3.5.1 // indirect
300- k8s.io/apiextensions-apiserver v0.28 .3 // indirect
304+ k8s.io/apiextensions-apiserver v0.32 .3 // indirect
301305 k8s.io/cli-runtime v0.28.3 // indirect
302- k8s.io/klog/v2 v2.110 .1 // indirect
303- k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
304- k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
306+ k8s.io/klog/v2 v2.130 .1 // indirect
307+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
308+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
305309 knative.dev/eventing v0.39.0 // indirect
306310 knative.dev/networking v0.0.0-20231102061026-3bd0f7d578ab // indirect
307311 knative.dev/pkg v0.0.0-20231102061027-a6c730fd81f7 // indirect
308- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
312+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
309313 sigs.k8s.io/kustomize/api v0.15.0 // indirect
310314 sigs.k8s.io/kustomize/kyaml v0.15.0 // indirect
311- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
315+ sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
312316 sigs.k8s.io/yaml v1.4.0 // indirect
313317)
0 commit comments