mirror of
https://github.com/0x1d/rcond.git
synced 2025-12-14 18:25:21 +01:00
13 lines
206 B
Modula-2
13 lines
206 B
Modula-2
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
|
|
)
|