-
Notifications
You must be signed in to change notification settings - Fork 105
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
9917389
commit 44edc3e
Showing
163 changed files
with
56,232 additions
and
11 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,58 @@ | ||
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:53:65: cannot use pr.GetBase().GetRepo() (value of type *"github.com/google/go-github/v53/github".Repository) as *"github.com/google/go-github/v55/github".Repository value in argument to githubapp.PreparePRContext | ||
server/handler/base.go:72:46: cannot use client (variable of type *"github.com/google/go-github/v55/github".Client) as *"github.com/google/go-github/v53/github".Client value in argument to NewCrossOrgMembershipContext | ||
server/handler/base.go:73:66: cannot use client (variable of type *"github.com/google/go-github/v55/github".Client) as *"github.com/google/go-github/v53/github".Client value in argument to pull.NewGitHubContext | ||
server/handler/base.go:82:66: cannot use client (variable of type *"github.com/google/go-github/v55/github".Client) as *"github.com/google/go-github/v53/github".Client value in argument to b.ConfigFetcher.ConfigForRepositoryBranch | ||
server/handler/base.go:85:13: cannot use client (variable of type *"github.com/google/go-github/v55/github".Client) as *"github.com/google/go-github/v53/github".Client value in struct literal | ||
server/handler/check_run.go:48:57: cannot use &event (value of type *"github.com/google/go-github/v53/github".CheckRunEvent) as githubapp.InstallationSource value in argument to githubapp.GetInstallationIDFromEvent: *"github.com/google/go-github/v53/github".CheckRunEvent does not implement githubapp.InstallationSource (wrong type for method GetInstallation) | ||
have GetInstallation() *"github.com/google/go-github/v53/github".Installation | ||
want GetInstallation() *"github.com/google/go-github/v55/github".Installation | ||
server/handler/check_run.go:50:67: cannot use repo (variable of type *"github.com/google/go-github/v53/github".Repository) as *"github.com/google/go-github/v55/github".Repository value in argument to githubapp.PrepareRepoContext | ||
server/handler/cross_org.go:66:51: cannot use client (variable of type *"github.com/google/go-github/v55/github".Client) as *"github.com/google/go-github/v53/github".Client value in argument to pull.NewGitHubMembershipContext | ||
server/handler/details.go:97:52: cannot use pr (variable of type *"github.com/google/go-github/v55/github".PullRequest) as *"github.com/google/go-github/v53/github".PullRequest value in argument to h.PreparePRContext | ||
server/handler/details.go:103:11: cannot use pr (variable of type *"github.com/google/go-github/v55/github".PullRequest) as *"github.com/google/go-github/v53/github".PullRequest value in struct literal | ||
server/handler/details.go:118:21: cannot use pr (variable of type *"github.com/google/go-github/v55/github".PullRequest) as *"github.com/google/go-github/v53/github".PullRequest value in assignment | ||
server/handler/details.go:120:32: cannot use pr (variable of type *"github.com/google/go-github/v55/github".PullRequest) as *"github.com/google/go-github/v53/github".PullRequest value in argument to getPolicyURL | ||
server/handler/fetcher.go:41:38: cannot use client (variable of type *"github.com/google/go-github/v53/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to cf.Loader.LoadConfig | ||
server/handler/installation.go:53:57: cannot use &event (value of type *"github.com/google/go-github/v53/github".InstallationEvent) as githubapp.InstallationSource value in argument to githubapp.GetInstallationIDFromEvent: *"github.com/google/go-github/v53/github".InstallationEvent does not implement githubapp.InstallationSource (wrong type for method GetInstallation) | ||
have GetInstallation() *"github.com/google/go-github/v53/github".Installation | ||
want GetInstallation() *"github.com/google/go-github/v55/github".Installation | ||
server/handler/installation.go:63:57: cannot use &event (value of type *"github.com/google/go-github/v53/github".InstallationRepositoriesEvent) as githubapp.InstallationSource value in argument to githubapp.GetInstallationIDFromEvent: *"github.com/google/go-github/v53/github".InstallationRepositoriesEvent does not implement githubapp.InstallationSource (wrong type for method GetInstallation) | ||
have GetInstallation() *"github.com/google/go-github/v53/github".Installation | ||
want GetInstallation() *"github.com/google/go-github/v55/github".Installation | ||
server/handler/installation.go:74:38: cannot use client (variable of type *"github.com/google/go-github/v55/github".Client) as *"github.com/google/go-github/v53/github".Client value in argument to h.postRepoInstallationStatus | ||
server/handler/issue_comment.go:48:57: cannot use &event (value of type *"github.com/google/go-github/v53/github".IssueCommentEvent) as githubapp.InstallationSource value in argument to githubapp.GetInstallationIDFromEvent: *"github.com/google/go-github/v53/github".IssueCommentEvent does not implement githubapp.InstallationSource (wrong type for method GetInstallation) | ||
have GetInstallation() *"github.com/google/go-github/v53/github".Installation | ||
want GetInstallation() *"github.com/google/go-github/v55/github".Installation | ||
server/handler/issue_comment.go:65:57: cannot use pr (variable of type *"github.com/google/go-github/v55/github".PullRequest) as *"github.com/google/go-github/v53/github".PullRequest value in argument to h.PreparePRContext | ||
server/handler/issue_comment.go:71:11: cannot use pr (variable of type *"github.com/google/go-github/v55/github".PullRequest) as *"github.com/google/go-github/v53/github".PullRequest value in struct literal | ||
server/handler/merge_group.go:49:57: cannot use &event (value of type *"github.com/google/go-github/v53/github".MergeGroupEvent) as githubapp.InstallationSource value in argument to githubapp.GetInstallationIDFromEvent: *"github.com/google/go-github/v53/github".MergeGroupEvent does not implement githubapp.InstallationSource (wrong type for method GetInstallation) | ||
have GetInstallation() *"github.com/google/go-github/v53/github".Installation | ||
want GetInstallation() *"github.com/google/go-github/v55/github".Installation | ||
server/handler/merge_group.go:63:66: cannot use client (variable of type *"github.com/google/go-github/v55/github".Client) as *"github.com/google/go-github/v53/github".Client value in argument to h.ConfigFetcher.ConfigForRepositoryBranch | ||
server/handler/merge_group.go:77:28: cannot use client (variable of type *"github.com/google/go-github/v55/github".Client) as *"github.com/google/go-github/v53/github".Client value in argument to PostStatus | ||
server/handler/pull_request.go:42:57: cannot use &event (value of type *"github.com/google/go-github/v53/github".PullRequestEvent) as githubapp.InstallationSource value in argument to githubapp.GetInstallationIDFromEvent: *"github.com/google/go-github/v53/github".PullRequestEvent does not implement githubapp.InstallationSource (wrong type for method GetInstallation) | ||
have GetInstallation() *"github.com/google/go-github/v53/github".Installation | ||
want GetInstallation() *"github.com/google/go-github/v55/github".Installation | ||
server/handler/pull_request_review.go:52:57: cannot use &event (value of type *"github.com/google/go-github/v53/github".PullRequestReviewEvent) as githubapp.InstallationSource value in argument to githubapp.GetInstallationIDFromEvent: *"github.com/google/go-github/v53/github".PullRequestReviewEvent does not implement githubapp.InstallationSource (wrong type for method GetInstallation) | ||
have GetInstallation() *"github.com/google/go-github/v53/github".Installation | ||
want GetInstallation() *"github.com/google/go-github/v55/github".Installation | ||
server/handler/status.go:60:57: cannot use &event (value of type *"github.com/google/go-github/v53/github".StatusEvent) as githubapp.InstallationSource value in argument to githubapp.GetInstallationIDFromEvent: *"github.com/google/go-github/v53/github".StatusEvent does not implement githubapp.InstallationSource (wrong type for method GetInstallation) | ||
have GetInstallation() *"github.com/google/go-github/v53/github".Installation | ||
want GetInstallation() *"github.com/google/go-github/v55/github".Installation | ||
server/handler/status.go:67:67: cannot use repo (variable of type *"github.com/google/go-github/v53/github".Repository) as *"github.com/google/go-github/v55/github".Repository value in argument to githubapp.PrepareRepoContext | ||
server/handler/status.go:98:84: cannot use status (variable of type *"github.com/google/go-github/v53/github".RepoStatus) as *"github.com/google/go-github/v55/github".RepoStatus value in argument to client.Repositories.CreateStatus | ||
server/handler/status.go:107:57: cannot use &event (value of type *"github.com/google/go-github/v53/github".StatusEvent) as githubapp.InstallationSource value in argument to githubapp.GetInstallationIDFromEvent: *"github.com/google/go-github/v53/github".StatusEvent does not implement githubapp.InstallationSource (wrong type for method GetInstallation) | ||
have GetInstallation() *"github.com/google/go-github/v53/github".Installation | ||
want GetInstallation() *"github.com/google/go-github/v55/github".Installation | ||
server/handler/status.go:114:67: cannot use repo (variable of type *"github.com/google/go-github/v53/github".Repository) as *"github.com/google/go-github/v55/github".Repository value in argument to githubapp.PrepareRepoContext | ||
server/handler/status.go:123:3: cannot use &github.PullRequestListOptions{…} (value of type *"github.com/google/go-github/v53/github".PullRequestListOptions) as *"github.com/google/go-github/v55/github".ListOptions value in argument to client.PullRequests.ListPullRequestsWithCommit | ||
server/handler/status.go:138:13: cannot use pr (variable of type *"github.com/google/go-github/v55/github".PullRequest) as *"github.com/google/go-github/v53/github".PullRequest value in struct literal | ||
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.