File tree 3 files changed +5
-27
lines changed
3 files changed +5
-27
lines changed Original file line number Diff line number Diff line change 24
24
/* .sh
25
25
/* .zsh
26
26
/* .pid
27
- # go.sum
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ module github.com/gookit/gcli/v3
3
3
go 1.18
4
4
5
5
require (
6
- github.com/gookit/color v1.5.3
7
- github.com/gookit/goutil v0.6.10
6
+ github.com/gookit/color v1.5.4
7
+ github.com/gookit/goutil v0.6.12
8
8
golang.org/x/crypto v0.10.0
9
9
)
10
10
11
11
require (
12
12
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
13
13
golang.org/x/sync v0.3.0 // indirect
14
- golang.org/x/sys v0.9 .0 // indirect
15
- golang.org/x/term v0.9 .0 // indirect
16
- golang.org/x/text v0.10 .0 // indirect
14
+ golang.org/x/sys v0.10 .0 // indirect
15
+ golang.org/x/term v0.10 .0 // indirect
16
+ golang.org/x/text v0.11 .0 // indirect
17
17
)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments