Bump github.com/ClusterCockpit/go-rocm-smi from 0.4.0 to 0.5.0

Bumps [github.com/ClusterCockpit/go-rocm-smi](https://github.com/ClusterCockpit/go-rocm-smi) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/ClusterCockpit/go-rocm-smi/releases)
- [Commits](https://github.com/ClusterCockpit/go-rocm-smi/compare/v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: github.com/ClusterCockpit/go-rocm-smi
  dependency-version: 0.5.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-04-06 03:19:01 +00:00
committed by GitHub
parent 0ecf06cee7
commit 24105c79df
2 changed files with 4 additions and 13 deletions

4
go.mod
View File

@@ -1,10 +1,10 @@
module github.com/ClusterCockpit/cc-metric-collector
go 1.25.0
go 1.25.8
require (
github.com/ClusterCockpit/cc-lib/v2 v2.11.0
github.com/ClusterCockpit/go-rocm-smi v0.4.0
github.com/ClusterCockpit/go-rocm-smi v0.5.0
github.com/NVIDIA/go-nvml v0.13.0-1
github.com/PaesslerAG/gval v1.2.4
github.com/fsnotify/fsnotify v1.9.0