Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.26.5
require (
github.com/bmatcuk/doublestar/v4 v4.10.0
github.com/boyter/gocodewalker v1.5.1
github.com/google/go-github/v89 v89.0.0
github.com/google/go-github/v90 v90.0.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Module path no longer matches imports

When clean builds or tests load the repository packages, go.mod requires github.com/google/go-github/v90 while production and test files still import github.com/google/go-github/v89/github, leaving the imported package unresolved and causing build and test failures; the v90 checksum entries are also absent.

github.com/pelletier/go-toml/v2 v2.4.3
github.com/sourcegraph/go-diff v0.8.0
github.com/urfave/cli/v3 v3.10.1
Expand Down
Loading