Commit 735afb3 1 parent 4485eae commit 735afb3 Copy full SHA for 735afb3
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ require (
9
9
github.com/sirupsen/logrus v1.9.3
10
10
github.com/spf13/cobra v1.7.0
11
11
github.com/spf13/pflag v1.0.5
12
- golang.org/x/term v0.11.0
12
+ golang.org/x/sync v0.3.0
13
+ golang.org/x/term v0.12.0
13
14
gopkg.in/yaml.v3 v3.0.1
14
15
oras.land/oras-go/v2 v2.3.0
15
16
)
16
17
17
18
require (
18
19
github.com/inconshreveable/mousetrap v1.1.0 // indirect
19
- golang.org/x/sync v0.3.0 // indirect
20
- golang.org/x/sys v0.11.0 // indirect
20
+ golang.org/x/sys v0.12.0 // indirect
21
21
)
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
25
25
golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E =
26
26
golang.org/x/sync v0.3.0 /go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y =
27
27
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
28
- golang.org/x/sys v0.11 .0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM =
29
- golang.org/x/sys v0.11 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
30
- golang.org/x/term v0.11 .0 h1:F9tnn/DA/Im8nCwm+fX+1/eBwi4qFjRT++MhtVC4ZX0 =
31
- golang.org/x/term v0.11 .0 /go.mod h1:zC9APTIj3jG3FdV/Ons+XE1riIZXG4aZ4GTHiPZJPIU =
28
+ golang.org/x/sys v0.12 .0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o =
29
+ golang.org/x/sys v0.12 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
30
+ golang.org/x/term v0.12 .0 h1:/ZfYdc3zq+q02Rv9vGqTeSItdzZTSNDmfTi0mBAuidU =
31
+ golang.org/x/term v0.12 .0 /go.mod h1:owVbMEjm3cBLCHdkQu9b1opXd4ETQWc3BhuQGKgXgvU =
32
32
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
33
33
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
34
34
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments