-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
33 lines (30 loc) · 1.31 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module hyperkit
go 1.17
require (
github.com/brutella/hc v1.2.4
github.com/carterpeel/bobcaygeon v0.0.0-20220113222227-3916ab601458
github.com/gorilla/websocket v1.4.2
github.com/hajimehoshi/oto v1.0.1
github.com/maghul/alac v0.0.0-20161106215514-129591bceef4
github.com/muka/go-bluetooth v0.0.0-20211227073548-985739196620
github.com/sirupsen/logrus v1.8.1
golang.org/x/sys v0.0.0-20220111092808-5a964db01320
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
require (
github.com/brutella/dnssd v1.2.0 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/godbus/dbus/v5 v5.0.3 // indirect
github.com/grandcat/zeroconf v1.0.0 // indirect
github.com/miekg/dns v1.1.27 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/tadglines/go-pkgs v0.0.0-20140924210655-1f86682992f1 // indirect
github.com/xiam/to v0.0.0-20191116183551-8328998fc0ed // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 // indirect
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 // indirect
golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect
golang.org/x/net v0.0.0-20220111093109-d55c255bac03 // indirect
golang.org/x/text v0.3.6 // indirect
)