mirror of
https://github.com/nikdoof/hapz2m.git
synced 2026-01-30 03:28:18 +00:00
Upgraded hap to v0.0.35
This commit is contained in:
25
go.mod
25
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user