-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (28 loc) · 1.19 KB
/
go.mod
File metadata and controls
32 lines (28 loc) · 1.19 KB
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
module github.com/hybridgroup/tinygo-minidrone
go 1.22.6
toolchain go1.24.4
require (
gobot.io/x/gobot/v2 v2.5.0
tinygo.org/x/bluetooth v0.12.0
tinygo.org/x/drivers v0.28.1-0.20241028090715-76a4276b5dea
tinygo.org/x/tinydraw v0.0.0-20200416172542-c30d6d84353c
tinygo.org/x/tinyfont v0.4.0
tinygo.org/x/tinyterm v0.3.1-0.20241028084705-e36d93d72cca
)
require (
github.com/0xcafed00d/joystick v1.0.1 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/gofrs/uuid v4.4.0+incompatible // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // 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-20250124201400-0d65bc7c1710 // 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-20250210185358-939b2ce775ac // indirect
golang.org/x/sys v0.30.0 // indirect
)