initial commit

This commit is contained in:
2025-05-03 22:21:46 +02:00
commit 65846a33c0
10 changed files with 696 additions and 0 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
module github.com/0x1d/rcond
go 1.23.4
replace github.com/0x1d/rcond/cmd => ./cmd
replace github.com/0x1d/rcond/pkg => ./pkg
require (
github.com/godbus/dbus/v5 v5.1.0
github.com/gorilla/mux v1.8.1
)