Bump deps

This commit is contained in:
Jeff Mitchell
2017-04-17 11:17:06 -04:00
parent bdc3002d56
commit cccfb2dc13
236 changed files with 14103 additions and 2411 deletions

View File

@@ -28,6 +28,7 @@ type Commit struct {
Tree *Tree `json:"tree,omitempty"`
Parents []Commit `json:"parents,omitempty"`
Stats *CommitStats `json:"stats,omitempty"`
HTMLURL *string `json:"html_url,omitempty"`
URL *string `json:"url,omitempty"`
Verification *SignatureVerification `json:"verification,omitempty"`