File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
13
13
github.com/spf13/pflag v1.0.5
14
14
github.com/spf13/viper v1.18.2
15
15
github.com/stretchr/testify v1.9.0
16
- golang.org/x/term v0.19 .0
16
+ golang.org/x/term v0.20 .0
17
17
)
18
18
19
19
require (
@@ -52,7 +52,7 @@ require (
52
52
go.uber.org/atomic v1.9.0 // indirect
53
53
go.uber.org/multierr v1.9.0 // indirect
54
54
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
55
- golang.org/x/sys v0.19 .0 // indirect
55
+ golang.org/x/sys v0.20 .0 // indirect
56
56
golang.org/x/text v0.14.0 // indirect
57
57
gopkg.in/ini.v1 v1.67.0 // indirect
58
58
gopkg.in/yaml.v2 v2.4.0 // indirect
Original file line number Diff line number Diff line change @@ -356,11 +356,11 @@ golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7w
356
356
golang.org/x/sys v0.0.0-20210420072515-93ed5bcd2bfe /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
357
357
golang.org/x/sys v0.0.0-20210423082822-04245dca01da /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
358
358
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
359
- golang.org/x/sys v0.19 .0 h1:q5f1RH2jigJ1MoAWp2KTp3gm5zAGFUTarQZ5U386+4o =
360
- golang.org/x/sys v0.19 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
359
+ golang.org/x/sys v0.20 .0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y =
360
+ golang.org/x/sys v0.20 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
361
361
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
362
- golang.org/x/term v0.19 .0 h1:+ThwsDv+tYfnJFhF4L8jITxu1tdTWRTZpdsWgEgjL6Q =
363
- golang.org/x/term v0.19 .0 /go.mod h1:2CuTdWZ7KHSQwUzKva0cbMg6q2DMI3Mmxp+gKJbskEk =
362
+ golang.org/x/term v0.20 .0 h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw =
363
+ golang.org/x/term v0.20 .0 /go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY =
364
364
golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
365
365
golang.org/x/text v0.3.2 /go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk =
366
366
golang.org/x/text v0.3.3 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
You can’t perform that action at this time.
0 commit comments