Skip to content

Commit

Permalink
build(deps): bump golang.org/x/sys from 0.30.0 to 0.31.0 in /eng/_util
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.30.0 to 0.31.0.
- [Commits](golang/sys@v0.30.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 6, 2025
1 parent 8ee8c1c commit ece5250
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion eng/_util/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
module github.com/microsoft/go/_util

go 1.22.0
toolchain go1.23.7

require (
github.com/microsoft/go-infra v0.0.7-0.20250217095817-3d02b2f77127
github.com/microsoft/go-infra/goinstallscript v0.0.0-20250210150554-f31015b54477
golang.org/x/sys v0.30.0
golang.org/x/sys v0.31.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions eng/_util/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ github.com/microsoft/go-infra v0.0.7-0.20250217095817-3d02b2f77127 h1:nb0pU3pHQU
github.com/microsoft/go-infra v0.0.7-0.20250217095817-3d02b2f77127/go.mod h1:TYHdrIvfN+aAbpD0KYTK7zUMHu/HjOr3FSjpLtuLA2k=
github.com/microsoft/go-infra/goinstallscript v0.0.0-20250210150554-f31015b54477 h1:wTb+eE4fmHYaHok8MROCDSNBprhBPlj5IAx3KP4MGfU=
github.com/microsoft/go-infra/goinstallscript v0.0.0-20250210150554-f31015b54477/go.mod h1:SFsdKAEHdmGsGoh8FkksVaxoQ3rnnJ/TBqN09Ml/0Cw=
golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc=
golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM=
golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY=
golang.org/x/tools v0.30.0 h1:BgcpHewrV5AUp2G9MebG4XPFI1E2W41zU1SaqVA9vJY=
Expand Down

0 comments on commit ece5250

Please sign in to comment.