Skip to content

Commit 8b830f1

Browse files
committed
Switch to published build_stack_rules_proto version
1 parent ef8e318 commit 8b830f1

2 files changed

Lines changed: 2 additions & 16 deletions

File tree

BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ load("@gazelle//:def.bzl", "gazelle_binary")
44

55
# -- Gazelle language "walk" ---
66
# gazelle:exclude vendor
7+
# gazelle:exclude genproto
78

89
# -- Gazelle language "resolve" ---
910
# gazelle:resolve go go github.com/stackb/rules_proto/pkg/protoc @build_stack_rules_proto//pkg/protoc

MODULE.bazel

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,7 @@ module(
1010
bazel_dep(name = "rules_proto", version = "7.1.0")
1111
bazel_dep(name = "rules_go", version = "0.57.0")
1212
bazel_dep(name = "gazelle", version = "0.45.0")
13-
bazel_dep(name = "build_stack_rules_proto", version = "0.0.0")
14-
15-
# -------------------------------------------------------------------
16-
# Overrides
17-
# -------------------------------------------------------------------
18-
19-
local_path_override(
20-
module_name = "build_stack_rules_proto",
21-
path = "/Users/pcj/go/src/github.com/stackb/rules_proto",
22-
)
23-
24-
# git_override(
25-
# module_name = "build_stack_rules_proto",
26-
# commit = "8f5db40a17f626f19d601cacbe5a1e27846bb5e4",
27-
# remote = "https://github.com/stackb/rules_proto.git",
28-
# )
13+
bazel_dep(name = "build_stack_rules_proto", version = "4.1.0")
2914

3015
# -------------------------------------------------------------------
3116
# Configuration: Go

0 commit comments

Comments
 (0)