about summary refs log tree commit diff
path: root/src/rest-api/cmd/BUILD.bazel
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-02 12:47:26 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-02 15:39:09 +0200
commita0f2eab19883bee5e80343409764d0a79c6adeb4 (patch)
treeb73dcac49afe016a38819c9acb24663c3789f207 /src/rest-api/cmd/BUILD.bazel
parentrest-api: Create specific payload endpoint (diff)
downloadfs-tracer-backend-a0f2eab19883bee5e80343409764d0a79c6adeb4.tar.gz
fs-tracer-backend-a0f2eab19883bee5e80343409764d0a79c6adeb4.tar.bz2
fs-tracer-backend-a0f2eab19883bee5e80343409764d0a79c6adeb4.zip
Start setting up rabbitmq connection
Diffstat (limited to 'src/rest-api/cmd/BUILD.bazel')
-rw-r--r--src/rest-api/cmd/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rest-api/cmd/BUILD.bazel b/src/rest-api/cmd/BUILD.bazel
index f72cc99..d91e054 100644
--- a/src/rest-api/cmd/BUILD.bazel
+++ b/src/rest-api/cmd/BUILD.bazel
@@ -7,6 +7,7 @@ go_library(
     srcs = ["main.go"],
     importpath = "github.com/Baitinq/rest-api/src/rest-api/cmd",
     visibility = ["//visibility:private"],
+    deps = ["@com_github_rabbitmq_amqp091_go//:go_default_library"],
 )
 
 go_binary(