Skip to content

Commit

Permalink
chore: bump execution pkg engine version with go 1.23 (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
devsergiy authored Dec 30, 2024
1 parent 4ac9596 commit fc8c728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion execution/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/wundergraph/astjson v0.0.0-20241210135722-15ca0ac078f8
github.com/wundergraph/cosmo/composition-go v0.0.0-20241020204711-78f240a77c99
github.com/wundergraph/cosmo/router v0.0.0-20240729154441-b20b00e892c6
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.136
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.137
go.uber.org/atomic v1.11.0
google.golang.org/protobuf v1.34.1
)
Expand Down
4 changes: 2 additions & 2 deletions execution/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ github.com/wundergraph/cosmo/composition-go v0.0.0-20241020204711-78f240a77c99 h
github.com/wundergraph/cosmo/composition-go v0.0.0-20241020204711-78f240a77c99/go.mod h1:fUuOAUAXUFB/mlSkAaImGeE4A841AKR5dTMWhV4ibxI=
github.com/wundergraph/cosmo/router v0.0.0-20240729154441-b20b00e892c6 h1:oXnHjPyl2Wes+mnCQbR0F1v0WAUOf974PdANFMA4CmI=
github.com/wundergraph/cosmo/router v0.0.0-20240729154441-b20b00e892c6/go.mod h1:0FOIMzc1cY8c4rUczyhmI2es84HGoEJV2MIbDbiEWzg=
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.136 h1:DrQIzB1uO7W85Nf04h3HCPlKrE+D+bs1fR4LvxCQLgE=
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.136/go.mod h1:xQLII50+GThIafwHGzeOVLsobqpAAB4WA/M9S+HTzxo=
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.137 h1:SKLnBI1Fjc0pqF/NJZYi6T8qU58CzaTLqhF0/r9M2Ds=
github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.137/go.mod h1:ykbiuySgYVDsvzMs1O4cPKuPDtN4qX8ziYP1CTtgEIA=
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673/go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8=
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
Expand Down

0 comments on commit fc8c728

Please sign in to comment.