File tree Expand file tree Collapse file tree 4 files changed +35
-9
lines changed
Expand file tree Collapse file tree 4 files changed +35
-9
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ require (
88 github.com/nightlyone/lockfile v1.0.0
99 github.com/peterh/liner v1.2.2
1010 github.com/sirupsen/logrus v1.9.3
11- golang.org/x/term v0.38 .0
11+ golang.org/x/term v0.39 .0
1212)
1313
1414require (
1515 github.com/mattn/go-runewidth v0.0.16 // indirect
1616 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
1717 github.com/modern-go/reflect2 v1.0.2 // indirect
1818 github.com/rivo/uniseg v0.4.7 // indirect
19- golang.org/x/sys v0.39 .0 // indirect
19+ golang.org/x/sys v0.40 .0 // indirect
2020)
2121
2222go 1.24.0
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc
3535github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
3636golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
3737golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
38- golang.org/x/sys v0.39 .0 h1:CvCKL8MeisomCi6qNZ+wbb0DN9E5AATixKsvNtMoMFk =
39- golang.org/x/sys v0.39 .0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
40- golang.org/x/term v0.38 .0 h1:PQ5pkm/rLO6HnxFR7N2lJHOZX6Kez5Y1gDSJla6jo7Q =
41- golang.org/x/term v0.38 .0 /go.mod h1:bSEAKrOT1W+VSu9TSCMtoGEOUcKxOKgl3LE5QEF/xVg =
38+ golang.org/x/sys v0.40 .0 h1:DBZZqJ2Rkml6QMQsZywtnjnnGvHza6BTfYFWY9kjEWQ =
39+ golang.org/x/sys v0.40 .0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
40+ golang.org/x/term v0.39 .0 h1:RclSuaJf32jOqZz74CkPA9qFuVTX7vhLlpfj/IGWlqY =
41+ golang.org/x/term v0.39 .0 /go.mod h1:yxzUCTP/U+FzoxfdKmLaA0RV1WgE0VY7hXBwKtY/4ww =
4242gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
4343gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo =
4444gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ github.com/rivo/uniseg
3131# github.com/sirupsen/logrus v1.9.3
3232## explicit; go 1.13
3333github.com/sirupsen/logrus
34- # golang.org/x/sys v0.39 .0
34+ # golang.org/x/sys v0.40 .0
3535## explicit; go 1.24.0
3636golang.org/x/sys/plan9
3737golang.org/x/sys/unix
3838golang.org/x/sys/windows
39- # golang.org/x/term v0.38 .0
39+ # golang.org/x/term v0.39 .0
4040## explicit; go 1.24.0
4141golang.org/x/term
You can’t perform that action at this time.
0 commit comments