mattermost / mattermost-plugin-gitlab

GitLab plugin for Mattermost
Apache License 2.0
141 stars 85 forks source link

Upgrade go-gitlab dependency #452

Closed mickmister closed 9 months ago

mickmister commented 9 months ago

According to the discussion at https://github.com/mattermost/mattermost-plugin-gitlab/issues/164#issuecomment-1917586840, there was a bug in the go-gitlab library that was causing the issue https://github.com/mattermost/mattermost-plugin-gitlab/issues/164. The issue in that library was recently fixed.

We can upgrade our version of go-gitlab to receive this fix https://github.com/xanzy/go-gitlab/releases/tag/v0.97.0. To do this, run:

go get github.com/xanzy/go-gitlab@v0.97.0
go mod tidy