Skip to content

Commit c2036d3

Browse files
build(deps): bump the go-dependencies group across 1 directory with 11 updates
Bumps the go-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/beevik/etree](https://github.com/beevik/etree) | `1.4.1` | `1.5.1` | | [github.com/cilium/ebpf](https://github.com/cilium/ebpf) | `0.16.0` | `0.18.0` | | [github.com/jaypipes/ghw](https://github.com/jaypipes/ghw) | `0.13.0` | `0.16.0` | | [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.8` | `2.2.10` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.5` | `1.22.0` | | [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) | `0.54.1` | `0.303.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.30.0` | `0.32.0` | Updates `github.com/beevik/etree` from 1.4.1 to 1.5.1 - [Release notes](https://github.com/beevik/etree/releases) - [Changelog](https://github.com/beevik/etree/blob/main/RELEASE_NOTES.md) - [Commits](beevik/etree@v1.4.1...v1.5.1) Updates `github.com/cilium/ebpf` from 0.16.0 to 0.18.0 - [Release notes](https://github.com/cilium/ebpf/releases) - [Commits](cilium/ebpf@v0.16.0...v0.18.0) Updates `github.com/jaypipes/ghw` from 0.13.0 to 0.16.0 - [Release notes](https://github.com/jaypipes/ghw/releases) - [Commits](jaypipes/ghw@v0.13.0...v0.16.0) Updates `github.com/klauspost/cpuid/v2` from 2.2.8 to 2.2.10 - [Release notes](https://github.com/klauspost/cpuid/releases) - [Changelog](https://github.com/klauspost/cpuid/blob/master/.goreleaser.yml) - [Commits](klauspost/cpuid@v2.2.8...v2.2.10) Updates `github.com/prometheus/client_golang` from 1.20.5 to 1.22.0 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.20.5...v1.22.0) Updates `github.com/prometheus/prometheus` from 0.54.1 to 0.303.0 - [Release notes](https://github.com/prometheus/prometheus/releases) - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md) - [Commits](prometheus/prometheus@v0.54.1...v0.303.0) Updates `golang.org/x/exp` from 0.0.0-20240719175910-8a7402abbf56 to 0.0.0-20250106191152-7588d65b2ba8 - [Commits](https://github.com/golang/exp/commits) Updates `golang.org/x/sys` from 0.30.0 to 0.32.0 - [Commits](golang/sys@v0.30.0...v0.32.0) Updates `k8s.io/api` from 0.29.9 to 0.32.2 - [Commits](kubernetes/api@v0.29.9...v0.32.2) Updates `k8s.io/apimachinery` from 0.29.9 to 0.32.2 - [Commits](kubernetes/apimachinery@v0.29.9...v0.32.2) Updates `k8s.io/client-go` from 0.29.9 to 0.32.2 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.29.9...v0.32.2) --- updated-dependencies: - dependency-name: github.com/beevik/etree dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/cilium/ebpf dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/jaypipes/ghw dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/klauspost/cpuid/v2 dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/prometheus/client_golang dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/prometheus/prometheus dependency-version: 0.303.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/exp dependency-version: 0.0.0-20250106191152-7588d65b2ba8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: golang.org/x/sys dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: k8s.io/api dependency-version: 0.32.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: k8s.io/apimachinery dependency-version: 0.32.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: k8s.io/client-go dependency-version: 0.32.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4093423 commit c2036d3

File tree

1,967 files changed

+129789
-84828
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,967 files changed

+129789
-84828
lines changed

go.mod

+37-38
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,32 @@
11
module github.com/sustainable-computing-io/kepler
22

33
go 1.21.0
4-
5-
toolchain go1.21.9
4+
toolchain go1.24.1
65

76
require (
87
github.com/HabanaAI/gohlml v1.16.0
98
github.com/NVIDIA/go-dcgm v0.0.0-20240118201113-3385e277e49f
109
github.com/NVIDIA/go-nvml v0.12.0-1
11-
github.com/beevik/etree v1.4.1
12-
github.com/cilium/ebpf v0.16.0
10+
github.com/beevik/etree v1.5.1
11+
github.com/cilium/ebpf v0.18.0
1312
github.com/digitalocean/go-libvirt v0.0.0-20240709142323-d8406205c752
14-
github.com/jaypipes/ghw v0.13.0
13+
github.com/jaypipes/ghw v0.16.0
1514
github.com/joho/godotenv v1.5.1
1615
github.com/jszwec/csvutil v1.10.0
17-
github.com/klauspost/cpuid/v2 v2.2.8
18-
github.com/onsi/ginkgo/v2 v2.20.1
19-
github.com/onsi/gomega v1.34.1
16+
github.com/klauspost/cpuid/v2 v2.2.10
17+
github.com/onsi/ginkgo/v2 v2.21.0
18+
github.com/onsi/gomega v1.35.1
2019
github.com/pkg/errors v0.9.1
21-
github.com/prometheus/client_golang v1.20.5
22-
github.com/prometheus/prometheus v0.54.1
20+
github.com/prometheus/client_golang v1.22.0
21+
github.com/prometheus/prometheus v0.303.0
2322
github.com/shirou/gopsutil v3.21.11+incompatible
2423
github.com/sirupsen/logrus v1.9.3
25-
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
26-
golang.org/x/sys v0.30.0
24+
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
25+
golang.org/x/sys v0.32.0
2726
gopkg.in/yaml.v3 v3.0.1
28-
k8s.io/api v0.29.9
29-
k8s.io/apimachinery v0.29.9
30-
k8s.io/client-go v0.29.9
27+
k8s.io/api v0.32.2
28+
k8s.io/apimachinery v0.32.2
29+
k8s.io/client-go v0.32.2
3130
k8s.io/klog/v2 v2.130.1
3231
)
3332

@@ -39,56 +38,56 @@ require (
3938
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4039
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4140
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
41+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
4242
github.com/go-logr/logr v1.4.2 // indirect
4343
github.com/go-ole/go-ole v1.2.6 // indirect
44-
github.com/go-openapi/jsonpointer v0.20.2 // indirect
45-
github.com/go-openapi/jsonreference v0.20.4 // indirect
46-
github.com/go-openapi/swag v0.22.9 // indirect
44+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
45+
github.com/go-openapi/jsonreference v0.21.0 // indirect
46+
github.com/go-openapi/swag v0.23.0 // indirect
4747
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
4848
github.com/gogo/protobuf v1.3.2 // indirect
4949
github.com/golang/protobuf v1.5.4 // indirect
5050
github.com/google/gnostic-models v0.6.8 // indirect
51-
github.com/google/go-cmp v0.6.0 // indirect
51+
github.com/google/go-cmp v0.7.0 // indirect
5252
github.com/google/gofuzz v1.2.0 // indirect
53-
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
53+
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
5454
github.com/google/uuid v1.6.0 // indirect
5555
github.com/gorilla/websocket v1.5.0 // indirect
5656
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
57-
github.com/imdario/mergo v0.3.16 // indirect
5857
github.com/jaypipes/pcidb v1.0.1 // indirect
5958
github.com/josharian/intern v1.0.0 // indirect
6059
github.com/json-iterator/go v1.1.12 // indirect
61-
github.com/klauspost/compress v1.17.9 // indirect
6260
github.com/mailru/easyjson v0.7.7 // indirect
6361
github.com/mitchellh/go-homedir v1.1.0 // indirect
64-
github.com/moby/spdystream v0.2.0 // indirect
62+
github.com/moby/spdystream v0.5.0 // indirect
6563
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6664
github.com/modern-go/reflect2 v1.0.2 // indirect
6765
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6866
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
6967
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
7068
github.com/prometheus/client_model v0.6.1 // indirect
71-
github.com/prometheus/common v0.55.0 // indirect
69+
github.com/prometheus/common v0.62.0 // indirect
7270
github.com/prometheus/procfs v0.15.1 // indirect
7371
github.com/spf13/pflag v1.0.5 // indirect
74-
github.com/stretchr/testify v1.9.0 // indirect
72+
github.com/stretchr/testify v1.10.0 // indirect
7573
github.com/tklauser/go-sysconf v0.3.14 // indirect
7674
github.com/tklauser/numcpus v0.8.0 // indirect
75+
github.com/x448/float16 v0.8.4 // indirect
7776
github.com/yusufpapurcu/wmi v1.2.4 // indirect
78-
golang.org/x/crypto v0.33.0 // indirect
79-
golang.org/x/net v0.35.0 // indirect
80-
golang.org/x/oauth2 v0.21.0 // indirect
77+
golang.org/x/crypto v0.35.0 // indirect
78+
golang.org/x/net v0.36.0 // indirect
79+
golang.org/x/oauth2 v0.27.0 // indirect
8180
golang.org/x/term v0.29.0 // indirect
82-
golang.org/x/text v0.22.0 // indirect
83-
golang.org/x/time v0.6.0 // indirect
84-
golang.org/x/tools v0.24.0 // indirect
85-
google.golang.org/protobuf v1.34.2 // indirect
81+
golang.org/x/text v0.23.0 // indirect
82+
golang.org/x/time v0.10.0 // indirect
83+
golang.org/x/tools v0.30.0 // indirect
84+
google.golang.org/protobuf v1.36.5 // indirect
85+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
8686
gopkg.in/inf.v0 v0.9.1 // indirect
87-
gopkg.in/yaml.v2 v2.4.0 // indirect
8887
howett.net/plist v1.0.0 // indirect
89-
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
90-
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
91-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
92-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
93-
sigs.k8s.io/yaml v1.3.0 // indirect
88+
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
89+
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
90+
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
91+
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
92+
sigs.k8s.io/yaml v1.4.0 // indirect
9493
)

0 commit comments

Comments
 (0)