chore(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0 in the go-all group (#2620)

chore(deps): bump golang.org/x/sys in the go-all group

Bumps the go-all group with 1 update: [golang.org/x/sys](https://github.com/golang/sys).


Updates `golang.org/x/sys` from 0.32.0 to 0.33.0
- [Commits](https://github.com/golang/sys/compare/v0.32.0...v0.33.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-05-06 18:08:17 +02:00
committed by GitHub
parent c6a2226ce1
commit 98be3fec97
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -13,7 +13,7 @@ require (
github.com/leonelquinteros/gotext v1.7.1
github.com/stretchr/testify v1.10.0
golang.org/x/net v0.39.0
golang.org/x/sys v0.32.0
golang.org/x/sys v0.33.0
golang.org/x/term v0.31.0
gopkg.in/h2non/gock.v1 v1.1.2
)