This repository was archived by the owner on Dec 12, 2024. It is now read-only.
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 @@ -9,7 +9,7 @@ require (
9
9
github.com/pkg/errors v0.9.1
10
10
github.com/sirupsen/logrus v1.9.3
11
11
github.com/stretchr/testify v1.9.0
12
- golang.org/x/term v0.23 .0
12
+ golang.org/x/term v0.25 .0
13
13
)
14
14
15
15
require (
@@ -30,7 +30,7 @@ require (
30
30
github.com/segmentio/asm v1.2.0 // indirect
31
31
golang.org/x/crypto v0.26.0 // indirect
32
32
golang.org/x/net v0.28.0 // indirect
33
- golang.org/x/sys v0.24 .0 // indirect
33
+ golang.org/x/sys v0.26 .0 // indirect
34
34
golang.org/x/text v0.17.0 // indirect
35
35
gopkg.in/yaml.v3 v3.0.1 // indirect
36
36
)
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ golang.org/x/crypto v0.26.0/go.mod h1:GY7jblb9wI+FOo5y8/S2oY4zWP07AkOJ4+jxCqdqn5
52
52
golang.org/x/net v0.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE =
53
53
golang.org/x/net v0.28.0 /go.mod h1:yqtgsTWOOnlGLG9GFRrK3++bGOUEkNBoHZc8MEDWPNg =
54
54
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
55
- golang.org/x/sys v0.24 .0 h1:Twjiwq9dn6R1fQcyiK+wQyHWfaz/BJB+YIpzU/Cv3Xg =
56
- golang.org/x/sys v0.24 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
57
- golang.org/x/term v0.23 .0 h1:F6D4vR+EHoL9/sWAWgAR1H2DcHr4PareCbAaCo1RpuU =
58
- golang.org/x/term v0.23 .0 /go.mod h1:DgV24QBUrK6jhZXl+20l6UWznPlwAHm1Q1mGHtydmSk =
55
+ golang.org/x/sys v0.26 .0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo =
56
+ golang.org/x/sys v0.26 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
57
+ golang.org/x/term v0.25 .0 h1:WtHI/ltw4NvSUig5KARz9h521QvRC8RmF/cuYqifU24 =
58
+ golang.org/x/term v0.25 .0 /go.mod h1:RPyXicDX+6vLxogjjRxjgD2TKtmAO6NZBsBRfrOLu7M =
59
59
golang.org/x/text v0.17.0 h1:XtiM5bkSOt+ewxlOE/aE/AKEHibwj/6gvWMl9Rsh0Qc =
60
60
golang.org/x/text v0.17.0 /go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY =
61
61
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
You can’t perform that action at this time.
0 commit comments