aboutsummaryrefslogtreecommitdiffstats
path: root/bridge
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-14 04:12:14 +0000
committerMichael Muré <batolettre@gmail.com>2021-05-24 10:07:56 +0200
commit322f0639c23e77dda3dc74784837b5d118a62832 (patch)
tree32ad56e8faa62358fcd0c076f7bfa0059483fa55 /bridge
parentfa126a744a389de167979f6fb66e16f8ada4cc0f (diff)
downloadgit-bug-322f0639c23e77dda3dc74784837b5d118a62832.tar.gz
Bump github.com/xanzy/go-gitlab from 0.48.0 to 0.50.0
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.48.0 to 0.50.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.48.0...v0.50.0) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'bridge')
-rw-r--r--bridge/gitlab/import.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/gitlab/import.go b/bridge/gitlab/import.go
index cc99c12e..79a92dac 100644
--- a/bridge/gitlab/import.go
+++ b/bridge/gitlab/import.go
@@ -383,7 +383,7 @@ func (gi *gitlabImporter) ensurePerson(repo *cache.RepoCache, id int) (*cache.Id
return nil, err
}
- user, _, err := gi.client.Users.GetUser(id)
+ user, _, err := gi.client.Users.GetUser(id, gitlab.GetUsersOptions{})
if err != nil {
return nil, err
}