diff options
| author | Baitinq <[email protected]> | 2024-05-09 00:15:13 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-05-11 01:32:43 +0200 |
| commit | 0a7be3e1ca6e651759fdb853e83e639f476e0c47 (patch) | |
| tree | 0a53188b22edf971380290fefc3b6075a6a4e629 /src/rest-api/handler | |
| parent | k8s: set default number of kafka topic partitions to 2 (diff) | |
| download | fs-tracer-backend-0a7be3e1ca6e651759fdb853e83e639f476e0c47.tar.gz fs-tracer-backend-0a7be3e1ca6e651759fdb853e83e639f476e0c47.tar.bz2 fs-tracer-backend-0a7be3e1ca6e651759fdb853e83e639f476e0c47.zip | |
payloads-processor: connect to DB and insert dummy data
Diffstat (limited to 'src/rest-api/handler')
| -rw-r--r-- | src/rest-api/handler/BUILD.bazel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rest-api/handler/BUILD.bazel b/src/rest-api/handler/BUILD.bazel index 89adc69..13e9a5d 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 = ["@com_github_segmentio_kafka_go//:kafka-go"], + deps = ["//vendor/github.com/segmentio/kafka-go"], ) |