Skip to content

Commit ecfc4dc

Browse files
committed
chore: use wip go-tools 7373c6fc
1 parent 36e954c commit ecfc4dc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

router-tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/wundergraph/cosmo/demo v0.0.0-20250707145555-35d60cac85d9
2626
github.com/wundergraph/cosmo/demo/pkg/subgraphs/projects v0.0.0-20250616075713-f2b99c96cec4
2727
github.com/wundergraph/cosmo/router v0.0.0-20250707145555-35d60cac85d9
28-
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.200
28+
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.201.0.20250709094845-7373c6fc33bf
2929
go.opentelemetry.io/otel v1.28.0
3030
go.opentelemetry.io/otel/sdk v1.28.0
3131
go.opentelemetry.io/otel/sdk/metric v1.28.0

router-tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@ github.com/wundergraph/astjson v0.0.0-20250106123708-be463c97e083 h1:8/D7f8gKxTB
326326
github.com/wundergraph/astjson v0.0.0-20250106123708-be463c97e083/go.mod h1:eOTL6acwctsN4F3b7YE+eE2t8zcJ/doLm9sZzsxxxrE=
327327
github.com/wundergraph/consul/sdk v0.0.0-20250204115147-ed842a8fd301 h1:EzfKHQoTjFDDcgaECCCR2aTePqMu9QBmPbyhqIYOhV0=
328328
github.com/wundergraph/consul/sdk v0.0.0-20250204115147-ed842a8fd301/go.mod h1:wxI0Nak5dI5RvJuzGyiEK4nZj0O9X+Aw6U0tC1wPKq0=
329-
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.200 h1:QcI19OTZL2zNF/GDEULQUVTcSfrZ6wrRQdfbPaYp+Ts=
330-
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.200/go.mod h1:DaBrBCMgKGd3t7zg7z11jKm+0mVJiesr/IQCRG9qgP0=
329+
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.201.0.20250709094845-7373c6fc33bf h1:N0i0QnG29jApNqJfz0ytMtTGEbqAE4P5Y/Xj89VDddE=
330+
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.201.0.20250709094845-7373c6fc33bf/go.mod h1:DaBrBCMgKGd3t7zg7z11jKm+0mVJiesr/IQCRG9qgP0=
331331
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4=
332332
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1/go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM=
333333
github.com/yosida95/uritemplate/v3 v3.0.2 h1:Ed3Oyj9yrmi9087+NczuL5BwkIc4wvTb5zIM+UJPGz4=

router/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/tidwall/gjson v1.18.0
3232
github.com/tidwall/sjson v1.2.5
3333
github.com/twmb/franz-go v1.16.1
34-
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.200
34+
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.201.0.20250709094845-7373c6fc33bf
3535
// Do not upgrade, it renames attributes we rely on
3636
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1
3737
go.opentelemetry.io/contrib/propagators/b3 v1.23.0

router/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ github.com/vektah/gqlparser/v2 v2.5.16 h1:1gcmLTvs3JLKXckwCwlUagVn/IlV2bwqle0vJ0
290290
github.com/vektah/gqlparser/v2 v2.5.16/go.mod h1:1lz1OeCqgQbQepsGxPVywrjdBHW2T08PUS3pJqepRww=
291291
github.com/wundergraph/astjson v0.0.0-20250106123708-be463c97e083 h1:8/D7f8gKxTBjW+SZK4mhxTTBVpxcqeBgWF1Rfmltbfk=
292292
github.com/wundergraph/astjson v0.0.0-20250106123708-be463c97e083/go.mod h1:eOTL6acwctsN4F3b7YE+eE2t8zcJ/doLm9sZzsxxxrE=
293-
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.200 h1:QcI19OTZL2zNF/GDEULQUVTcSfrZ6wrRQdfbPaYp+Ts=
294-
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.200/go.mod h1:DaBrBCMgKGd3t7zg7z11jKm+0mVJiesr/IQCRG9qgP0=
293+
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.201.0.20250709094845-7373c6fc33bf h1:N0i0QnG29jApNqJfz0ytMtTGEbqAE4P5Y/Xj89VDddE=
294+
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.201.0.20250709094845-7373c6fc33bf/go.mod h1:DaBrBCMgKGd3t7zg7z11jKm+0mVJiesr/IQCRG9qgP0=
295295
github.com/yosida95/uritemplate/v3 v3.0.2 h1:Ed3Oyj9yrmi9087+NczuL5BwkIc4wvTb5zIM+UJPGz4=
296296
github.com/yosida95/uritemplate/v3 v3.0.2/go.mod h1:ILOh0sOhIJR3+L/8afwt/kE++YT040gmv5BQTMR2HP4=
297297
github.com/yuin/gopher-lua v1.1.1 h1:kYKnWBjvbNP4XLT3+bPEwAXJx262OhaHDWDVOPjL46M=

0 commit comments

Comments
 (0)