File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ require (
43
43
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
44
44
golang.org/x/crypto v0.41.0 // indirect
45
45
golang.org/x/mod v0.28.0 // indirect
46
+ golang.org/x/text v0.29.0 // indirect
46
47
golang.org/x/time v0.12.0 // indirect
47
48
golang.org/x/tools v0.36.0 // indirect
48
49
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ golang.org/x/sys v0.36.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
108
108
golang.org/x/term v0.34.0 h1:O/2T7POpk0ZZ7MAzMeWFSg6S5IpWd/RXDlM9hgM3DR4 =
109
109
golang.org/x/term v0.34.0 /go.mod h1:5jC53AEywhIVebHgPVeg0mj8OD3VO9OzclacVrqpaAw =
110
110
golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
111
- golang.org/x/text v0.28 .0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng =
112
- golang.org/x/text v0.28 .0 /go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU =
111
+ golang.org/x/text v0.29 .0 h1:1neNs90w9YzJ9BocxfsQNHKuAT4pkghyXc4nhZ6sJvk =
112
+ golang.org/x/text v0.29 .0 /go.mod h1:7MhJOA9CD2qZyOKYazxdYMF85OwPdEr9jTtBpO7ydH4 =
113
113
golang.org/x/time v0.12.0 h1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE =
114
114
golang.org/x/time v0.12.0 /go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg =
115
115
golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7 /go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28 =
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ require (
11
11
github.com/hashicorp/go-multierror v1.1.1
12
12
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af
13
13
github.com/spf13/cobra v1.10.1
14
+ github.com/spf13/pflag v1.0.10
14
15
github.com/stretchr/testify v1.11.1
15
16
golang.org/x/sys v0.36.0
16
17
golang.org/x/text v0.29.0
@@ -26,7 +27,6 @@ require (
26
27
github.com/pkg/errors v0.9.1 // indirect
27
28
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
28
29
github.com/rogpeppe/go-internal v1.13.1 // indirect
29
- github.com/spf13/pflag v1.0.10 // indirect
30
30
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
31
31
gopkg.in/yaml.v3 v3.0.1 // indirect
32
32
gotest.tools/v3 v3.5.1 // indirect
You can’t perform that action at this time.
0 commit comments