Skip to content

Commit 91775df

Browse files
build(deps): bump the go-dependencies group across 1 directory with 6 updates
Bumps the go-dependencies group with 3 updates in the / directory: [github.com/cilium/ebpf](https://github.com/cilium/ebpf), [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) and [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus). Updates `github.com/cilium/ebpf` from 0.16.0 to 0.17.1 - [Release notes](https://github.com/cilium/ebpf/releases) - [Commits](cilium/ebpf@v0.16.0...v0.17.1) Updates `github.com/klauspost/cpuid/v2` from 2.2.8 to 2.2.9 - [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.9) Updates `github.com/prometheus/prometheus` from 0.54.1 to 0.300.1 - [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.300.1) Updates `k8s.io/api` from 0.29.9 to 0.31.1 - [Commits](kubernetes/api@v0.29.9...v0.31.1) Updates `k8s.io/apimachinery` from 0.29.9 to 0.31.1 - [Commits](kubernetes/apimachinery@v0.29.9...v0.31.1) Updates `k8s.io/client-go` from 0.29.9 to 0.31.1 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.29.9...v0.31.1) --- updated-dependencies: - dependency-name: github.com/cilium/ebpf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/klauspost/cpuid/v2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/prometheus/prometheus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b8c4eb commit 91775df

File tree

1,424 files changed

+86895
-39990
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,424 files changed

+86895
-39990
lines changed

go.mod

+17-16
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.22.5
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
1110
github.com/beevik/etree v1.4.1
12-
github.com/cilium/ebpf v0.16.0
11+
github.com/cilium/ebpf v0.17.1
1312
github.com/digitalocean/go-libvirt v0.0.0-20240709142323-d8406205c752
1413
github.com/jaypipes/ghw v0.13.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
16+
github.com/klauspost/cpuid/v2 v2.2.9
1817
github.com/onsi/ginkgo/v2 v2.20.1
1918
github.com/onsi/gomega v1.34.1
2019
github.com/pkg/errors v0.9.1
2120
github.com/prometheus/client_golang v1.20.5
22-
github.com/prometheus/prometheus v0.54.1
21+
github.com/prometheus/prometheus v0.300.1
2322
github.com/shirou/gopsutil v3.21.11+incompatible
2423
github.com/sirupsen/logrus v1.9.3
2524
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
2625
golang.org/x/sys v0.28.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.31.1
28+
k8s.io/apimachinery v0.31.1
29+
k8s.io/client-go v0.31.1
3130
k8s.io/klog/v2 v2.130.1
3231
)
3332

@@ -39,6 +38,7 @@ 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
4444
github.com/go-openapi/jsonpointer v0.20.2 // indirect
@@ -58,37 +58,38 @@ require (
5858
github.com/jaypipes/pcidb v1.0.1 // indirect
5959
github.com/josharian/intern v1.0.0 // indirect
6060
github.com/json-iterator/go v1.1.12 // indirect
61-
github.com/klauspost/compress v1.17.9 // indirect
61+
github.com/klauspost/compress v1.17.10 // indirect
6262
github.com/mailru/easyjson v0.7.7 // indirect
6363
github.com/mitchellh/go-homedir v1.1.0 // indirect
64-
github.com/moby/spdystream v0.2.0 // indirect
64+
github.com/moby/spdystream v0.4.0 // indirect
6565
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6666
github.com/modern-go/reflect2 v1.0.2 // indirect
6767
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6868
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
6969
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
7070
github.com/prometheus/client_model v0.6.1 // indirect
71-
github.com/prometheus/common v0.55.0 // indirect
71+
github.com/prometheus/common v0.60.1 // indirect
7272
github.com/prometheus/procfs v0.15.1 // indirect
7373
github.com/spf13/pflag v1.0.5 // indirect
7474
github.com/stretchr/testify v1.9.0 // indirect
7575
github.com/tklauser/go-sysconf v0.3.14 // indirect
7676
github.com/tklauser/numcpus v0.8.0 // indirect
77+
github.com/x448/float16 v0.8.4 // indirect
7778
github.com/yusufpapurcu/wmi v1.2.4 // indirect
7879
golang.org/x/crypto v0.31.0 // indirect
79-
golang.org/x/net v0.28.0 // indirect
80-
golang.org/x/oauth2 v0.21.0 // indirect
80+
golang.org/x/net v0.30.0 // indirect
81+
golang.org/x/oauth2 v0.23.0 // indirect
8182
golang.org/x/term v0.27.0 // indirect
8283
golang.org/x/text v0.21.0 // indirect
8384
golang.org/x/time v0.6.0 // indirect
84-
golang.org/x/tools v0.24.0 // indirect
85+
golang.org/x/tools v0.26.0 // indirect
8586
google.golang.org/protobuf v1.34.2 // indirect
8687
gopkg.in/inf.v0 v0.9.1 // indirect
8788
gopkg.in/yaml.v2 v2.4.0 // indirect
8889
howett.net/plist v1.0.0 // indirect
8990
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
90-
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
91+
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
9192
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
9293
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
93-
sigs.k8s.io/yaml v1.3.0 // indirect
94+
sigs.k8s.io/yaml v1.4.0 // indirect
9495
)

go.sum

+86-36
Large diffs are not rendered by default.

vendor/github.com/cilium/ebpf/.golangci.yaml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/ebpf/CODEOWNERS

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/ebpf/Makefile

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/ebpf/README.md

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/ebpf/asm/instruction.go

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/ebpf/btf/btf.go

+19-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/ebpf/btf/btf_types.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)