1
0
mirror of https://github.com/fumiama/ahsai.git synced 2026-06-17 15:30:29 +08:00
This commit is contained in:
fumiama
2022-08-07 16:26:01 +08:00
parent 75e71e2722
commit 11ac7b0d6e
7 changed files with 292 additions and 0 deletions

16
go.mod Normal file
View File

@@ -0,0 +1,16 @@
module github.com/fumiama/ahsai
go 1.17
require github.com/faiface/beep v1.1.0
require (
github.com/hajimehoshi/oto v0.7.1 // indirect
github.com/jfreymuth/oggvorbis v1.0.1 // indirect
github.com/jfreymuth/vorbis v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 // indirect
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 // indirect
golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect
golang.org/x/sys v0.0.0-20190626150813-e07cf5db2756 // indirect
)