File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
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.4.2
17
17
golang.org/x/sync v0.16.0
18
- golang.org/x/sys v0.34 .0
18
+ golang.org/x/sys v0.35 .0
19
19
mvdan.cc/sh/v3 v3.12.0
20
20
)
21
21
Original file line number Diff line number Diff line change @@ -116,6 +116,8 @@ golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
116
116
golang.org/x/sys v0.33.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
117
117
golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA =
118
118
golang.org/x/sys v0.34.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
119
+ golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI =
120
+ golang.org/x/sys v0.35.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
119
121
golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU =
120
122
golang.org/x/term v0.29.0 /go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s =
121
123
golang.org/x/term v0.32.0 h1:DR4lr0TjUs3epypdhTOkMmuF5CDFJ/8pOnbzMZPQ7bg =
Original file line number Diff line number Diff line change 32
32
] ;
33
33
} ;
34
34
35
- vendorHash = "sha256-/kF6XqlRr7x5RCQMWbStDaEOIH19h/uEpApXssS+X/A =" ;
35
+ vendorHash = "sha256-OkqO9rC4K2JOT/yoSU2dBKs1KbJO4lo/AtrvJsvS/Rg =" ;
36
36
37
37
env . CGO_ENABLED = 0 ;
38
38
You can’t perform that action at this time.
0 commit comments