Skip to content

Commit

Permalink
Merge pull request #1694 from sustainable-computing-io/dependabot/go_…
Browse files Browse the repository at this point in the history
…modules/go-dependencies-bb1f50d887

build(deps): bump the go-dependencies group across 1 directory with 11 updates
  • Loading branch information
dave-tucker authored Aug 15, 2024
2 parents 6858c58 + 2cbf24e commit 4e3e6c6
Show file tree
Hide file tree
Showing 302 changed files with 30,731 additions and 2,088 deletions.
41 changes: 21 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,26 @@ require (
github.com/HabanaAI/gohlml v1.16.0
github.com/NVIDIA/go-dcgm v0.0.0-20240118201113-3385e277e49f
github.com/NVIDIA/go-nvml v0.12.0-1
github.com/beevik/etree v1.4.0
github.com/cilium/ebpf v0.15.0
github.com/beevik/etree v1.4.1
github.com/cilium/ebpf v0.16.0
github.com/digitalocean/go-libvirt v0.0.0-20240709142323-d8406205c752
github.com/jaypipes/ghw v0.12.0
github.com/joho/godotenv v1.5.1
github.com/jszwec/csvutil v1.10.0
github.com/klauspost/cpuid/v2 v2.2.8
github.com/onsi/ginkgo/v2 v2.19.1
github.com/onsi/ginkgo/v2 v2.20.0
github.com/onsi/gomega v1.34.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.19.1
github.com/prometheus/prometheus v0.53.1
github.com/prometheus/client_golang v1.20.0
github.com/prometheus/prometheus v0.54.0
github.com/sirupsen/logrus v1.9.3
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
golang.org/x/sys v0.22.0
golang.org/x/time v0.5.0
golang.org/x/sys v0.23.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.29.7
k8s.io/apimachinery v0.29.7
k8s.io/client-go v0.29.7
k8s.io/klog/v2 v2.120.1
k8s.io/api v0.29.8
k8s.io/apimachinery v0.29.8
k8s.io/client-go v0.29.8
k8s.io/klog/v2 v2.130.1
)

require (
Expand All @@ -51,14 +50,15 @@ require (
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/pprof v0.0.0-20240528025155-186aa0362fba // indirect
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/jaypipes/pcidb v1.0.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/moby/spdystream v0.2.0 // indirect
Expand All @@ -68,17 +68,18 @@ require (
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.54.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/prometheus/common v0.55.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.9.0 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/oauth2 v0.21.0 // indirect
golang.org/x/term v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/tools v0.23.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
golang.org/x/term v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/time v0.6.0 // indirect
golang.org/x/tools v0.24.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
howett.net/plist v1.0.0 // indirect
Expand Down
96 changes: 54 additions & 42 deletions go.sum

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions vendor/github.com/beevik/etree/RELEASE_NOTES.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

140 changes: 69 additions & 71 deletions vendor/github.com/beevik/etree/etree.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4e3e6c6

Please sign in to comment.