File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ require (
66 github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
77 github.com/rivo/uniseg v0.4.7
88 github.com/stretchr/testify v1.9.0
9- golang.org/x/term v0.26 .0
9+ golang.org/x/term v0.28 .0
1010)
1111
1212require (
1313 github.com/davecgh/go-spew v1.1.1 // indirect
1414 github.com/mattn/go-isatty v0.0.20 // indirect
1515 github.com/mattn/go-runewidth v0.0.16 // indirect
1616 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
1818 gopkg.in/yaml.v3 v3.0.1 // indirect
1919)
2020
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
2020golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
2121golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s =
2222golang.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 =
2325golang.org/x/term v0.26.0 h1:WEQa6V3Gja/BhNxg540hBip/kkaYtRg3cxg4oXSw4AU =
2426golang.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 =
2529gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
2630gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
2731gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
You can’t perform that action at this time.
0 commit comments