File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
15
15
github.com/stretchr/testify v1.10.0
16
16
go.etcd.io/bbolt v1.3.11
17
17
golang.org/x/sync v0.10.0
18
- golang.org/x/sys v0.28 .0
18
+ golang.org/x/sys v0.29 .0
19
19
mvdan.cc/sh/v3 v3.10.0
20
20
)
21
21
Original file line number Diff line number Diff line change @@ -129,6 +129,8 @@ golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s=
129
129
golang.org/x/sys v0.27.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
130
130
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA =
131
131
golang.org/x/sys v0.28.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
132
+ golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU =
133
+ golang.org/x/sys v0.29.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
132
134
golang.org/x/term v0.24.0 h1:Mh5cbb+Zk2hqqXNO7S1iTjEphVL+jb8ZWaqh/g+JWkM =
133
135
golang.org/x/term v0.24.0 /go.mod h1:lOBK/LVxemqiMij05LGJ0tzNr8xlmwBRJ81PX6wVLH8 =
134
136
golang.org/x/term v0.25.0 h1:WtHI/ltw4NvSUig5KARz9h521QvRC8RmF/cuYqifU24 =
Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ schema = 3
120
120
version = " v0.10.0"
121
121
hash = " sha256-HWruKClrdoBKVdxKCyoazxeQV4dIYLdkHekQvx275/o="
122
122
[mod ."golang .org/x/sys" ]
123
- version = " v0.28 .0"
124
- hash = " sha256-kzSlDo5FKsQU9cLefIt2dueGUfz9XuEW+mGSGlPATGc ="
123
+ version = " v0.29 .0"
124
+ hash = " sha256-qfsodJQ1H1CBI8yQWOvsXJgY5qHmiuw566HrrIseYHI ="
125
125
[mod ."golang .org/x/term" ]
126
126
version = " v0.25.0"
127
127
hash = " sha256-vwNqnxEcgeVxQxdKBUnkb7y9jg6LlNDJxfG1GugSeRQ="
You can’t perform that action at this time.
0 commit comments