-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 800 Bytes
/
Copy pathgo.mod
File metadata and controls
28 lines (25 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
27
28
module github.com/miku/metha
require (
github.com/adrg/xdg v0.5.3
github.com/briandowns/spinner v1.23.2
github.com/jinzhu/now v1.1.5
github.com/karrick/godirwalk v1.17.0
github.com/klauspost/compress v1.18.6
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.4
golang.org/x/net v0.56.0
golang.org/x/time v0.15.0
)
require (
github.com/clbanning/mxj v1.8.4 // indirect
github.com/fatih/color v1.19.0 // indirect
github.com/mattn/go-colorable v0.1.15 // indirect
github.com/mattn/go-isatty v0.0.22 // indirect
golang.org/x/sys v0.46.0 // indirect
golang.org/x/term v0.44.0 // indirect
golang.org/x/text v0.38.0 // indirect
)
go 1.25.0