feat: apply configuration on start

This commit is contained in:
2025-05-17 22:28:56 +02:00
parent d8e047d58b
commit 9e6fcbdd74
11 changed files with 156 additions and 19 deletions

1
go.mod
View File

@@ -7,6 +7,7 @@ replace github.com/0x1d/rcond/cmd => ./cmd
replace github.com/0x1d/rcond/pkg => ./pkg
require (
github.com/godbus/dbus v4.1.0+incompatible
github.com/godbus/dbus/v5 v5.1.0
github.com/google/uuid v1.6.0
github.com/gorilla/mux v1.8.1