I'm packaging 'forge' which needs gitlab.BasicMergeRequest:
src/github.com/git-pkgs/forge/gitlab/prs.go:113:38: undefined: gitlab.BasicMergeRequest
Please package some newer version that implements this.
It seems later version on the v0 branches has this API, and it isn't
clear to me what the changes are to bump to v1 or v2. All branches
seems to receive fixes (although the last one on v0 is ~6 months old).
The reverse dependencies usage of this API according to their go.mod is:
cosign v3: v1.46.0
cosign v2: v0.143.3
glab: v0.122.0
So maybe v0.161.0 is a conservative choice to upgrade to.
/Simon