about summary refs log tree commit diff
path: root/MODULE.bazel
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-04 21:22:54 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-04 21:22:54 +0200
commit642195d99e0e8fa862ec476573a7064d91ffce36 (patch)
treeb178f045fbf6730161b9f4335604df1825f14c23 /MODULE.bazel
parentpayload-processor: add concurrency (diff)
downloadfs-tracer-backend-642195d99e0e8fa862ec476573a7064d91ffce36.tar.gz
fs-tracer-backend-642195d99e0e8fa862ec476573a7064d91ffce36.tar.bz2
fs-tracer-backend-642195d99e0e8fa862ec476573a7064d91ffce36.zip
payload-processor: set up testing
Diffstat (limited to 'MODULE.bazel')
-rw-r--r--MODULE.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/MODULE.bazel b/MODULE.bazel
index caa1d1b..c4a151b 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -28,4 +28,5 @@ go_deps.from_file(go_mod = "//:go.mod")
 use_repo(
     go_deps,
     "com_github_segmentio_kafka_go",
+    "com_github_stretchr_testify",
 )