-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 926 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 926 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
module github.com/conejoninja/badger2040
go 1.22.1
require (
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
tinygo.org/x/bluetooth v0.12.0
tinygo.org/x/drivers v0.32.0
tinygo.org/x/tinydraw v0.4.0
tinygo.org/x/tinyfont v0.6.0
tinygo.org/x/tinyterm v0.5.0
)
require (
github.com/go-ole/go-ole v1.2.6 // 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-20240509164145-4f7860a3bd2b // 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-20241204233417-43b7b7cde48d // indirect
golang.org/x/sys v0.11.0 // indirect
)