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 (
1515 github.com/stretchr/testify v1.10.0
1616 go.etcd.io/bbolt v1.3.11
1717 golang.org/x/sync v0.10.0
18- golang.org/x/sys v0.28 .0
18+ golang.org/x/sys v0.29 .0
1919 mvdan.cc/sh/v3 v3.10.0
2020)
2121
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=
129129golang.org/x/sys v0.27.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
130130golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA =
131131golang.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 =
132134golang.org/x/term v0.24.0 h1:Mh5cbb+Zk2hqqXNO7S1iTjEphVL+jb8ZWaqh/g+JWkM =
133135golang.org/x/term v0.24.0 /go.mod h1:lOBK/LVxemqiMij05LGJ0tzNr8xlmwBRJ81PX6wVLH8 =
134136golang.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
120120 version = " v0.10.0"
121121 hash = " sha256-HWruKClrdoBKVdxKCyoazxeQV4dIYLdkHekQvx275/o="
122122 [mod ."golang .org/x/sys" ]
123- version = " v0.28 .0"
124- hash = " sha256-kzSlDo5FKsQU9cLefIt2dueGUfz9XuEW+mGSGlPATGc ="
123+ version = " v0.29 .0"
124+ hash = " sha256-qfsodJQ1H1CBI8yQWOvsXJgY5qHmiuw566HrrIseYHI ="
125125 [mod ."golang .org/x/term" ]
126126 version = " v0.25.0"
127127 hash = " sha256-vwNqnxEcgeVxQxdKBUnkb7y9jg6LlNDJxfG1GugSeRQ="
You can’t perform that action at this time.
0 commit comments