diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-04 21:22:54 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-04 21:22:54 +0200 |
commit | 642195d99e0e8fa862ec476573a7064d91ffce36 (patch) | |
tree | b178f045fbf6730161b9f4335604df1825f14c23 /MODULE.bazel | |
parent | payload-processor: add concurrency (diff) | |
download | fs-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.bazel | 1 |
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", ) |