-
Notifications
You must be signed in to change notification settings - Fork 13
/
go.mod
29 lines (25 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
23
24
25
26
27
28
29
module github.com/miku/metha
require (
github.com/adrg/xdg v0.5.3
github.com/briandowns/spinner v1.23.1
github.com/jinzhu/now v1.1.5
github.com/klauspost/pgzip v1.2.6
github.com/neurosnap/sentences v1.1.2
github.com/nytlabs/mxj v0.0.0-20140325221504-70c0faeef2e6
github.com/sethgrid/pester v1.2.0
github.com/sirupsen/logrus v1.9.3
golang.org/x/net v0.30.0
golang.org/x/sync v0.8.0
)
require (
github.com/clbanning/mxj v1.8.4 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/term v0.25.0 // indirect
golang.org/x/text v0.19.0 // indirect
)
go 1.21
toolchain go1.23.2