about summary refs log tree commit diff
path: root/src/rest-api/handler/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'src/rest-api/handler/BUILD.bazel')
-rw-r--r--src/rest-api/handler/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rest-api/handler/BUILD.bazel b/src/rest-api/handler/BUILD.bazel
index 13e9a5d..89adc69 100644
--- a/src/rest-api/handler/BUILD.bazel
+++ b/src/rest-api/handler/BUILD.bazel
@@ -5,5 +5,5 @@ go_library(
     srcs = ["handler.go"],
     importpath = "github.com/Baitinq/fs-tracer-backend/src/rest-api/handler",
     visibility = ["//visibility:public"],
-    deps = ["//vendor/github.com/segmentio/kafka-go"],
+    deps = ["@com_github_segmentio_kafka_go//:kafka-go"],
 )