Initial version, from Claude
This commit is contained in:
commit
8c8986e8dc
5 changed files with 1568 additions and 0 deletions
9
go.mod
Normal file
9
go.mod
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
module git.nemunai.re/nemunaire/repeater
|
||||
|
||||
go 1.24.4
|
||||
|
||||
require (
|
||||
github.com/godbus/dbus/v5 v5.1.0
|
||||
github.com/gorilla/mux v1.8.1
|
||||
github.com/gorilla/websocket v1.5.3
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue