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 11module github.com/numtide/treefmt/v2
22
3- go 1.24
3+ go 1.24.0
44
55require (
66 github.com/BurntSushi/toml v1.5.0
@@ -15,7 +15,7 @@ require (
1515 github.com/stretchr/testify v1.11.1
1616 go.etcd.io/bbolt v1.4.2
1717 golang.org/x/sync v0.16.0
18- golang.org/x/sys v0.35 .0
18+ golang.org/x/sys v0.36 .0
1919 mvdan.cc/sh/v3 v3.12.0
2020)
2121
Original file line number Diff line number Diff line change @@ -120,6 +120,8 @@ golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA=
120120golang.org/x/sys v0.34.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
121121golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI =
122122golang.org/x/sys v0.35.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
123+ golang.org/x/sys v0.36.0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k =
124+ golang.org/x/sys v0.36.0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
123125golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU =
124126golang.org/x/term v0.29.0 /go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s =
125127golang.org/x/term v0.32.0 h1:DR4lr0TjUs3epypdhTOkMmuF5CDFJ/8pOnbzMZPQ7bg =
Original file line number Diff line number Diff line change 3232 ] ;
3333 } ;
3434
35- vendorHash = "sha256-uqQDnV11M5WIT5Wr/zmJKHPGKsZ1KJPSz/LbfB7qhFU =" ;
35+ vendorHash = "sha256-v3GW4QyQ0Xt9oDcC1ET/UQJiMXchaGhyQtFqAlx0Fz4 =" ;
3636
3737 env . CGO_ENABLED = 0 ;
3838
You can’t perform that action at this time.
0 commit comments