-
Notifications
You must be signed in to change notification settings - Fork 134
deps: upgrade EG Go dependency #1309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,8 +3,6 @@ module github.com/envoyproxy/ai-gateway | |
| // Explicitly specify the Go patch version to be able to purge the CI cache correctly. | ||
| go 1.25.1 | ||
|
|
||
| replace go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 => go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fyi we got
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Niiiiiice!! |
||
|
|
||
| require ( | ||
| github.com/Azure/azure-sdk-for-go/sdk/azcore v1.19.1 | ||
| github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.12.0 | ||
|
|
@@ -19,9 +17,9 @@ require ( | |
| github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 | ||
| github.com/coreos/go-oidc/v3 v3.15.0 | ||
| github.com/docker/docker v28.4.0+incompatible | ||
| github.com/envoyproxy/gateway v1.5.0 | ||
| github.com/envoyproxy/go-control-plane v0.13.5-0.20250622153809-434b6986176d | ||
| github.com/envoyproxy/go-control-plane/envoy v1.32.5-0.20250622153809-434b6986176d | ||
| github.com/envoyproxy/gateway v0.5.0-rc.1.0.20251008155728-197fd10aeb03 | ||
aabchoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| github.com/envoyproxy/go-control-plane v0.13.5-0.20250929230642-07d3df27ff4f | ||
| github.com/envoyproxy/go-control-plane/envoy v1.35.1-0.20250929230642-07d3df27ff4f | ||
| github.com/go-logr/logr v1.4.3 | ||
| github.com/golang-jwt/jwt/v4 v4.5.2 | ||
| github.com/google/cel-go v0.26.1 | ||
|
|
@@ -41,15 +39,15 @@ require ( | |
| github.com/tidwall/sjson v1.2.5 | ||
| go.opentelemetry.io/contrib/exporters/autoexport v0.62.0 | ||
| go.opentelemetry.io/contrib/propagators/autoprop v0.62.0 | ||
| go.opentelemetry.io/otel v1.37.0 | ||
| go.opentelemetry.io/otel/exporters/prometheus v0.59.1 | ||
| go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.37.0 | ||
| go.opentelemetry.io/otel v1.38.0 | ||
| go.opentelemetry.io/otel/exporters/prometheus v0.60.0 | ||
| go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.38.0 | ||
| go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.37.0 | ||
| go.opentelemetry.io/otel/metric v1.37.0 | ||
| go.opentelemetry.io/otel/sdk v1.37.0 | ||
| go.opentelemetry.io/otel/sdk/metric v1.37.0 | ||
| go.opentelemetry.io/otel/trace v1.37.0 | ||
| go.opentelemetry.io/proto/otlp v1.7.1 | ||
| go.opentelemetry.io/otel/metric v1.38.0 | ||
| go.opentelemetry.io/otel/sdk v1.38.0 | ||
| go.opentelemetry.io/otel/sdk/metric v1.38.0 | ||
| go.opentelemetry.io/otel/trace v1.38.0 | ||
| go.opentelemetry.io/proto/otlp v1.8.0 | ||
| go.uber.org/goleak v1.3.0 | ||
| go.uber.org/zap v1.27.0 | ||
| golang.org/x/exp v0.0.0-20250911091902-df9299821621 | ||
|
|
@@ -59,15 +57,15 @@ require ( | |
| google.golang.org/api v0.250.0 | ||
| google.golang.org/genai v1.25.0 | ||
| google.golang.org/grpc v1.75.1 | ||
| google.golang.org/protobuf v1.36.9 | ||
| google.golang.org/protobuf v1.36.10 | ||
| gopkg.in/dnaeon/go-vcr.v4 v4.0.5 | ||
| gopkg.in/yaml.v3 v3.0.1 | ||
| k8s.io/api v0.33.4 | ||
| k8s.io/apiextensions-apiserver v0.33.4 | ||
| k8s.io/apimachinery v0.33.4 | ||
| k8s.io/client-go v0.33.4 | ||
| k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 | ||
| sigs.k8s.io/controller-runtime v0.21.0 | ||
| k8s.io/api v0.34.1 | ||
| k8s.io/apiextensions-apiserver v0.34.1 | ||
| k8s.io/apimachinery v0.34.1 | ||
| k8s.io/client-go v0.34.1 | ||
| k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d | ||
| sigs.k8s.io/controller-runtime v0.22.1 | ||
| sigs.k8s.io/gateway-api v1.3.1-0.20250527223622-54df0a899c1c | ||
| sigs.k8s.io/gateway-api-inference-extension v0.5.1 | ||
| sigs.k8s.io/yaml v1.6.0 | ||
|
|
@@ -100,28 +98,28 @@ require ( | |
| github.com/aws/smithy-go v1.23.0 // indirect | ||
| github.com/beorn7/perks v1.0.1 // indirect | ||
| github.com/blang/semver/v4 v4.0.0 // indirect | ||
| github.com/cenkalti/backoff/v5 v5.0.2 // indirect | ||
| github.com/cenkalti/backoff/v5 v5.0.3 // indirect | ||
| github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
| github.com/containerd/errdefs v1.0.0 // indirect | ||
| github.com/containerd/errdefs/pkg v0.3.0 // indirect | ||
| github.com/containerd/log v0.1.0 // indirect | ||
| github.com/containerd/platforms v0.2.1 // indirect | ||
| github.com/containerd/stargz-snapshotter/estargz v0.17.0 // indirect | ||
| github.com/containers/image/v5 v5.36.0 // indirect | ||
| github.com/containers/storage v1.59.0 // indirect | ||
| github.com/containers/image/v5 v5.36.2 // indirect | ||
| github.com/containers/storage v1.59.1 // indirect | ||
| github.com/coreos/go-semver v0.3.1 // indirect | ||
| github.com/coreos/go-systemd/v22 v22.5.0 // indirect | ||
| github.com/cpuguy83/dockercfg v0.3.2 // indirect | ||
| github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
| github.com/distribution/reference v0.6.0 // indirect | ||
| github.com/docker/cli v28.3.3+incompatible // indirect | ||
| github.com/docker/cli v28.5.0+incompatible // indirect | ||
| github.com/docker/distribution v2.8.3+incompatible // indirect | ||
| github.com/docker/docker-credential-helpers v0.9.3 // indirect | ||
| github.com/docker/go-connections v0.6.0 // indirect | ||
| github.com/docker/go-units v0.5.0 // indirect | ||
| github.com/dominikbraun/graph v0.23.0 // indirect | ||
| github.com/ebitengine/purego v0.9.0 // indirect | ||
| github.com/emicklei/go-restful/v3 v3.12.2 // indirect | ||
| github.com/emicklei/go-restful/v3 v3.13.0 // indirect | ||
| github.com/envoyproxy/go-control-plane/contrib v1.32.5-0.20250430092421-68a532e11403 // indirect | ||
| github.com/envoyproxy/go-control-plane/ratelimit v0.1.1-0.20250805143705-d51f8590a549 // indirect | ||
| github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect | ||
|
|
@@ -130,35 +128,44 @@ require ( | |
| github.com/evanphx/json-patch/v5 v5.9.11 // indirect | ||
| github.com/felixge/httpsnoop v1.0.4 // indirect | ||
| github.com/fsnotify/fsnotify v1.9.0 // indirect | ||
| github.com/fxamacker/cbor/v2 v2.8.0 // indirect | ||
| github.com/fxamacker/cbor/v2 v2.9.0 // indirect | ||
| github.com/go-jose/go-jose/v4 v4.1.1 // indirect | ||
| github.com/go-logr/stdr v1.2.2 // indirect | ||
| github.com/go-logr/zapr v1.3.0 // indirect | ||
| github.com/go-ole/go-ole v1.3.0 // indirect | ||
| github.com/go-openapi/analysis v0.23.0 // indirect | ||
| github.com/go-openapi/errors v0.22.1 // indirect | ||
| github.com/go-openapi/jsonpointer v0.21.1 // indirect | ||
| github.com/go-openapi/jsonreference v0.21.0 // indirect | ||
| github.com/go-openapi/loads v0.22.0 // indirect | ||
| github.com/go-openapi/spec v0.21.0 // indirect | ||
| github.com/go-openapi/strfmt v0.23.0 // indirect | ||
| github.com/go-openapi/analysis v0.24.0 // indirect | ||
| github.com/go-openapi/errors v0.22.3 // indirect | ||
| github.com/go-openapi/jsonpointer v0.22.1 // indirect | ||
| github.com/go-openapi/jsonreference v0.21.2 // indirect | ||
| github.com/go-openapi/loads v0.23.1 // indirect | ||
| github.com/go-openapi/spec v0.22.0 // indirect | ||
| github.com/go-openapi/strfmt v0.24.0 // indirect | ||
| github.com/go-openapi/swag v0.23.1 // indirect | ||
| github.com/go-openapi/validate v0.24.0 // indirect | ||
| github.com/go-openapi/swag/conv v0.25.1 // indirect | ||
| github.com/go-openapi/swag/fileutils v0.25.1 // indirect | ||
| github.com/go-openapi/swag/jsonname v0.25.1 // indirect | ||
| github.com/go-openapi/swag/jsonutils v0.25.1 // indirect | ||
| github.com/go-openapi/swag/loading v0.25.1 // indirect | ||
| github.com/go-openapi/swag/mangling v0.25.1 // indirect | ||
| github.com/go-openapi/swag/stringutils v0.25.1 // indirect | ||
| github.com/go-openapi/swag/typeutils v0.25.1 // indirect | ||
| github.com/go-openapi/swag/yamlutils v0.25.1 // indirect | ||
| github.com/go-openapi/validate v0.25.0 // indirect | ||
| github.com/go-viper/mapstructure/v2 v2.4.0 // indirect | ||
| github.com/goccy/go-yaml v1.18.0 // indirect | ||
| github.com/gogo/protobuf v1.3.2 // indirect | ||
| github.com/golang-jwt/jwt/v5 v5.3.0 // indirect | ||
| github.com/golang/protobuf v1.5.4 // indirect | ||
| github.com/google/btree v1.1.3 // indirect | ||
| github.com/google/gnostic-models v0.6.9 // indirect | ||
| github.com/google/gnostic-models v0.7.0 // indirect | ||
| github.com/google/go-containerregistry v0.20.6 // indirect | ||
| github.com/google/pprof v0.0.0-20250607225305-033d6d78b36a // indirect | ||
| github.com/google/s2a-go v0.1.9 // indirect | ||
| github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect | ||
| github.com/googleapis/gax-go/v2 v2.15.0 // indirect | ||
| github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect | ||
| github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect | ||
| github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect | ||
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect | ||
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect | ||
| github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
| github.com/josharian/intern v1.0.0 // indirect | ||
| github.com/json-iterator/go v1.1.12 // indirect | ||
|
|
@@ -171,7 +178,6 @@ require ( | |
| github.com/mailru/easyjson v0.9.0 // indirect | ||
| github.com/miekg/dns v1.1.68 // indirect | ||
| github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
| github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
| github.com/moby/docker-image-spec v1.3.1 // indirect | ||
| github.com/moby/go-archive v0.1.0 // indirect | ||
| github.com/moby/patternmatcher v0.6.0 // indirect | ||
|
|
@@ -185,7 +191,7 @@ require ( | |
| github.com/morikuni/aec v1.0.0 // indirect | ||
| github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
| github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect | ||
| github.com/ohler55/ojg v1.26.8 // indirect | ||
| github.com/ohler55/ojg v1.26.10 // indirect | ||
| github.com/oklog/ulid v1.3.1 // indirect | ||
| github.com/opencontainers/go-digest v1.0.0 // indirect | ||
| github.com/opencontainers/image-spec v1.1.1 // indirect | ||
|
|
@@ -194,12 +200,12 @@ require ( | |
| github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect | ||
| github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
| github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect | ||
| github.com/prometheus/otlptranslator v0.0.0-20250717125610-8549f4ab4f8f // indirect | ||
| github.com/prometheus/otlptranslator v0.0.2 // indirect | ||
| github.com/prometheus/procfs v0.17.0 // indirect | ||
| github.com/shopspring/decimal v1.4.0 // indirect | ||
| github.com/sirupsen/logrus v1.9.3 // indirect | ||
| github.com/spf13/cobra v1.9.1 // indirect | ||
| github.com/spf13/pflag v1.0.7 // indirect | ||
| github.com/spf13/cobra v1.10.1 // indirect | ||
| github.com/spf13/pflag v1.0.10 // indirect | ||
| github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect | ||
| github.com/stoewer/go-strcase v1.3.1 // indirect | ||
| github.com/telepresenceio/watchable v0.0.0-20220726211108-9bb86f92afa7 // indirect | ||
|
|
@@ -208,17 +214,17 @@ require ( | |
| github.com/tidwall/pretty v1.2.1 // indirect | ||
| github.com/tklauser/go-sysconf v0.3.15 // indirect | ||
| github.com/tklauser/numcpus v0.10.0 // indirect | ||
| github.com/ulikunitz/xz v0.5.14 // indirect | ||
| github.com/ulikunitz/xz v0.5.15 // indirect | ||
| github.com/vbatts/tar-split v0.12.1 // indirect | ||
| github.com/x448/float16 v0.8.4 // indirect | ||
| github.com/yosida95/uritemplate/v3 v3.0.2 // indirect | ||
| github.com/yuin/gopher-lua v1.1.1 // indirect | ||
| github.com/yusufpapurcu/wmi v1.2.4 // indirect | ||
| github.com/zeebo/errs v1.4.0 // indirect | ||
| go.etcd.io/etcd/api/v3 v3.6.1 // indirect | ||
| go.etcd.io/etcd/client/pkg/v3 v3.6.1 // indirect | ||
| go.etcd.io/etcd/client/v3 v3.6.1 // indirect | ||
| go.mongodb.org/mongo-driver v1.14.0 // indirect | ||
| go.etcd.io/etcd/api/v3 v3.6.4 // indirect | ||
| go.etcd.io/etcd/client/pkg/v3 v3.6.4 // indirect | ||
| go.etcd.io/etcd/client/v3 v3.6.4 // indirect | ||
| go.mongodb.org/mongo-driver v1.17.4 // indirect | ||
| go.opentelemetry.io/auto/sdk v1.1.0 // indirect | ||
| go.opentelemetry.io/contrib/bridges/prometheus v0.62.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect | ||
|
|
@@ -229,8 +235,8 @@ require ( | |
| go.opentelemetry.io/contrib/propagators/ot v1.37.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.13.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.13.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.37.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.37.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.38.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.38.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0 // indirect | ||
|
|
@@ -239,6 +245,7 @@ require ( | |
| go.opentelemetry.io/otel/sdk/log v0.13.0 // indirect | ||
| go.uber.org/multierr v1.11.0 // indirect | ||
| go.yaml.in/yaml/v2 v2.4.2 // indirect | ||
| go.yaml.in/yaml/v3 v3.0.4 // indirect | ||
| golang.org/x/crypto v0.42.0 // indirect | ||
| golang.org/x/mod v0.28.0 // indirect | ||
| golang.org/x/net v0.44.0 // indirect | ||
|
|
@@ -247,20 +254,20 @@ require ( | |
| golang.org/x/text v0.29.0 // indirect | ||
| golang.org/x/time v0.13.0 // indirect | ||
| gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20250728155136-f173205681a0 // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20250908214217-97024824d090 // indirect | ||
| google.golang.org/grpc/security/advancedtls v1.0.0 // indirect | ||
| gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect | ||
| gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect | ||
| gopkg.in/inf.v0 v0.9.1 // indirect | ||
| gopkg.in/yaml.v2 v2.4.0 // indirect | ||
| k8s.io/apiserver v0.33.4 // indirect | ||
| k8s.io/component-base v0.33.4 // indirect | ||
| k8s.io/apiserver v0.34.1 // indirect | ||
| k8s.io/component-base v0.34.1 // indirect | ||
| k8s.io/klog/v2 v2.130.1 // indirect | ||
| k8s.io/kube-openapi v0.0.0-20250626002932-679f732ef8b8 // indirect | ||
| k8s.io/kube-openapi v0.0.0-20250814151709-d7b6acb124c3 // indirect | ||
| sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 // indirect | ||
| sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect | ||
| sigs.k8s.io/kubectl-validate v0.0.5-0.20241223122011-eb064d2f92d5 // indirect | ||
| sigs.k8s.io/mcs-api v0.2.0 // indirect | ||
| sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect | ||
| sigs.k8s.io/kubectl-validate v0.0.5-0.20250915070809-d2f2d68fba09 // indirect | ||
| sigs.k8s.io/mcs-api v0.3.0 // indirect | ||
| sigs.k8s.io/randfill v1.0.0 // indirect | ||
| sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect | ||
| sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect | ||
| ) | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a bug somehow surfaced with the upgrade