diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-18 07:22:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-18 07:22:33 +0000 |
commit | fdada24fdc549552143771d07ec7c77db57a1a89 (patch) | |
tree | 32acd5646d774032cbf2bf82f7f94be1f03817cf /go.mod | |
parent | 248486708911105e7067cb1061607b712c39a60e (diff) | |
download | git-bug-fdada24fdc549552143771d07ec7c77db57a1a89.tar.gz |
build(deps): bump github.com/xanzy/go-gitlab from 0.77.0 to 0.78.0
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.77.0 to 0.78.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.77.0...v0.78.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 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,9 +28,9 @@ require ( github.com/stretchr/testify v1.8.1 github.com/vbauerster/mpb/v8 v8.1.4 github.com/vektah/gqlparser/v2 v2.5.1 - github.com/xanzy/go-gitlab v0.77.0 + github.com/xanzy/go-gitlab v0.78.0 golang.org/x/crypto v0.5.0 - golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c + golang.org/x/oauth2 v0.3.0 golang.org/x/sync v0.1.0 golang.org/x/sys v0.4.0 golang.org/x/text v0.6.0 @@ -115,7 +115,7 @@ require ( golang.org/x/mod v0.7.0 // indirect golang.org/x/net v0.5.0 // indirect golang.org/x/term v0.4.0 - golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect + golang.org/x/time v0.3.0 // indirect golang.org/x/tools v0.4.0 // indirect golang.org/x/vuln v0.0.0-20220908155419-5537ad2271a7 google.golang.org/appengine v1.6.7 // indirect |