about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-09 00:15:13 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-11 01:32:43 +0200
commit0a7be3e1ca6e651759fdb853e83e639f476e0c47 (patch)
tree0a53188b22edf971380290fefc3b6075a6a4e629 /go.mod
parentk8s: set default number of kafka topic partitions to 2 (diff)
downloadfs-tracer-backend-0a7be3e1ca6e651759fdb853e83e639f476e0c47.tar.gz
fs-tracer-backend-0a7be3e1ca6e651759fdb853e83e639f476e0c47.tar.bz2
fs-tracer-backend-0a7be3e1ca6e651759fdb853e83e639f476e0c47.zip
payloads-processor: connect to DB and insert dummy data
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 855f601..15d66fa 100644
--- a/go.mod
+++ b/go.mod
@@ -3,8 +3,11 @@ module github.com/Baitinq/fs-tracer-backend
 go 1.22.2
 
 require (
+	github.com/jmoiron/sqlx v1.4.0
+	github.com/lib/pq v1.10.9
 	github.com/segmentio/kafka-go v0.4.47
 	github.com/stretchr/testify v1.9.0
+	go.uber.org/mock v0.4.0
 )
 
 require (