Update deps

This commit is contained in:
Jeff Mitchell
2016-06-08 16:14:05 -04:00
parent 4ab63c8232
commit fb8817896d
13 changed files with 92 additions and 994 deletions

View File

@@ -18,8 +18,8 @@ type ReactionsService struct {
// Reaction represents a GitHub reaction.
type Reaction struct {
// ID is the Reaction ID.
ID *int `json:"id,omitempty"`
UserID *int `json:"user_id,omitempty"`
ID *int `json:"id,omitempty"`
User *User `json:"user,omitempty"`
// Content is the type of reaction.
// Possible values are:
// "+1", "-1", "laugh", "confused", "heart", "hooray".