Skip to content

Commit b785225

Browse files
sywhangclaude
andcommitted
chore: remove go-cmp dependency after test cleanup
The go-cmp import was dropped from core/targethasher/graph_test.go in the lint-fix commits but go.mod and MODULE.bazel were not updated. Run go mod tidy and bazel mod tidy to reflect the removal. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6688e1c commit b785225

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

MODULE.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ use_repo(
3232
"com_github_goccy_go_yaml",
3333
"com_github_gogo_protobuf",
3434
"com_github_golang_mock",
35-
"com_github_google_go_cmp",
3635
"com_github_stretchr_testify",
3736
"com_github_uber_go_tally",
3837
"org_golang_google_protobuf",

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ require (
88
github.com/goccy/go-yaml v1.19.1
99
github.com/gogo/protobuf v1.3.2
1010
github.com/golang/mock v1.7.0-rc.1
11-
github.com/google/go-cmp v0.6.0
1211
github.com/stretchr/testify v1.10.0
1312
github.com/uber-go/tally v3.5.8+incompatible
1413
go.uber.org/fx v1.24.0

0 commit comments

Comments
 (0)