-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
57 lines (52 loc) · 2.64 KB
/
go.mod
File metadata and controls
57 lines (52 loc) · 2.64 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
module github.com/xaionaro-go/audio
go 1.24.0
toolchain go1.24.2
replace github.com/gordonklaus/portaudio v0.0.0-20230709114228-aafa478834f5 => github.com/KarpelesLab/static-portaudio v0.6.190600
require (
github.com/brettbuddin/fourier v0.1.1
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
github.com/ebitengine/oto/v3 v3.4.0
github.com/facebookincubator/go-belt v0.0.0-20250308011339-62fb7027b11f
github.com/gordonklaus/portaudio v0.0.0-20230709114228-aafa478834f5
github.com/hashicorp/go-multierror v1.1.1
github.com/iamcalledrob/circular v0.0.0-20230705185033-0e97eae4da73
github.com/jfreymuth/oggvorbis v1.0.5
github.com/jfreymuth/pulse v0.1.1
github.com/josharian/fvad v0.0.0-20201126043145-6cba2db1e3b8
github.com/mjibson/go-dsp v0.0.0-20180508042940-11479a337f12
github.com/spf13/pflag v1.0.10
github.com/stretchr/testify v1.11.1
github.com/xaionaro-go/datacounter v1.0.4
github.com/xaionaro-go/observability v0.0.0-20251102143534-3aeb2a25e57d
)
require (
github.com/DataDog/gostackparse v0.7.0 // indirect
github.com/ebitengine/purego v0.9.0 // indirect
github.com/go-ng/slices v0.0.0-20230703171042-6195d35636a2 // indirect
github.com/go-ng/sort v0.0.0-20220617173827-2cc7cd04f7c7 // indirect
github.com/go-ng/xatomic v0.0.0-20251124145245-9a7a1838d3aa // indirect
github.com/go-ng/xsort v0.0.0-20250330112557-d2ee7f01661c // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/huandu/go-tls v1.0.1 // indirect
github.com/jfreymuth/vorbis v1.0.2 // indirect
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/phuslu/goid v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/xaionaro-go/gorex v0.0.0-20241010205749-bcd59d639c4d // indirect
github.com/xaionaro-go/logrustash v0.0.0-20240804141650-d48034780a5f // indirect
github.com/xaionaro-go/object v0.0.0-20241026212449-753ce10ec94c // indirect
github.com/xaionaro-go/spinlock v0.0.0-20200518175509-30e6d1ce68a1 // indirect
github.com/xaionaro-go/unsafetools v0.0.0-20241024014258-a46e1ce3763e // indirect
github.com/xaionaro-go/xsync v0.0.0-20260503162929-0f612f743add // indirect
golang.org/x/crypto v0.47.0 // indirect
golang.org/x/exp v0.0.0-20250813145105-42675adae3e6 // indirect
golang.org/x/oauth2 v0.34.0 // indirect
golang.org/x/sys v0.40.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.4.1 // indirect
)