Skip to content

Commit c9c079f

Browse files
chore(deps): update module golang.org/x/sys to v0.31.0 (#1257)
1 parent 88d5434 commit c9c079f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/mgechev/revive
22

3-
go 1.22.1
3+
go 1.23.0
4+
5+
toolchain go1.24.1
46

57
require (
68
github.com/BurntSushi/toml v1.4.0
@@ -22,6 +24,6 @@ require (
2224
github.com/mattn/go-runewidth v0.0.16 // indirect
2325
github.com/rivo/uniseg v0.4.7 // indirect
2426
github.com/stretchr/testify v1.10.0 // indirect
25-
golang.org/x/sys v0.30.0 // indirect
27+
golang.org/x/sys v0.31.0 // indirect
2628
golang.org/x/text v0.22.0 // indirect
2729
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ golang.org/x/mod v0.23.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
4242
golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w=
4343
golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
4444
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
45-
golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc=
46-
golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
45+
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
46+
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
4747
golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM=
4848
golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY=
4949
golang.org/x/tools v0.30.0 h1:BgcpHewrV5AUp2G9MebG4XPFI1E2W41zU1SaqVA9vJY=

0 commit comments

Comments
 (0)