feat(agent) multi-driver db monitoring, hot-plug config, release pipeline

This commit is contained in:
2026-06-15 17:29:53 +01:00
parent db6ed003f1
commit 40811ed6e8
17 changed files with 949 additions and 34 deletions

7
go.mod
View File

@@ -1,3 +1,10 @@
module bugs.watch/agent
go 1.22.12
require (
github.com/go-sql-driver/mysql v1.8.1
github.com/lib/pq v1.10.9
github.com/redis/go-redis/v9 v9.7.3
go.mongodb.org/mongo-driver v1.17.1
)