Bump golang.org/x/sys from 0.47.0 to 0.48.0

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.47.0 to 0.48.0.
- [Commits](https://github.com/golang/sys/compare/v0.47.0...v0.48.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-version: 0.48.0
  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]
2026-09-14 03:15:27 +00:00
committed by GitHub
parent f4181075a9
commit 810d0362f3
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
module github.com/ClusterCockpit/cc-metric-collector
go 1.25.0
go 1.26.0
require (
github.com/ClusterCockpit/cc-lib/v2 v2.13.0
@@ -10,7 +10,7 @@ require (
github.com/fsnotify/fsnotify v1.10.1
github.com/tklauser/go-sysconf v0.4.0
golang.design/x/runtime v0.3.0
golang.org/x/sys v0.47.0
golang.org/x/sys v0.48.0
)
require (