diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-29 20:51:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 20:51:32 +0100 |
commit | 58a08dd00056e3263fe8832a7f20cc529939fa95 (patch) | |
tree | 75f0582cb6be668801f76ffba048b140e2e7af16 /go.mod | |
parent | 6c89148ee3acfd3365422e6092a0fae1c9b0d0f9 (diff) | |
download | git-bug-58a08dd00056e3263fe8832a7f20cc529939fa95.tar.gz |
Bump github.com/xanzy/go-gitlab from 0.54.1 to 0.54.3 (#734)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.54.1 to 0.54.3.
- [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.1...v0.54.3)
---
updated-dependencies:
- dependency-name: github.com/xanzy/go-gitlab
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 v1.3.1 - github.com/xanzy/go-gitlab v0.54.1 + github.com/xanzy/go-gitlab v0.54.3 golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c |