diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-15 20:55:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 20:55:31 +0000 |
commit | bcd6d5bef4cb0ede7c13c383fa77a4f79111da6c (patch) | |
tree | a93c8fbf960b4f4d62a0e7bdc78da5bc8f62ba27 /go.mod | |
parent | 5ecfcb0e6ef7a7153b3bb6f53e939805c4e8f34d (diff) | |
download | git-bug-bcd6d5bef4cb0ede7c13c383fa77a4f79111da6c.tar.gz |
Bump github.com/xanzy/go-gitlab from 0.54.3 to 0.55.1
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.54.3 to 0.55.1.
- [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.54.3...v0.55.1)
---
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>
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.2.0 - github.com/xanzy/go-gitlab v0.54.3 + github.com/xanzy/go-gitlab v0.55.1 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 |