mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-07 05:57:54 +00:00
Update godeps
This commit is contained in:
3
vendor/github.com/google/go-github/github/git_commits.go
generated
vendored
3
vendor/github.com/google/go-github/github/git_commits.go
generated
vendored
@@ -37,6 +37,9 @@ type CommitAuthor struct {
|
||||
Date *time.Time `json:"date,omitempty"`
|
||||
Name *string `json:"name,omitempty"`
|
||||
Email *string `json:"email,omitempty"`
|
||||
|
||||
// The following fields are only populated by Webhook events.
|
||||
Login *string `json:"username,omitempty"` // Renamed for go-github consistency.
|
||||
}
|
||||
|
||||
func (c CommitAuthor) String() string {
|
||||
|
||||
Reference in New Issue
Block a user