Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tempoz committed Dec 13, 2024
1 parent 37a7549 commit 9b5fe7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,6 @@ go_repository(
build_file_generation = "clean",
build_file_proto_mode = "package",
importpath = "github.com/bazelbuild/bazel",
repo_mapping = {
"@rules_go": "@io_bazel_rules_go",
},
tag = "7.4.1",
)

Expand Down
3 changes: 2 additions & 1 deletion cli/parser/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# gazelle:resolve go github.com/bazelbuild/bazel/src/main/protobuf @com_github_bazelbuild_bazel//src/main/protobuf:bazel_flags_go_proto
load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")

go_library(
Expand All @@ -14,7 +15,7 @@ go_library(
"//server/remote_cache/digest",
"//server/util/disk",
"//server/util/proto",
"@com_github_bazelbuild_bazel//src/main/protobuf",
"@com_github_bazelbuild_bazel//src/main/protobuf:bazel_flags_go_proto",
"@com_github_google_shlex//:shlex",
],
)
Expand Down

0 comments on commit 9b5fe7f

Please sign in to comment.