This repository was archived by the owner on Jul 3, 2023. It is now read-only.
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 @@ -9,7 +9,7 @@ require (
9
9
github.com/mattn/go-runewidth v0.0.14
10
10
github.com/spf13/cobra v1.7.0
11
11
golang.org/x/mod v0.10.0
12
- golang.org/x/term v0.7 .0
12
+ golang.org/x/term v0.9 .0
13
13
gopkg.in/yaml.v3 v3.0.1
14
14
)
15
15
@@ -25,7 +25,7 @@ require (
25
25
golang.org/x/crypto v0.7.0 // indirect
26
26
golang.org/x/net v0.8.0 // indirect
27
27
golang.org/x/oauth2 v0.6.0 // indirect
28
- golang.org/x/sys v0.7 .0 // indirect
28
+ golang.org/x/sys v0.9 .0 // indirect
29
29
google.golang.org/appengine v1.6.7 // indirect
30
30
google.golang.org/protobuf v1.28.0 // indirect
31
31
)
Original file line number Diff line number Diff line change @@ -52,9 +52,13 @@ golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac/go.mod h1:oPkhp1MJrh7nUepCBc
52
52
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
53
53
golang.org/x/sys v0.7.0 h1:3jlCCIQZPdOYu1h8BkNvLz8Kgwtae2cagcG/VamtZRU =
54
54
golang.org/x/sys v0.7.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
55
+ golang.org/x/sys v0.9.0 h1:KS/R3tvhPqvJvwcKfnBHJwwthS11LRhmM5D59eEXa0s =
56
+ golang.org/x/sys v0.9.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
55
57
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
56
58
golang.org/x/term v0.7.0 h1:BEvjmm5fURWqcfbSKTdpkDXYBrUS1c0m8agp14W48vQ =
57
59
golang.org/x/term v0.7.0 /go.mod h1:P32HKFT3hSsZrRxla30E9HqToFYAQPCMs/zFMBUFqPY =
60
+ golang.org/x/term v0.9.0 h1:GRRCnKYhdQrD8kfRAdQ6Zcw1P0OcELxGLKJvtjVMZ28 =
61
+ golang.org/x/term v0.9.0 /go.mod h1:M6DEAAIenWoTxdKrOltXcmDY3rSplQUkrvaDU5FcQyo =
58
62
golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
59
63
golang.org/x/text v0.3.2 /go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk =
60
64
golang.org/x/text v0.3.3 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
You can’t perform that action at this time.
0 commit comments