This commit is contained in:
bloeys
2022-06-26 02:34:29 +04:00
parent 4a5270129a
commit 0963aec024

2
go.mod
View File

@ -3,6 +3,7 @@ module github.com/bloeys/wavy
go 1.18 go 1.18
require ( require (
github.com/go-audio/wav v1.1.0
github.com/hajimehoshi/go-mp3 v0.3.3 github.com/hajimehoshi/go-mp3 v0.3.3
github.com/hajimehoshi/oto/v2 v2.1.0 github.com/hajimehoshi/oto/v2 v2.1.0
) )
@ -10,6 +11,5 @@ require (
require ( require (
github.com/go-audio/audio v1.0.0 // indirect github.com/go-audio/audio v1.0.0 // indirect
github.com/go-audio/riff v1.0.0 // indirect github.com/go-audio/riff v1.0.0 // indirect
github.com/go-audio/wav v1.1.0 // indirect
golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect
) )