-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathgo.mod
22 lines (18 loc) · 792 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
module QuickPiperAudiobook
go 1.22.5
require github.com/alecthomas/kong v0.9.0
require gopkg.in/yaml.v3 v3.0.1 // indirect
require (
github.com/alecthomas/kong-yaml v0.2.0
github.com/briandowns/spinner v1.23.1 // indirect
github.com/fatih/color v1.17.0 // indirect
github.com/gen2brain/beeep v0.0.0-20240516210008-9c006672e7f4 // indirect
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/term v0.1.0 // indirect
)