Upgraded hap to v0.0.35

This commit is contained in:
Darell Tan
2024-11-24 16:13:53 +08:00
parent 40302d6ec0
commit f6737b8857
2 changed files with 103 additions and 53 deletions

25
go.mod
View File

@@ -3,22 +3,25 @@ module hapz2m
go 1.20
require (
github.com/brutella/hap v0.0.27-0.20230808074808-04622f35422f
github.com/brutella/hap v0.0.35
github.com/eclipse/paho.mqtt.golang v1.4.2
)
require (
github.com/brutella/dnssd v1.2.7 // indirect
github.com/go-chi/chi v1.5.4 // indirect
github.com/brutella/dnssd v1.2.14 // indirect
github.com/go-chi/chi v1.5.5 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/miekg/dns v1.1.53 // 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.8.0 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/tools v0.8.0 // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/sync v0.9.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.20.0 // indirect
golang.org/x/tools v0.27.0 // indirect
gopkg.in/Regis24GmbH/go-diacritics.v2 v2.0.3 // indirect
)