about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-27 18:45:50 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-27 20:06:12 +0200
commit951675d62f631df7ccaca7c22de004d9576d3e91 (patch)
tree7fe41a57991009c4f5dbe2d5aa62f5667ae2255f /go.mod
parentmisc: Create first Supabase migration (diff)
downloadfs-tracer-backend-951675d62f631df7ccaca7c22de004d9576d3e91.tar.gz
fs-tracer-backend-951675d62f631df7ccaca7c22de004d9576d3e91.tar.bz2
fs-tracer-backend-951675d62f631df7ccaca7c22de004d9576d3e91.zip
payload-processor: insert to the file table
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 15d66fa..9448c17 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,7 @@ module github.com/Baitinq/fs-tracer-backend
 go 1.22.2
 
 require (
+	github.com/google/uuid v1.6.0
 	github.com/jmoiron/sqlx v1.4.0
 	github.com/lib/pq v1.10.9
 	github.com/segmentio/kafka-go v0.4.47