-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (22 loc) · 800 Bytes
/
go.mod
File metadata and controls
26 lines (22 loc) · 800 Bytes
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
26
module github.com/bh90210/mlsic
go 1.22
toolchain go1.22.0
require (
github.com/go-audio/audio v1.0.0
github.com/go-audio/generator v0.0.0-20191129013639-fe5438877d8c
github.com/go-audio/transforms v0.0.0-20180121090939-51830ccc35a5
github.com/go-audio/wav v1.1.0
github.com/gordonklaus/portaudio v0.0.0-20220320131553-cc649ad523c1
github.com/mb-14/gomarkov v0.0.0-20231120193207-9cbdc8df67a8
github.com/rs/zerolog v1.33.0
github.com/stretchr/testify v1.8.1
)
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.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.12.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)