mirror of
https://github.com/nikdoof/hapz2m.git
synced 2026-01-29 22:38:23 +00:00
28 lines
883 B
Modula-2
28 lines
883 B
Modula-2
module hapz2m
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/brutella/hap v0.0.35
|
|
github.com/eclipse/paho.mqtt.golang v1.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/brutella/dnssd v1.2.14 // indirect
|
|
github.com/go-chi/chi v1.5.5 // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/miekg/dns v1.1.62 // indirect
|
|
github.com/tadglines/go-pkgs v0.0.0-20210623144937-b983b20f54f9 // indirect
|
|
github.com/vishvananda/netlink v1.3.0 // indirect
|
|
github.com/vishvananda/netns v0.0.5 // indirect
|
|
github.com/xiam/to v0.0.0-20200126224905-d60d31e03561 // indirect
|
|
golang.org/x/crypto v0.42.0 // indirect
|
|
golang.org/x/mod v0.27.0 // indirect
|
|
golang.org/x/net v0.44.0 // indirect
|
|
golang.org/x/sync v0.17.0 // indirect
|
|
golang.org/x/sys v0.36.0 // indirect
|
|
golang.org/x/text v0.29.0 // indirect
|
|
golang.org/x/tools v0.36.0 // indirect
|
|
gopkg.in/Regis24GmbH/go-diacritics.v2 v2.0.3 // indirect
|
|
)
|