-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 959 Bytes
/
Copy pathgo.mod
File metadata and controls
28 lines (25 loc) · 959 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
module github.com/siggy/bbox
go 1.24.3
require (
github.com/ebitengine/oto/v3 v3.3.3
github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
github.com/gen2brain/malgo v0.11.23
github.com/gordonklaus/portaudio v0.0.0-20250206071425-98a94950218b
github.com/gorilla/websocket v1.5.3
github.com/mjibson/go-dsp v0.0.0-20180508042940-11479a337f12
github.com/nsf/termbox-go v1.1.1
github.com/siggy/rpi_ws281x v0.0.0-20180421091134-f0614f8b2ecf
github.com/sirupsen/logrus v1.9.3
github.com/stianeikeland/go-rpio v4.2.0+incompatible
github.com/youpy/go-wav v0.3.2
go.bug.st/serial v1.6.4
)
require (
github.com/creack/goselect v0.1.2 // indirect
github.com/ebitengine/purego v0.8.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/youpy/go-riff v0.1.0 // indirect
github.com/zaf/g711 v0.0.0-20190814101024-76a4a538f52b // indirect
golang.org/x/sys v0.25.0 // indirect
)