From c1778d26ccd55cecaab86f321b017bf23b7fba83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 00:13:57 +0000 Subject: [PATCH] Bump github.com/hasura/go-graphql-client from 0.8.0 to 0.9.0 Bumps [github.com/hasura/go-graphql-client](https://github.com/hasura/go-graphql-client) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/hasura/go-graphql-client/releases) - [Commits](https://github.com/hasura/go-graphql-client/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: github.com/hasura/go-graphql-client dependency-type: direct:production update-type: version-update:semver-minor ... 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 41ffeee..c3d02a8 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/schmidtw/githubfs go 1.19 require ( - github.com/hasura/go-graphql-client v0.8.0 + github.com/hasura/go-graphql-client v0.9.0 github.com/stretchr/testify v1.8.0 golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 ) diff --git a/go.sum b/go.sum index 9e8319a..94a492e 100644 --- a/go.sum +++ b/go.sum @@ -40,8 +40,8 @@ github.com/graph-gophers/graphql-go v1.4.0 h1:JE9wveRTSXwJyjdRd6bOQ7Ob5bewTUQ58J github.com/graph-gophers/graphql-go v1.4.0/go.mod h1:YtmJZDLbF1YYNrlNAuiO5zAStUWc3XZT07iGsVqe1Os= github.com/graph-gophers/graphql-transport-ws v0.0.2 h1:DbmSkbIGzj8SvHei6n8Mh9eLQin8PtA8xY9eCzjRpvo= github.com/graph-gophers/graphql-transport-ws v0.0.2/go.mod h1:5BVKvFzOd2BalVIBFfnfmHjpJi/MZ5rOj8G55mXvZ8g= -github.com/hasura/go-graphql-client v0.8.0 h1:ftDFJetrDQud6tLFFiSiqAZA71MNEl+SLhwLhyJzcYM= -github.com/hasura/go-graphql-client v0.8.0/go.mod h1:NVifIwv+YFIUYGLQ7SM2/vBbzS/9rFP4vmIf/vf/zXM= +github.com/hasura/go-graphql-client v0.9.0 h1:IPL+8CjLrTw4lAJno6qP6e9Nz64+fHSwJTbx4feXI80= +github.com/hasura/go-graphql-client v0.9.0/go.mod h1:jlTUQWgTJOI4opQssMlCkzVjpRVSyL+PQsTjkAwcr3w= 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=