mirror of
https://github.com/fumiama/ahsai.git
synced 2026-06-04 23:30:24 +08:00
15 lines
372 B
Modula-2
15 lines
372 B
Modula-2
module github.com/fumiama/ahsai
|
|
|
|
go 1.22
|
|
|
|
require github.com/gopxl/beep/v2 v2.1.1
|
|
|
|
require (
|
|
github.com/ebitengine/oto/v3 v3.3.2 // indirect
|
|
github.com/ebitengine/purego v0.8.0 // indirect
|
|
github.com/jfreymuth/oggvorbis v1.0.5 // indirect
|
|
github.com/jfreymuth/vorbis v1.0.2 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
)
|