mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 02:01:43 +03:00
vendor: update github.com/xanzy/go-gitlab dependencies
This commit is contained in:
parent
846a1b6a92
commit
87f86bca1e
1
Gopkg.lock
generated
1
Gopkg.lock
generated
@ -498,6 +498,7 @@
|
||||
"github.com/go-errors/errors",
|
||||
"github.com/gorilla/mux",
|
||||
"github.com/icrowley/fake",
|
||||
"github.com/mattn/go-isatty",
|
||||
"github.com/phayes/freeport",
|
||||
"github.com/pkg/errors",
|
||||
"github.com/shurcooL/githubv4",
|
||||
|
2
vendor/github.com/xanzy/go-gitlab/award_emojis.go
generated
vendored
2
vendor/github.com/xanzy/go-gitlab/award_emojis.go
generated
vendored
@ -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
|
||||
}
|
||||
|
1
vendor/github.com/xanzy/go-gitlab/gitlab.go
generated
vendored
1
vendor/github.com/xanzy/go-gitlab/gitlab.go
generated
vendored
@ -14,6 +14,7 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
// Package gitlab implements a GitLab API client.
|
||||
package gitlab
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user