audio_pipeline

This commit is contained in:
sanek5g
2026-06-10 17:12:58 +03:00
commit 00ddac5af7
29 changed files with 3297 additions and 0 deletions

8
watcher/go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/yourorg/watcher
go 1.22
require (
github.com/oklog/ulid/v2 v2.1.0
github.com/rabbitmq/amqp091-go v1.9.0
)