diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-06-07 23:34:56 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-06-07 23:34:56 +0200 |
commit | 78121919321aeaa1413569f314e8b6402e784d36 (patch) | |
tree | 99daba1a2fe2f0ccaaf304828bd0f544a360c571 /MODULE.bazel | |
parent | rest-api: Update file table schema name (diff) | |
download | fs-tracer-backend-78121919321aeaa1413569f314e8b6402e784d36.tar.gz fs-tracer-backend-78121919321aeaa1413569f314e8b6402e784d36.tar.bz2 fs-tracer-backend-78121919321aeaa1413569f314e8b6402e784d36.zip |
misc: Cleanup build files
Diffstat (limited to 'MODULE.bazel')
-rw-r--r-- | MODULE.bazel | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MODULE.bazel b/MODULE.bazel index 9cc9247..b4180be 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -29,7 +29,6 @@ go_deps = use_extension("@bazel_gazelle//:extensions.bzl", "go_deps") go_deps.from_file(go_mod = "//:go.mod") use_repo( go_deps, - "com_github_google_uuid", "com_github_jmoiron_sqlx", "com_github_lib_pq", "com_github_segmentio_kafka_go", |