1
0
mirror of https://github.com/mgechev/revive.git synced 2025-10-30 23:37:49 +02:00

chore(deps): update module golang.org/x/sys to v0.37.0

This commit is contained in:
renovate[bot]
2025-10-08 14:30:07 +00:00
committed by GitHub
parent c603da3180
commit 3d842122e0

2
go.mod
View File

@@ -20,7 +20,7 @@ require (
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.35.0 // indirect
golang.org/x/sys v0.37.0 // indirect
golang.org/x/text v0.28.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)