feat: introduce cluster events

This commit is contained in:
2025-05-17 20:07:51 +02:00
parent de8af61ba7
commit e30f167766
13 changed files with 190 additions and 62 deletions

1
go.mod
View File

@@ -10,6 +10,7 @@ require (
github.com/godbus/dbus/v5 v5.1.0
github.com/google/uuid v1.6.0
github.com/gorilla/mux v1.8.1
github.com/hashicorp/logutils v1.0.0
github.com/hashicorp/serf v0.10.2
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.37.0