-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (15 loc) · 693 Bytes
/
Copy pathgo.mod
File metadata and controls
18 lines (15 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/sighmon/homekit-daikin-infrared
go 1.18
require github.com/brutella/hap v0.0.15
require (
github.com/brutella/dnssd v1.2.1 // indirect
github.com/chbmuc/lirc v0.0.0-20150702183631-f5796a80dd2b // indirect
github.com/go-chi/chi v1.5.4 // indirect
github.com/miekg/dns v1.1.1 // indirect
github.com/tadglines/go-pkgs v0.0.0-20210623144937-b983b20f54f9 // indirect
github.com/xiam/to v0.0.0-20200126224905-d60d31e03561 // indirect
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 // indirect
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
golang.org/x/text v0.3.7 // indirect
)