about summary refs log tree commit diff
path: root/src/rest-api/handler/BUILD.bazel
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-25 00:33:29 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-25 00:45:24 +0200
commit5fc94dd8904ee9e5027ef97c82bb8dedc876d6ea (patch)
tree1d4e455b52c2fd6551d53b28372c595193e9da3a /src/rest-api/handler/BUILD.bazel
parentcleanup (diff)
downloadfs-tracer-backend-5fc94dd8904ee9e5027ef97c82bb8dedc876d6ea.tar.gz
fs-tracer-backend-5fc94dd8904ee9e5027ef97c82bb8dedc876d6ea.tar.bz2
fs-tracer-backend-5fc94dd8904ee9e5027ef97c82bb8dedc876d6ea.zip
rest-api: deploy with bazel
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"],
 )