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 endpoints/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.24.0
require (
github.com/golang/protobuf v1.5.4
github.com/gorilla/mux v1.8.1
golang.org/x/net v0.34.0
golang.org/x/net v0.38.0
Copy link
Contributor

Choose a reason for hiding this comment

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

high

While the go.mod file is correctly updated, the corresponding go.sum file has not been updated. This will cause build failures due to checksum mismatches. Please run go mod tidy and commit the changes to go.sum to ensure the build remains reproducible and successful.

golang.org/x/oauth2 v0.25.0
google.golang.org/grpc v1.69.4
google.golang.org/grpc/examples v0.0.0-20250121182809-67bee55a47db
Expand Down