diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-07 05:30:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 05:30:53 +0100 |
commit | df55cc49a85eaf3a2d3c2ceb1fbcccac19fa6eb8 (patch) | |
tree | 7fd8d02950aee60ba461799aedc0884edd2e8ce7 /go.mod | |
parent | 2dbe0fd5fc3f3f74848df9499cddf32663e771ee (diff) | |
download | git-bug-df55cc49a85eaf3a2d3c2ceb1fbcccac19fa6eb8.tar.gz |
Bump github.com/xanzy/go-gitlab from 0.55.1 to 0.57.0 (#757)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.55.1 to 0.57.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases)
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go)
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.55.1...v0.57.0)
---
updated-dependencies:
- dependency-name: github.com/xanzy/go-gitlab
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ require ( github.com/spf13/cobra v1.3.0 github.com/stretchr/testify v1.7.0 github.com/vektah/gqlparser/v2 v2.4.0 - github.com/xanzy/go-gitlab v0.55.1 + github.com/xanzy/go-gitlab v0.57.0 golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c |