mirror of
https://github.com/0x1d/rcond.git
synced 2025-12-14 18:25:21 +01:00
23 lines
476 B
Modula-2
23 lines
476 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/google/uuid v1.6.0
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/stretchr/testify v1.10.0
|
|
golang.org/x/crypto v0.37.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
)
|