Skip to content

Commit

Permalink
Run dep ensure -update
Browse files Browse the repository at this point in the history
`dep ensure` never came back over 20mins on test-infra repo.
This fixes the issue by operating `dep ensure -update` and
`hack/update-bazel.sh`.
  • Loading branch information
Ken'ichi Ohmichi committed Dec 16, 2017
1 parent 3df27b2 commit 4e217f1
Show file tree
Hide file tree
Showing 12,495 changed files with 3,335,259 additions and 73,046 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
133 changes: 83 additions & 50 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ghclient/wrappers.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type pullRequestService interface {
type repositoryService interface {
CreateStatus(ctx context.Context, org, repo, ref string, status *github.RepoStatus) (*github.RepoStatus, *github.Response, error)
GetCombinedStatus(ctx context.Context, org, repo, ref string, opt *github.ListOptions) (*github.CombinedStatus, *github.Response, error)
ListCollaborators(ctx context.Context, owner, repo string, opt *github.ListOptions) ([]*github.User, *github.Response, error)
ListCollaborators(ctx context.Context, owner, repo string, opt *github.ListCollaboratorsOptions) ([]*github.User, *github.Response, error)
}

type usersService interface {
Expand Down
Loading

0 comments on commit 4e217f1

Please sign in to comment.