diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-23 04:18:00 +0000 |
---|---|---|
committer | sudoforge <9c001b67637a@sudoforge.com> | 2024-07-22 21:23:07 -0700 |
commit | 02d89bc00aa68d5bacad56fa3f9335a8374b3f52 (patch) | |
tree | ec0673fda8f56b574b192223cb1fc1a508d9ce9e /go.mod | |
parent | a8b6e27694848a5fca71b5484c9a34a4ab18a095 (diff) | |
download | git-bug-02d89bc00aa68d5bacad56fa3f9335a8374b3f52.tar.gz |
build(deps): bump github.com/vektah/gqlparser/v2 from 2.5.15 to 2.5.16
Bumps [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser) from 2.5.15 to 2.5.16.
- [Release notes](https://github.com/vektah/gqlparser/releases)
- [Commits](https://github.com/vektah/gqlparser/compare/v2.5.15...v2.5.16)
---
updated-dependencies:
- dependency-name: github.com/vektah/gqlparser/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ require ( github.com/spf13/cobra v1.8.1 github.com/stretchr/testify v1.9.0 github.com/vbauerster/mpb/v8 v8.5.2 - github.com/vektah/gqlparser/v2 v2.5.15 + github.com/vektah/gqlparser/v2 v2.5.16 github.com/xanzy/go-gitlab v0.106.0 golang.org/x/crypto v0.25.0 golang.org/x/oauth2 v0.21.0 |