Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 1030a2c

Browse files
committed
chore: remove unused protobuf dependency in repositories.bzl
1 parent c561b26 commit 1030a2c

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

repositories.bzl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,6 @@ filegroup(
99

1010
def gapic_generator_python():
1111

12-
_protobuf_version = "3.21.12"
13-
_protobuf_sha256 = "930c2c3b5ecc6c9c12615cf5ad93f1cd6e12d0aba862b572e076259970ac3a53"
14-
_protobuf_version_in_link = "v{}".format(_protobuf_version)
15-
_maybe(
16-
http_archive,
17-
name = "com_google_protobuf",
18-
sha256 = _protobuf_sha256,
19-
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/{}.tar.gz".format(_protobuf_version_in_link),
20-
strip_prefix = "protobuf-{}".format(_protobuf_version),
21-
)
22-
2312
_maybe(
2413
http_archive,
2514
name = "bazel_skylib",

0 commit comments

Comments
 (0)