11module sigs.k8s.io/gateway-api-inference-extension
22
3- go 1.24.0
3+ go 1.24.9
44
55require (
66 github.com/cespare/xxhash/v2 v2.3.0
@@ -16,7 +16,7 @@ require (
1616 github.com/prometheus/client_golang v1.23.2
1717 github.com/prometheus/client_model v0.6.2
1818 github.com/prometheus/common v0.67.5
19- github.com/prometheus/prometheus v0.308.1
19+ github.com/prometheus/prometheus v0.309.0
2020 github.com/stretchr/testify v1.11.1
2121 go.opentelemetry.io/otel v1.39.0
2222 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.39.0
@@ -63,33 +63,42 @@ require (
6363 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6464 github.com/dennwc/varint v1.0.0 // indirect
6565 github.com/emicklei/go-restful/v3 v3.13.0 // indirect
66- github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
66+ github.com/envoyproxy/protoc-gen-validate v1.3.0 // indirect
6767 github.com/evanphx/json-patch/v5 v5.9.11 // indirect
6868 github.com/felixge/httpsnoop v1.0.4 // indirect
6969 github.com/fxamacker/cbor/v2 v2.9.0 // indirect
7070 github.com/go-errors/errors v1.4.2 // indirect
7171 github.com/go-logr/stdr v1.2.2 // indirect
72- github.com/go-openapi/jsonpointer v0.21.2 // indirect
73- github.com/go-openapi/jsonreference v0.21.0 // indirect
74- github.com/go-openapi/swag v0.23.1 // indirect
72+ github.com/go-openapi/jsonpointer v0.22.1 // indirect
73+ github.com/go-openapi/jsonreference v0.21.3 // indirect
74+ github.com/go-openapi/swag v0.25.4 // indirect
75+ github.com/go-openapi/swag/cmdutils v0.25.4 // indirect
76+ github.com/go-openapi/swag/conv v0.25.4 // indirect
77+ github.com/go-openapi/swag/fileutils v0.25.4 // indirect
78+ github.com/go-openapi/swag/jsonname v0.25.4 // indirect
79+ github.com/go-openapi/swag/jsonutils v0.25.4 // indirect
80+ github.com/go-openapi/swag/loading v0.25.4 // indirect
81+ github.com/go-openapi/swag/mangling v0.25.4 // indirect
82+ github.com/go-openapi/swag/netutils v0.25.4 // indirect
83+ github.com/go-openapi/swag/stringutils v0.25.4 // indirect
84+ github.com/go-openapi/swag/typeutils v0.25.4 // indirect
85+ github.com/go-openapi/swag/yamlutils v0.25.4 // indirect
7586 github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
7687 github.com/gobuffalo/flect v1.0.3 // indirect
7788 github.com/goccy/go-yaml v1.18.0 // indirect
7889 github.com/gogo/protobuf v1.3.2 // indirect
7990 github.com/google/btree v1.1.3 // indirect
8091 github.com/google/cel-go v0.26.0 // indirect
8192 github.com/google/gnostic-models v0.7.0 // indirect
82- github.com/google/pprof v0.0.0-20250923004556-9e5a51aed1e8 // indirect
93+ github.com/google/pprof v0.0.0-20251213031049-b05bdaca462f // indirect
8394 github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
8495 github.com/grafana/regexp v0.0.0-20250905093917-f7b3be9d1853 // indirect
8596 github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect
8697 github.com/huandu/xstrings v1.3.3 // indirect
8798 github.com/imdario/mergo v0.3.16 // indirect
8899 github.com/inconshreveable/mousetrap v1.1.0 // indirect
89- github.com/josharian/intern v1.0.0 // indirect
90100 github.com/json-iterator/go v1.1.12 // indirect
91101 github.com/kylelemons/godebug v1.1.0 // indirect
92- github.com/mailru/easyjson v0.9.0 // indirect
93102 github.com/mitchellh/copystructure v1.2.0 // indirect
94103 github.com/mitchellh/reflectwalk v1.0.2 // indirect
95104 github.com/moby/spdystream v0.5.0 // indirect
@@ -106,7 +115,7 @@ require (
106115 github.com/x448/float16 v0.8.4 // indirect
107116 github.com/xlab/treeprint v1.2.0 // indirect
108117 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
109- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63 .0 // indirect
118+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64 .0 // indirect
110119 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0 // indirect
111120 go.opentelemetry.io/otel/metric v1.39.0 // indirect
112121 go.opentelemetry.io/otel/trace v1.39.0 // indirect
@@ -122,10 +131,10 @@ require (
122131 golang.org/x/sys v0.39.0 // indirect
123132 golang.org/x/term v0.38.0 // indirect
124133 golang.org/x/text v0.32.0 // indirect
125- golang.org/x/time v0.13 .0 // indirect
134+ golang.org/x/time v0.14 .0 // indirect
126135 golang.org/x/tools v0.39.0 // indirect
127136 gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
128- google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
137+ google.golang.org/genproto/googleapis/api v0.0.0-20251213004720-97cd9d5aeac2 // indirect
129138 google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
130139 gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
131140 gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments