From a0f2eab19883bee5e80343409764d0a79c6adeb4 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 2 May 2024 12:47:26 +0200 Subject: Start setting up rabbitmq connection --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index fe8def9..21c4602 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,5 @@ module github.com/Baitinq/rest-api go 1.22.2 + +require github.com/rabbitmq/amqp091-go v1.9.0 // indirect -- cgit 1.4.1