about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 6 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index bac0b7f..4c09677 100644
--- a/go.mod
+++ b/go.mod
@@ -3,3 +3,9 @@ module github.com/Baitinq/fs-tracer-backend
 go 1.22.2
 
 require github.com/rabbitmq/amqp091-go v1.9.0
+
+require (
+	github.com/klauspost/compress v1.15.9 // indirect
+	github.com/pierrec/lz4/v4 v4.1.15 // indirect
+	github.com/segmentio/kafka-go v0.4.47
+)