Merge pull request #256 from MichaelMure/dependabot/dep/github.com/xanzy/go-gitlab-0.22.1

build(deps): bump github.com/xanzy/go-gitlab from 0.22.0 to 0.22.1
This commit is contained in:
Michael Muré 2019-11-19 20:38:48 +01:00 committed by GitHub
commit 22085f30d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

6
Gopkg.lock generated
View File

@ -369,12 +369,12 @@
version = "v1.0.0"
[[projects]]
digest = "1:a58711c8b908d88e28007ddebf529f40f4a9d34efe7ba729244d737f46a756ca"
digest = "1:3254b94c092d3b29b828cc4c457723ac875f4318bf801745b71ef437459a90e9"
name = "github.com/xanzy/go-gitlab"
packages = ["."]
pruneopts = "UT"
revision = "457d4d018eaa1fad8e6c63502cebcd11ba60164e"
version = "v0.22.0"
revision = "d8e9de1d4b4477fe420696e10cd97491d518d90f"
version = "v0.22.1"
[[projects]]
branch = "master"

View File

@ -74,7 +74,7 @@
[[constraint]]
name = "github.com/xanzy/go-gitlab"
version = "0.22.0"
version = "0.22.1"
[[constraint]]
branch = "master"

View File

@ -405,7 +405,7 @@ func (s *AwardEmojiService) createAwardEmojiOnNote(pid interface{}, resource str
noteID,
)
req, err := s.client.NewRequest("POST", u, nil, options)
req, err := s.client.NewRequest("POST", u, opt, options)
if err != nil {
return nil, nil, err
}

View File

@ -14,6 +14,7 @@
// limitations under the License.
//
// Package gitlab implements a GitLab API client.
package gitlab
import (