soundr/go.mod
2022-05-14 20:33:45 +02:00

16 lines
563 B
Modula-2

module example/soundr
go 1.18
require (
github.com/faiface/beep v1.1.0 // indirect
github.com/hajimehoshi/go-mp3 v0.3.3 // indirect
github.com/hajimehoshi/oto v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
golang.org/x/exp/shiny v0.0.0-20220428152302-39d4317da171 // indirect
golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9 // indirect
golang.org/x/mobile v0.0.0-20220504144722-50dca8fc073d // indirect
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a // indirect
)