@@ -11,22 +11,22 @@ require (
1111 github.com/rs/cors v1.11.0
1212 github.com/vektah/gqlparser/v2 v2.5.30
1313 github.com/wundergraph/cosmo/composition-go v0.0.0-20250820135159-bf8852195d3f
14- github.com/wundergraph/cosmo/router v0.0.0-20250820135159-bf8852195d3f
15- github.com/wundergraph/cosmo/router-tests v0.0.0-20250820135159-bf8852195d3f
14+ github.com/wundergraph/cosmo/router v0.0.0-20251125205644-175f80c4e6d9
15+ github.com/wundergraph/cosmo/router-tests v0.0.0-20251125205644-175f80c4e6d9
1616 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0
1717 go.opentelemetry.io/otel v1.36.0
1818 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.33.0
1919 go.opentelemetry.io/otel/sdk v1.36.0
2020 go.uber.org/atomic v1.11.0
2121 go.uber.org/zap v1.27.0
22- golang.org/x/sync v0.15 .0
22+ golang.org/x/sync v0.17 .0
2323)
2424
2525require (
2626 connectrpc.com/connect v1.16.2 // indirect
2727 github.com/KimMachineGun/automemlimit v0.6.1 // indirect
28- github.com/MicahParks/jwkset v0.9 .0 // indirect
29- github.com/MicahParks/keyfunc/v3 v3.3.5 // indirect
28+ github.com/MicahParks/jwkset v0.11 .0 // indirect
29+ github.com/MicahParks/keyfunc/v3 v3.6.2 // indirect
3030 github.com/agnivade/levenshtein v1.2.1 // indirect
3131 github.com/andybalholm/brotli v1.1.0 // indirect
3232 github.com/bahlo/generic-list-go v0.2.0 // indirect
@@ -54,7 +54,7 @@ require (
5454 github.com/docker/go-units v0.5.0 // indirect
5555 github.com/dop251/goja v0.0.0-20230906160731-9410bcaa81d2 // indirect
5656 github.com/dustin/go-humanize v1.0.1 // indirect
57- github.com/expr-lang/expr v1.17.3 // indirect
57+ github.com/expr-lang/expr v1.17.6 // indirect
5858 github.com/fatih/color v1.18.0 // indirect
5959 github.com/felixge/httpsnoop v1.0.4 // indirect
6060 github.com/go-chi/chi/v5 v5.2.2 // indirect
@@ -64,7 +64,7 @@ require (
6464 github.com/go-ole/go-ole v1.2.6 // indirect
6565 github.com/go-redis/redis_rate/v10 v10.0.1 // indirect
6666 github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
67- github.com/go-viper/mapstructure/v2 v2.3 .0 // indirect
67+ github.com/go-viper/mapstructure/v2 v2.4 .0 // indirect
6868 github.com/gobwas/httphead v0.1.0 // indirect
6969 github.com/gobwas/pool v0.2.1 // indirect
7070 github.com/gobwas/ws v1.4.0 // indirect
@@ -132,7 +132,7 @@ require (
132132 github.com/sosodev/duration v1.3.1 // indirect
133133 github.com/spf13/cast v1.7.1 // indirect
134134 github.com/stretchr/objx v0.5.2 // indirect
135- github.com/stretchr/testify v1.10.0 // indirect
135+ github.com/stretchr/testify v1.11.1 // indirect
136136 github.com/tidwall/gjson v1.18.0 // indirect
137137 github.com/tidwall/match v1.1.1 // indirect
138138 github.com/tidwall/pretty v1.2.1 // indirect
@@ -148,8 +148,8 @@ require (
148148 github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
149149 github.com/wundergraph/astjson v0.0.0-20250106123708-be463c97e083 // indirect
150150 github.com/wundergraph/cosmo/demo/pkg/subgraphs/projects v0.0.0-20250715110703-10f2e5f9c79e // indirect
151- github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.220 // indirect
152- github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
151+ github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.239 // indirect
152+ github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
153153 github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
154154 github.com/yusufpapurcu/wmi v1.2.4 // indirect
155155 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
@@ -169,18 +169,18 @@ require (
169169 go.uber.org/multierr v1.11.0 // indirect
170170 go.uber.org/ratelimit v0.3.1 // indirect
171171 go.withmatt.com/connect-brotli v0.4.0 // indirect
172- golang.org/x/crypto v0.39 .0 // indirect
173- golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
174- golang.org/x/mod v0.25 .0 // indirect
175- golang.org/x/net v0.41 .0 // indirect
176- golang.org/x/sys v0.33 .0 // indirect
177- golang.org/x/text v0.26 .0 // indirect
172+ golang.org/x/crypto v0.43 .0 // indirect
173+ golang.org/x/exp v0.0.0-20250813145105-42675adae3e6 // indirect
174+ golang.org/x/mod v0.29 .0 // indirect
175+ golang.org/x/net v0.46 .0 // indirect
176+ golang.org/x/sys v0.37 .0 // indirect
177+ golang.org/x/text v0.30 .0 // indirect
178178 golang.org/x/time v0.9.0 // indirect
179- golang.org/x/tools v0.34 .0 // indirect
180- google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
181- google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
182- google.golang.org/grpc v1.68.1 // indirect
183- google.golang.org/protobuf v1.36.6 // indirect
179+ golang.org/x/tools v0.38 .0 // indirect
180+ google.golang.org/genproto/googleapis/api v0.0.0-20250811230008-5f3141c8851a // indirect
181+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250811230008-5f3141c8851a // indirect
182+ google.golang.org/grpc v1.71.0 // indirect
183+ google.golang.org/protobuf v1.36.9 // indirect
184184 gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
185185 gopkg.in/yaml.v3 v3.0.1 // indirect
186186 gotest.tools/v3 v3.5.1 // indirect
0 commit comments