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

@@ -138,6 +138,8 @@ func (s *UsersService) Edit(user *User) (*User, *Response, error) {
type UserListOptions struct {
// ID of the last user seen
Since int `url:"since,omitempty"`
ListOptions
}
// ListAll lists all GitHub users.