build(deps): bump golang.org/x/sys from 0.27.0 to 0.28.0

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.27.0 to 0.28.0.
- [Commits](https://github.com/golang/sys/compare/v0.27.0...v0.28.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-12-12 09:08:29 +00:00
committed by Nicolas De loof
parent 8e0520e71e
commit f8ce0f04e6
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -55,7 +55,7 @@ require (
go.uber.org/mock v0.5.0
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
golang.org/x/sync v0.10.0
golang.org/x/sys v0.27.0
golang.org/x/sys v0.28.0
google.golang.org/grpc v1.68.0
gopkg.in/yaml.v3 v3.0.1
gotest.tools/v3 v3.5.1