From f183613dd2a91a5cf72b2d7fa4374d2f398f6961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 15:40:27 +0000 Subject: Bump github.com/vektah/gqlparser/v2 from 2.4.0 to 2.4.1 Bumps [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/vektah/gqlparser/releases) - [Commits](https://github.com/vektah/gqlparser/compare/v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: github.com/vektah/gqlparser/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 30defd95..9712be84 100644 --- a/go.mod +++ b/go.mod @@ -27,7 +27,7 @@ require ( github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e github.com/spf13/cobra v1.3.0 github.com/stretchr/testify v1.7.0 - github.com/vektah/gqlparser/v2 v2.4.0 + github.com/vektah/gqlparser/v2 v2.4.1 github.com/xanzy/go-gitlab v0.59.0 golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 -- cgit