Skip to content

Commit 7782ae2

Browse files
graham-rpclaude
andcommitted
rpk: fix remaining BUILD go_test dep mismatches
Gazelle-generated diff still flagged three test target dep lists on the previous pass: - plugin: add //src/go/rpk/pkg/out — list_test.go imports it - security/secret: same - transform: drop @in_gopkg_yaml_v3//:yaml_v3 — list_test.go no longer imports it after the test rework Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2be37d3 commit 7782ae2

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/go/rpk/pkg/cli/plugin/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ go_test(
2727
embed = [":plugin"],
2828
deps = [
2929
"//src/go/rpk/pkg/config",
30+
"//src/go/rpk/pkg/out",
3031
"@com_github_stretchr_testify//require",
3132
],
3233
)

src/go/rpk/pkg/cli/security/secret/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ go_test(
3232
embed = [":secret"],
3333
deps = [
3434
"//src/go/rpk/pkg/config",
35+
"//src/go/rpk/pkg/out",
3536
"@com_github_stretchr_testify//require",
3637
],
3738
)

src/go/rpk/pkg/cli/transform/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,5 @@ go_test(
5050
"@com_github_stretchr_testify//assert",
5151
"@com_github_stretchr_testify//require",
5252
"@com_github_twmb_franz_go//pkg/kgo",
53-
"@in_gopkg_yaml_v3//:yaml_v3",
5453
],
5554
)

0 commit comments

Comments
 (0)