-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Excavator: Manage go module dependencies
- Loading branch information
1 parent
cc7b045
commit 1db0aba
Showing
169 changed files
with
57,819 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
go mod operation failed. This may mean that there are legitimate dependency issues with the "go.mod" definition in the repository and the updates performed by the gomod check. This branch can be cloned locally to debug the issue. | ||
|
||
Command that caused error: | ||
./godelw check compiles | ||
|
||
Output: | ||
Running compiles... | ||
server/handler/base.go:77:81: cannot use tokenClient (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to bulldozer.NewGitHubMerger | ||
server/handler/check_run.go:43:57: cannot use &event (value of type *"github.com/google/go-github/v55/github".CheckRunEvent) as githubapp.InstallationSource value in argument to githubapp.GetInstallationIDFromEvent: *"github.com/google/go-github/v55/github".CheckRunEvent does not implement githubapp.InstallationSource (wrong type for method GetInstallation) | ||
have GetInstallation() *"github.com/google/go-github/v55/github".Installation | ||
want GetInstallation() *"github.com/google/go-github/v56/github".Installation | ||
server/handler/check_run.go:45:67: cannot use repo (variable of type *"github.com/google/go-github/v55/github".Repository) as *"github.com/google/go-github/v56/github".Repository value in argument to githubapp.PrepareRepoContext | ||
server/handler/check_run.go:74:36: cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to pull.NewGithubContext | ||
server/handler/check_run.go:74:44: cannot use fullPR (variable of type *"github.com/google/go-github/v56/github".PullRequest) as *"github.com/google/go-github/v55/github".PullRequest value in argument to pull.NewGithubContext | ||
server/handler/check_run.go:76:42: cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to h.FetchConfigForPR | ||
server/handler/check_run.go:76:50: cannot use fullPR (variable of type *"github.com/google/go-github/v56/github".PullRequest) as *"github.com/google/go-github/v55/github".PullRequest value in argument to h.FetchConfigForPR | ||
server/handler/check_run.go:85:78: cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to h.UpdatePullRequest | ||
server/handler/check_run.go:93:48: cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to h.ProcessPullRequest | ||
server/handler/check_run.go:93:64: cannot use fullPR (variable of type *"github.com/google/go-github/v56/github".PullRequest) as *"github.com/google/go-github/v55/github".PullRequest value in argument to h.ProcessPullRequest | ||
server/handler/fetcher.go:50:38: cannot use client (variable of type *"github.com/google/go-github/v55/github".Client) as *"github.com/google/go-github/v56/github".Client value in argument to cf.loader.LoadConfig | ||
server/handler/issue_comment.go:45:57: cannot use &event (value of type *"github.com/google/go-github/v55/github".IssueCommentEvent) as githubapp.InstallationSource value in argument to githubapp.GetInstallationIDFromEvent: *"github.com/google/go-github/v55/github".IssueCommentEvent does not implement githubapp.InstallationSource (wrong type for method GetInstallation) | ||
have GetInstallation() *"github.com/google/go-github/v55/github".Installation | ||
want GetInstallation() *"github.com/google/go-github/v56/github".Installation | ||
server/handler/issue_comment.go:46:65: cannot use repo (variable of type *"github.com/google/go-github/v55/github".Repository) as *"github.com/google/go-github/v56/github".Repository value in argument to githubapp.PreparePRContext | ||
server/handler/issue_comment.go:59:35: cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to pull.NewGithubContext | ||
server/handler/issue_comment.go:59:43: cannot use pr (variable of type *"github.com/google/go-github/v56/github".PullRequest) as *"github.com/google/go-github/v55/github".PullRequest value in argument to pull.NewGithubContext | ||
server/handler/issue_comment.go:61:41: cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to h.FetchConfigForPR | ||
server/handler/issue_comment.go:61:49: cannot use pr (variable of type *"github.com/google/go-github/v56/github".PullRequest) as *"github.com/google/go-github/v55/github".PullRequest value in argument to h.FetchConfigForPR | ||
server/handler/issue_comment.go:65:47: cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to h.ProcessPullRequest | ||
server/handler/issue_comment.go:65:63: cannot use pr (variable of type *"github.com/google/go-github/v56/github".PullRequest) as *"github.com/google/go-github/v55/github".PullRequest value in argument to h.ProcessPullRequest | ||
server/handler/pull_request.go:45:57: cannot use &event (value of type *"github.com/google/go-github/v55/github".PullRequestEvent) as githubapp.InstallationSource value in argument to githubapp.GetInstallationIDFromEvent: *"github.com/google/go-github/v55/github".PullRequestEvent does not implement githubapp.InstallationSource (wrong type for method GetInstallation) | ||
have GetInstallation() *"github.com/google/go-github/v55/github".Installation | ||
want GetInstallation() *"github.com/google/go-github/v56/github".Installation | ||
server/handler/pull_request.go:46:65: cannot use repo (variable of type *"github.com/google/go-github/v55/github".Repository) as *"github.com/google/go-github/v56/github".Repository value in argument to githubapp.PreparePRContext | ||
server/handler/pull_request.go:64:35: cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to pull.NewGithubContext | ||
server/handler/pull_request.go:64:43: cannot use pr (variable of type *"github.com/google/go-github/v56/github".PullRequest) as *"github.com/google/go-github/v55/github".PullRequest value in argument to pull.NewGithubContext | ||
server/handler/pull_request.go:66:41: cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to h.FetchConfigForPR | ||
server/handler/pull_request.go:66:49: cannot use pr (variable of type *"github.com/google/go-github/v56/github".PullRequest) as *"github.com/google/go-github/v55/github".PullRequest value in argument to h.FetchConfigForPR | ||
server/handler/pull_request.go:76:78: cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to h.UpdatePullRequest | ||
server/handler/pull_request.go:76:94: cannot use pr (variable of type *"github.com/google/go-github/v56/github".PullRequest) as *"github.com/google/go-github/v55/github".PullRequest value in argument to h.UpdatePullRequest | ||
server/handler/pull_request.go:87:47: cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to h.ProcessPullRequest | ||
server/handler/pull_request.go:87:63: cannot use pr (variable of type *"github.com/google/go-github/v56/github".PullRequest) as *"github.com/google/go-github/v55/github".PullRequest value in argument to h.ProcessPullRequest | ||
server/handler/pull_request_review.go:45:57: cannot use &event (value of type *"github.com/google/go-github/v55/github".PullRequestReviewEvent) as githubapp.InstallationSource value in argument to githubapp.GetInstallationIDFromEvent: *"github.com/google/go-github/v55/github".PullRequestReviewEvent does not implement githubapp.InstallationSource (wrong type for method GetInstallation) | ||
have GetInstallation() *"github.com/google/go-github/v55/github".Installation | ||
want GetInstallation() *"github.com/google/go-github/v56/github".Installation | ||
server/handler/pull_request_review.go:46:65: cannot use repo (variable of type *"github.com/google/go-github/v55/github".Repository) as *"github.com/google/go-github/v56/github".Repository value in argument to githubapp.PreparePRContext | ||
server/handler/pull_request_review.go:59:35: cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to pull.NewGithubContext | ||
server/handler/pull_request_review.go:59:43: cannot use pr (variable of type *"github.com/google/go-github/v56/github".PullRequest) as *"github.com/google/go-github/v55/github".PullRequest value in argument to pull.NewGithubContext | ||
server/handler/pull_request_review.go:61:41: cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to h.FetchConfigForPR | ||
server/handler/pull_request_review.go:61:49: cannot use pr (variable of type *"github.com/google/go-github/v56/github".PullRequest) as *"github.com/google/go-github/v55/github".PullRequest value in argument to h.FetchConfigForPR | ||
server/handler/pull_request_review.go:65:47: cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to h.ProcessPullRequest | ||
server/handler/pull_request_review.go:65:63: cannot use pr (variable of type *"github.com/google/go-github/v56/github".PullRequest) as *"github.com/google/go-github/v55/github".PullRequest value in argument to h.ProcessPullRequest | ||
server/handler/push.go:44:57: cannot use &event (value of type *"github.com/google/go-github/v55/github".PushEvent) as githubapp.InstallationSource value in argument to githubapp.GetInstallationIDFromEvent: *"github.com/google/go-github/v55/github".PushEvent does not implement githubapp.InstallationSource (wrong type for method GetInstallation) | ||
have GetInstallation() *"github.com/google/go-github/v55/github".Installation | ||
want GetInstallation() *"github.com/google/go-github/v56/github".Installation | ||
server/handler/push.go:55:67: cannot use ghRepo (variable of type *"github.com/google/go-github/v55/github".Repository) as *"github.com/google/go-github/v56/github".Repository value in argument to githubapp.PrepareRepoContext | ||
server/handler/push.go:69:51: cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to pull.ListOpenPullRequestsForRef | ||
server/handler/push.go:79:36: cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to h.FetchConfig | ||
server/handler/push.go:88:36: cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to pull.NewGithubContext | ||
server/handler/push.go:89:70: cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to h.UpdatePullRequest | ||
server/handler/status.go:47:57: cannot use &event (value of type *"github.com/google/go-github/v55/github".StatusEvent) as githubapp.InstallationSource value in argument to githubapp.GetInstallationIDFromEvent: *"github.com/google/go-github/v55/github".StatusEvent does not implement githubapp.InstallationSource (wrong type for method GetInstallation) | ||
have GetInstallation() *"github.com/google/go-github/v55/github".Installation | ||
want GetInstallation() *"github.com/google/go-github/v56/github".Installation | ||
server/handler/status.go:48:67: cannot use repo (variable of type *"github.com/google/go-github/v55/github".Repository) as *"github.com/google/go-github/v56/github".Repository value in argument to githubapp.PrepareRepoContext | ||
server/handler/status.go:62:51: cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to pull.ListOpenPullRequestsForSHA | ||
server/handler/status.go:73:36: cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to pull.NewGithubContext | ||
server/handler/status.go:75:42: cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to h.FetchConfigForPR | ||
server/handler/status.go:84:78: cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to h.UpdatePullRequest | ||
server/handler/status.go:92:68: cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to h.ProcessPullRequest | ||
Finished compiles | ||
Check(s) produced output: [compiles] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package fail | ||
|
||
This is a non-compiling file that has been added to explicitly ensure that CI fails. | ||
Remove this file if debugging locally. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.