-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 839 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
module github.com/Tom5521/fsize
go 1.23
require (
github.com/Tom5521/goconf v1.7.0
github.com/gookit/color v1.5.4
github.com/jeandeaual/go-locale v0.0.0-20240223122105-ce5225dcaa49
github.com/labstack/gommon v0.4.2
github.com/leonelquinteros/gotext v1.7.0
github.com/minio/selfupdate v0.6.0
github.com/schollz/progressbar/v3 v3.17.0
github.com/spf13/cobra v1.8.1
)
require (
aead.dev/minisign v0.3.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/term v0.25.0 // indirect
)