-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 810 Bytes
/
go.mod
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
module github.com/jamestunnell/go-synth
go 1.18
require (
github.com/akrennmair/slice v0.0.0-20220105203817-49445747ab81
github.com/dominikbraun/graph v0.15.0
github.com/go-audio/audio v1.0.0
github.com/go-audio/transforms v0.0.0-20180121090939-51830ccc35a5
github.com/go-audio/wav v1.1.0
github.com/rs/zerolog v1.28.0
github.com/stretchr/testify v1.8.1
github.com/xthexder/go-jack v0.0.0-20220805234212-bc8604043aba
golang.org/x/exp v0.0.0-20221208152030-732eee02a75a
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-audio/riff v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.1.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)