aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/xanzy
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-11-19 20:38:48 +0100
committerGitHub <noreply@github.com>2019-11-19 20:38:48 +0100
commit22085f30d3ddb51f8192c0776cf4c82749ab2cab (patch)
tree96aa605657406b53a21936872f7152a7fc59be68 /vendor/github.com/xanzy
parent60427f066af7aefb806883809090120a9654331a (diff)
parent87f86bca1e8307b5d76698cc9043f0164568d7e9 (diff)
downloadgit-bug-22085f30d3ddb51f8192c0776cf4c82749ab2cab.tar.gz
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
Diffstat (limited to 'vendor/github.com/xanzy')
-rw-r--r--vendor/github.com/xanzy/go-gitlab/award_emojis.go2
-rw-r--r--vendor/github.com/xanzy/go-gitlab/gitlab.go1
2 files changed, 2 insertions, 1 deletions
diff --git a/vendor/github.com/xanzy/go-gitlab/award_emojis.go b/vendor/github.com/xanzy/go-gitlab/award_emojis.go
index 89452c8a..4c054f96 100644
--- a/vendor/github.com/xanzy/go-gitlab/award_emojis.go
+++ b/vendor/github.com/xanzy/go-gitlab/award_emojis.go
@@ -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
}
diff --git a/vendor/github.com/xanzy/go-gitlab/gitlab.go b/vendor/github.com/xanzy/go-gitlab/gitlab.go
index df044141..b8c951c5 100644
--- a/vendor/github.com/xanzy/go-gitlab/gitlab.go
+++ b/vendor/github.com/xanzy/go-gitlab/gitlab.go
@@ -14,6 +14,7 @@
// limitations under the License.
//
+// Package gitlab implements a GitLab API client.
package gitlab
import (