Skip to content

Commit

Permalink
Remove segments
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed May 21, 2024
1 parent a802b40 commit ac2c5e0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/bcr/go_mod/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.2.0rc1
7.1.1
3 changes: 1 addition & 2 deletions tests/bcr/go_mod/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ local_path_override(
path = "test_dep",
)

include("//segments:dir/go.MODULE.bazel")

bazel_dep(name = "protobuf", version = "23.1", repo_name = "my_protobuf")
bazel_dep(name = "rules_go", version = "0.42.0", repo_name = "my_rules_go")
bazel_dep(name = "rules_proto", version = "6.0.0-rc2", repo_name = "my_rules_proto")

go_sdk = use_extension("@my_rules_go//go:extensions.bzl", "go_sdk")
Expand Down
Empty file.
1 change: 0 additions & 1 deletion tests/bcr/go_mod/segments/dir/go.MODULE.bazel

This file was deleted.

0 comments on commit ac2c5e0

Please sign in to comment.