-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 806 Bytes
/
Copy pathgo.mod
File metadata and controls
27 lines (24 loc) · 806 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
module github.com/rubiojr/go-pirateaudio
go 1.23.0
require (
github.com/fogleman/gg v1.3.0
github.com/gen2brain/alsa v0.6.0
github.com/gopxl/beep/v2 v2.1.1
github.com/muesli/reflow v0.3.0
github.com/stretchr/testify v1.10.0
github.com/warthog618/go-gpiocdev v0.9.1
golang.org/x/image v0.15.0
periph.io/x/conn/v3 v3.7.0
periph.io/x/host/v3 v3.8.2
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/jonboulle/clockwork v0.3.0 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
golang.org/x/sys v0.35.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)