diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-13 04:03:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-13 04:03:20 +0000 |
commit | 2d9c30bba7b7a9d3c5acccacf384ecd9311b9e65 (patch) | |
tree | 7604f565668b3cf491474ee1571613c3d9450d53 /go.mod | |
parent | 19b4bf1688ef7f19355012724ad25082e2a44d4e (diff) | |
download | git-bug-2d9c30bba7b7a9d3c5acccacf384ecd9311b9e65.tar.gz |
build(deps): bump github.com/xanzy/go-gitlab from 0.76.0 to 0.77.0
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.76.0 to 0.77.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.76.0...v0.77.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>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ require ( github.com/spf13/cobra v1.6.1 github.com/stretchr/testify v1.8.1 github.com/vektah/gqlparser/v2 v2.5.1 - github.com/xanzy/go-gitlab v0.76.0 + github.com/xanzy/go-gitlab v0.77.0 golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 |