From 0eaed0b4865e42068753b3b49868022011f38795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 19:01:06 +0000 Subject: [PATCH] build(deps): bump github.com/graph-gophers/graphql-go Bumps [github.com/graph-gophers/graphql-go](https://github.com/graph-gophers/graphql-go) from 1.1.0 to 1.3.0. - [Release notes](https://github.com/graph-gophers/graphql-go/releases) - [Changelog](https://github.com/graph-gophers/graphql-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/graph-gophers/graphql-go/compare/v1.1.0...v1.3.0) --- updated-dependencies: - dependency-name: github.com/graph-gophers/graphql-go dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4297836..daa5ea9 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.16 require ( github.com/google/uuid v1.3.0 - github.com/graph-gophers/graphql-go v1.1.0 + github.com/graph-gophers/graphql-go v1.3.0 github.com/opentracing/opentracing-go v1.2.0 // indirect golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 nhooyr.io/websocket v1.8.7 diff --git a/go.sum b/go.sum index 5b63566..ae4f6d3 100644 --- a/go.sum +++ b/go.sum @@ -28,8 +28,8 @@ github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I= github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/gorilla/websocket v1.4.1 h1:q7AeDBpnBk8AogcD4DSag/Ukw/KV+YhzLj2bP5HvKCM= github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= -github.com/graph-gophers/graphql-go v1.1.0 h1:wVVEPeC5IXelyaQ8UyWKugIyNIFOVF9Kn+gu/1/tXTE= -github.com/graph-gophers/graphql-go v1.1.0/go.mod h1:9CQHMSxwO4MprSdzoIEobiHpoLtHm77vfxsvsIN5Vuc= +github.com/graph-gophers/graphql-go v1.3.0 h1:Eb9x/q6MFpCLz7jBCiP/WTxjSDrYLR1QY41SORZyNJ0= +github.com/graph-gophers/graphql-go v1.3.0/go.mod h1:9CQHMSxwO4MprSdzoIEobiHpoLtHm77vfxsvsIN5Vuc= github.com/json-iterator/go v1.1.9 h1:9yzud/Ht36ygwatGx56VwCZtlI/2AD15T1X2sjSuGns= github.com/json-iterator/go v1.1.9/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= github.com/klauspost/compress v1.10.3 h1:OP96hzwJVBIHYU52pVTI6CczrxPvrGfgqF9N5eTO0Q8=