-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 730 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/jlgore/voomkit
go 1.19
require (
github.com/brutella/hap v0.0.20
github.com/jurjevic/pixoo64 v0.0.0-20221205105738-c270217aa82b
github.com/xxandev/homekit v0.0.0-20221205091611-70b2df2b846a
)
require (
github.com/brutella/dnssd v1.2.4 // indirect
github.com/go-chi/chi v1.5.4 // indirect
github.com/miekg/dns v1.1.50 // 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.1.0 // indirect
golang.org/x/mod v0.6.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/tools v0.2.0 // indirect
)