We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e72995 + f9e6ea7 commit f47ef15Copy full SHA for f47ef15
proto/sharding/v1/BUILD.bazel
@@ -1,12 +1,6 @@
1
load("@io_bazel_rules_go//go:def.bzl", "go_library")
2
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
3
4
-proto_library(
5
- name = "messages_proto",
6
- srcs = ["messages.proto"],
7
- visibility = ["//visibility:public"],
8
-)
9
-
10
go_proto_library(
11
name = "messages_go_proto",
12
importpath = "github.com/prysmaticlabs/prysm/proto/sharding/v1",
@@ -25,17 +19,5 @@ proto_library(
25
19
name = "ethereum_messages_v1_proto",
26
20
srcs = ["messages.proto"],
27
21
visibility = ["//visibility:public"],
28
29
30
31
- name = "timestamp_proto",
32
33
34
35
36
-go_proto_library(
37
- name = "timestamp_go_proto",
38
- importpath = "github.com/golang/protobuf/ptypes/timestamp",
39
- proto = ":timestamp_proto",
40
22
+ deps = ["@com_google_protobuf//:timestamp_proto"],
41
23
)
proto/sharding/v1/github.com/golang/protobuf/ptypes/timestamp/BUILD.bazel
0 commit comments