-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (25 loc) · 1007 Bytes
/
go.mod
File metadata and controls
29 lines (25 loc) · 1007 Bytes
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
module github.com/ysoldak/HeadTracker
go 1.25
require (
github.com/go-gl/mathgl v1.2.0
github.com/tracktum/go-ahrs v1.0.0
tinygo.org/x/bluetooth v0.13.0
tinygo.org/x/drivers v0.34.0
tinygo.org/x/tinydraw v0.4.0
tinygo.org/x/tinyfont v0.6.0
)
require (
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/saltosystems/winrt-go v0.0.0-20241223121953-98e32661f6ff // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/soypat/cyw43439 v0.0.0-20250505012923-830110c8f4af // indirect
github.com/soypat/seqs v0.0.0-20250630134107-01c3f05666ba // indirect
github.com/tinygo-org/cbgo v0.0.4 // indirect
github.com/tinygo-org/pio v0.2.0 // indirect
golang.org/x/exp v0.0.0-20251009144603-d2f985daa21b // indirect
golang.org/x/sys v0.37.0 // indirect
)
// replace tinygo.org/x/drivers => ../tinygo-drivers
// replace tinygo.org/x/bluetooth => ../tinygo-bluetooth