From 16538e8754344f1abdc5bac0a17a3f66cb00e965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:17:09 +0000 Subject: [PATCH] Bump the minor-and-patch group across 1 directory with 2 updates Bumps the minor-and-patch group with 2 updates in the /runtime directory: [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) and [github.com/wundergraph/graphql-go-tools/execution](https://github.com/wundergraph/graphql-go-tools). Updates `github.com/tetratelabs/wazero` from 1.8.0 to 1.8.1 - [Release notes](https://github.com/tetratelabs/wazero/releases) - [Commits](https://github.com/tetratelabs/wazero/compare/v1.8.0...v1.8.1) Updates `github.com/wundergraph/graphql-go-tools/execution` from 1.0.5 to 1.0.6 - [Release notes](https://github.com/wundergraph/graphql-go-tools/releases) - [Commits](https://github.com/wundergraph/graphql-go-tools/compare/execution/v1.0.5...execution/v1.0.6) --- updated-dependencies: - dependency-name: github.com/tetratelabs/wazero dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: github.com/wundergraph/graphql-go-tools/execution dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- runtime/go.mod | 4 ++-- runtime/go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/runtime/go.mod b/runtime/go.mod index 0549b95f3..c1d674824 100644 --- a/runtime/go.mod +++ b/runtime/go.mod @@ -35,11 +35,11 @@ require ( github.com/rs/zerolog v1.33.0 github.com/spf13/cast v1.7.0 github.com/stretchr/testify v1.9.0 - github.com/tetratelabs/wazero v1.8.0 + github.com/tetratelabs/wazero v1.8.1 github.com/tidwall/gjson v1.18.0 github.com/tidwall/sjson v1.2.5 github.com/viterin/vek v0.4.2 - github.com/wundergraph/graphql-go-tools/execution v1.0.5 + github.com/wundergraph/graphql-go-tools/execution v1.0.6 github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.95 golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 google.golang.org/grpc v1.67.1 diff --git a/runtime/go.sum b/runtime/go.sum index 1b1cb6b57..03a0a3f7f 100644 --- a/runtime/go.sum +++ b/runtime/go.sum @@ -236,8 +236,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/tailscale/hujson v0.0.0-20221223112325-20486734a56a h1:SJy1Pu0eH1C29XwJucQo73FrleVK6t4kYz4NVhp34Yw= github.com/tailscale/hujson v0.0.0-20221223112325-20486734a56a/go.mod h1:DFSS3NAGHthKo1gTlmEcSBiZrRJXi28rLNd/1udP1c8= -github.com/tetratelabs/wazero v1.8.0 h1:iEKu0d4c2Pd+QSRieYbnQC9yiFlMS9D+Jr0LsRmcF4g= -github.com/tetratelabs/wazero v1.8.0/go.mod h1:yAI0XTsMBhREkM/YDAK/zNou3GoiAce1P6+rp/wQhjs= +github.com/tetratelabs/wazero v1.8.1 h1:NrcgVbWfkWvVc4UtT4LRLDf91PsOzDzefMdwhLfA550= +github.com/tetratelabs/wazero v1.8.1/go.mod h1:yAI0XTsMBhREkM/YDAK/zNou3GoiAce1P6+rp/wQhjs= github.com/tidwall/gjson v1.14.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY= github.com/tidwall/gjson v1.18.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= @@ -260,8 +260,8 @@ github.com/wundergraph/cosmo/composition-go v0.0.0-20240926091419-7c3781f4f507 h github.com/wundergraph/cosmo/composition-go v0.0.0-20240926091419-7c3781f4f507/go.mod h1:fUuOAUAXUFB/mlSkAaImGeE4A841AKR5dTMWhV4ibxI= github.com/wundergraph/cosmo/router v0.0.0-20240926091419-7c3781f4f507 h1:uojstbUpR4s6uO3+PJCU/nJ8CT5rq1L7Q94jdf+OiG4= github.com/wundergraph/cosmo/router v0.0.0-20240926091419-7c3781f4f507/go.mod h1:44kgNdnRaJVugapwUGRCbO27ziXNQTITJusRMmbl08c= -github.com/wundergraph/graphql-go-tools/execution v1.0.5 h1:3MiArNTyrudf5Sp1a/YBSKNtTd35Zl1BPDymjGRIDuU= -github.com/wundergraph/graphql-go-tools/execution v1.0.5/go.mod h1:sb+EyLG8bsKe8HVSU1tnTwWZSdhD8tFNvKH+1wllVuM= +github.com/wundergraph/graphql-go-tools/execution v1.0.6 h1:Y8pzegICEhn7f6G94bjvZ1amUP6bdgHsImSkm/xuapA= +github.com/wundergraph/graphql-go-tools/execution v1.0.6/go.mod h1:sb+EyLG8bsKe8HVSU1tnTwWZSdhD8tFNvKH+1wllVuM= github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.95 h1:YHC24JJVRkJmjVloYx+0+5blctgn/sJaCWrs0X3aPL4= github.com/wundergraph/graphql-go-tools/v2 v2.0.0-rc.95/go.mod h1:zkPVYJu1iQd0y1fBNj+oXe9uMI/33TSoiXEsKSAESZY= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=