feat: refactor deprecated WriteFile usage

This commit is contained in:
2025-05-18 19:33:59 +02:00
parent 17a5e98e77
commit 61d9d2e2d1
4 changed files with 2 additions and 6 deletions

1
go.mod
View File

@@ -7,7 +7,6 @@ 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