-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
37 lines (34 loc) · 1.27 KB
/
go.mod
File metadata and controls
37 lines (34 loc) · 1.27 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
module github.com/gotracker/gotracker
go 1.24.0
require (
github.com/Masterminds/semver v1.5.0
github.com/cheggaaa/pb v1.0.29
github.com/gotracker/playback v1.5.0
github.com/hashicorp/go-envparse v0.1.0
github.com/heucuva/go-directsound v1.0.1
github.com/heucuva/go-win32 v1.0.1
github.com/heucuva/go-winmm v1.0.1
github.com/heucuva/optional v0.0.1
github.com/jfreymuth/pulse v0.1.1
github.com/mewkiz/flac v1.0.13
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.10
golang.org/x/exp v0.0.0-20251209150349-8475f28825e9
golang.org/x/sys v0.39.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/clipperhouse/stringish v0.1.1 // indirect
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
github.com/gotracker/goaudiofile v1.0.16 // indirect
github.com/gotracker/opl2 v1.0.2 // indirect
github.com/heucuva/comparison v1.0.0 // indirect
github.com/icza/bitio v1.1.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-runewidth v0.0.19 // indirect
github.com/mewkiz/pkg v0.0.0-20250417130911-3f050ff8c56d // indirect
github.com/mewpkg/term v0.0.0-20241026122259-37a80af23985 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
)