File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ require (
6
6
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
7
7
github.com/rivo/uniseg v0.4.7
8
8
github.com/stretchr/testify v1.9.0
9
- golang.org/x/term v0.26 .0
9
+ golang.org/x/term v0.28 .0
10
10
)
11
11
12
12
require (
13
13
github.com/davecgh/go-spew v1.1.1 // indirect
14
14
github.com/mattn/go-isatty v0.0.20 // indirect
15
15
github.com/mattn/go-runewidth v0.0.16 // indirect
16
16
github.com/pmezard/go-difflib v1.0.0 // indirect
17
- golang.org/x/sys v0.27 .0 // indirect
17
+ golang.org/x/sys v0.29 .0 // indirect
18
18
gopkg.in/yaml.v3 v3.0.1 // indirect
19
19
)
20
20
Original file line number Diff line number Diff line change @@ -20,8 +20,12 @@ github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8
20
20
golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
21
21
golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s =
22
22
golang.org/x/sys v0.27.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
23
+ golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU =
24
+ golang.org/x/sys v0.29.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
23
25
golang.org/x/term v0.26.0 h1:WEQa6V3Gja/BhNxg540hBip/kkaYtRg3cxg4oXSw4AU =
24
26
golang.org/x/term v0.26.0 /go.mod h1:Si5m1o57C5nBNQo5z1iq+XDijt21BDBDp2bK0QI8e3E =
27
+ golang.org/x/term v0.28.0 h1:/Ts8HFuMR2E6IP/jlo7QVLZHggjKQbhu/7H0LJFr3Gg =
28
+ golang.org/x/term v0.28.0 /go.mod h1:Sw/lC2IAUZ92udQNf3WodGtn4k/XoLyZoh8v/8uiwek =
25
29
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
26
30
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
27
31
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
You can’t perform that action at this time.
0 commit comments