aboutsummaryrefslogtreecommitdiff
path: root/BUILD.bazel
diff options
context:
space:
mode:
authorthaidn <thaidn@google.com>2020-10-09 11:15:20 -0700
committerCopybara-Service <copybara-worker@google.com>2020-10-09 11:16:22 -0700
commit50d36bb41b0d4daff96b16f12319735ac7fe2070 (patch)
treeb9c66ecf0a07fe40839939351df60e9418a56bab /BUILD.bazel
parentf89c53b28256f70a12819c14d80e65b5c7cfbae8 (diff)
downloadtink-50d36bb41b0d4daff96b16f12319735ac7fe2070.tar.gz
Use a single set of Go dependencies.
PiperOrigin-RevId: 336328916
Diffstat (limited to 'BUILD.bazel')
-rw-r--r--BUILD.bazel4
1 files changed, 0 insertions, 4 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 65b4104cc..79f95e056 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -2,7 +2,6 @@
# Tink (https://github.com/google/tink) is a small crypto library that
# provides a safe, simple, agile and fast way to accomplish some common
# crypto tasks.
-load("@bazel_gazelle//:def.bzl", "gazelle")
load("@rules_python//python:defs.bzl", "py_library")
package(default_visibility = ["//:__subpackages__"])
@@ -15,9 +14,6 @@ exports_files([
"__init__.py",
])
-# gazelle:prefix github.com/google/tink
-gazelle(name = "gazelle")
-
filegroup(
name = "tink_version",
srcs = ["tink_version.bzl"],