Skip to content

Commit c301285

Browse files
Bump github.com/graph-gophers/graphql-go from 1.5.0 to 1.6.0
Bumps [github.com/graph-gophers/graphql-go](https://github.com/graph-gophers/graphql-go) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/graph-gophers/graphql-go/releases) - [Changelog](https://github.com/graph-gophers/graphql-go/blob/master/CHANGELOG.md) - [Commits](graph-gophers/graphql-go@v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: github.com/graph-gophers/graphql-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6eb94c8 commit c301285

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/denisenkom/go-mssqldb v0.12.3
1212
github.com/gin-gonic/gin v1.10.0
1313
github.com/go-sql-driver/mysql v1.8.1
14-
github.com/graph-gophers/graphql-go v1.5.0
14+
github.com/graph-gophers/graphql-go v1.6.0
1515
github.com/lib/pq v1.10.9
1616
github.com/stretchr/testify v1.10.0
1717
github.com/thedevsaddam/gojsonq/v2 v2.5.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -892,8 +892,8 @@ github.com/googleapis/gax-go/v2 v2.10.0/go.mod h1:4UOEnMCrxsSqQ940WnTiD6qJ63le2e
892892
github.com/googleapis/gax-go/v2 v2.11.0/go.mod h1:DxmR61SGKkGLa2xigwuZIQpkCI2S5iydzRfb3peWZJI=
893893
github.com/googleapis/go-type-adapters v1.0.0/go.mod h1:zHW75FOG2aur7gAO2B+MLby+cLsWGBF62rFAi7WjWO4=
894894
github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8/go.mod h1:dvDLG8qkwmyD9a/MJJN3XJcT3xFxOKAvTZGvuZmac9g=
895-
github.com/graph-gophers/graphql-go v1.5.0 h1:fDqblo50TEpD0LY7RXk/LFVYEVqo3+tXMNMPSVXA1yc=
896-
github.com/graph-gophers/graphql-go v1.5.0/go.mod h1:YtmJZDLbF1YYNrlNAuiO5zAStUWc3XZT07iGsVqe1Os=
895+
github.com/graph-gophers/graphql-go v1.6.0 h1:tHuViEiKFvs9TSjiisqeBQAxld1mscgF0D/czoHVV30=
896+
github.com/graph-gophers/graphql-go v1.6.0/go.mod h1:mVu5xmLns4x/D4XH7R6bepK2bMF4I4J1BBTum2VDbWU=
897897
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
898898
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0/go.mod h1:hgWBS7lorOAVIJEQMi4ZsPv9hVvWI6+ch50m39Pf2Ks=
899899
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3/go.mod h1:o//XUCC/F+yRGJoPO/VU0GSB0f8Nhgmxx0VIRUvaC0w=

0 commit comments

Comments
 (0)