File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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.232
34+ github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.234
3535 // Do not upgrade, it renames attributes we rely on
3636 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0
3737 go.opentelemetry.io/contrib/propagators/b3 v1.23.0
@@ -194,7 +194,4 @@ replace (
194194// Remember you can use Go workspaces to avoid using replace directives in multiple go.mod files
195195// Use what is best for your personal workflow. See CONTRIBUTING.md for more information
196196
197- // Local development: Use local graphql-go-tools with Description support in OperationDefinition
198- replace github.com/wundergraph/graphql-go-tools/v2 => /Users/asoorm/go/src/github.com/wundergraph/graphql-go-tools/v2
199-
200197// replace github.com/wundergraph/graphql-go-tools/v2 => ../../graphql-go-tools/v2
Original file line number Diff line number Diff line change @@ -322,6 +322,8 @@ github.com/wk8/go-ordered-map/v2 v2.1.8 h1:5h/BUHu93oj4gIdvHHHGsScSTMijfx5PeYkE/
322322github.com/wk8/go-ordered-map/v2 v2.1.8 /go.mod h1:5nJHM5DyteebpVlHnWMV0rPz6Zp7+xBAnxjb1X5vnTw =
323323github.com/wundergraph/astjson v0.0.0-20250106123708-be463c97e083 h1:8/D7f8gKxTBjW+SZK4mhxTTBVpxcqeBgWF1Rfmltbfk =
324324github.com/wundergraph/astjson v0.0.0-20250106123708-be463c97e083 /go.mod h1:eOTL6acwctsN4F3b7YE+eE2t8zcJ/doLm9sZzsxxxrE =
325+ github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.234 h1:yk+HTcTq61JxM/TvlZy1Fnc90I9whgGAKfmoaHWR6is =
326+ github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.234 /go.mod h1:ErOQH1ki2+SZB8JjpTyGVnoBpg5picIyjvuWQJP4abg =
325327github.com/yosida95/uritemplate/v3 v3.0.2 h1:Ed3Oyj9yrmi9087+NczuL5BwkIc4wvTb5zIM+UJPGz4 =
326328github.com/yosida95/uritemplate/v3 v3.0.2 /go.mod h1:ILOh0sOhIJR3+L/8afwt/kE++YT040gmv5BQTMR2HP4 =
327329github.com/yuin/gopher-lua v1.1.1 h1:kYKnWBjvbNP4XLT3+bPEwAXJx262OhaHDWDVOPjL46M =
You can’t perform that action at this time.
0 commit comments