Skip to content

Commit 59755c1

Browse files
Bump the go-dependencies group with 4 updates
Bumps the go-dependencies group with 4 updates: [github.com/ironcore-dev/ironcore-image](https://github.com/ironcore-dev/ironcore-image), [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo), [github.com/onsi/gomega](https://github.com/onsi/gomega) and [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil). Updates `github.com/ironcore-dev/ironcore-image` from 0.2.5 to 0.2.6 - [Release notes](https://github.com/ironcore-dev/ironcore-image/releases) - [Commits](ironcore-dev/ironcore-image@v0.2.5...v0.2.6) Updates `github.com/onsi/ginkgo/v2` from 2.27.5 to 2.28.1 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.27.5...v2.28.1) Updates `github.com/onsi/gomega` from 1.39.0 to 1.39.1 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.39.0...v1.39.1) Updates `github.com/shirou/gopsutil/v4` from 4.25.12 to 4.26.1 - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](shirou/gopsutil@v4.25.12...v4.26.1) --- updated-dependencies: - dependency-name: github.com/ironcore-dev/ironcore-image dependency-version: 0.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.28.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/onsi/gomega dependency-version: 1.39.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/shirou/gopsutil/v4 dependency-version: 4.26.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 86fadc6 commit 59755c1

File tree

2 files changed

+84
-72
lines changed

2 files changed

+84
-72
lines changed

go.mod

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ require (
1010
github.com/google/uuid v1.6.0
1111
github.com/ironcore-dev/controller-utils v0.10.0
1212
github.com/ironcore-dev/ironcore v0.2.5-0.20251024123813-eecafba97af9
13-
github.com/ironcore-dev/ironcore-image v0.2.5
13+
github.com/ironcore-dev/ironcore-image v0.2.6
1414
github.com/ironcore-dev/ironcore-net v0.2.4
1515
github.com/ironcore-dev/provider-utils v0.0.0-20251010114402-394db8015df4
1616
github.com/moby/term v0.5.2
17-
github.com/onsi/ginkgo/v2 v2.27.5
18-
github.com/onsi/gomega v1.39.0
17+
github.com/onsi/ginkgo/v2 v2.28.1
18+
github.com/onsi/gomega v1.39.1
1919
github.com/prometheus/client_golang v1.23.2
20-
github.com/shirou/gopsutil/v4 v4.25.12
20+
github.com/shirou/gopsutil/v4 v4.26.1
2121
github.com/spf13/cobra v1.10.2
2222
github.com/spf13/pflag v1.0.10
2323
golang.org/x/sync v0.19.0
@@ -37,19 +37,19 @@ require (
3737
github.com/Masterminds/semver/v3 v3.4.0 // indirect
3838
github.com/beorn7/perks v1.0.1 // indirect
3939
github.com/cespare/xxhash/v2 v2.3.0 // indirect
40-
github.com/containerd/containerd v1.7.29 // indirect
40+
github.com/containerd/containerd v1.7.30 // indirect
4141
github.com/containerd/errdefs v1.0.0 // indirect
4242
github.com/containerd/errdefs/pkg v0.3.0 // indirect
4343
github.com/containerd/log v0.1.0 // indirect
4444
github.com/containerd/platforms v0.2.1 // indirect
4545
github.com/creack/pty v1.1.21 // indirect
4646
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4747
github.com/distribution/reference v0.6.0 // indirect
48-
github.com/docker/cli v28.0.4+incompatible // indirect
48+
github.com/docker/cli v28.5.1+incompatible // indirect
4949
github.com/docker/distribution v2.8.3+incompatible // indirect
50-
github.com/docker/docker v28.0.4+incompatible // indirect
50+
github.com/docker/docker v28.5.1+incompatible // indirect
5151
github.com/docker/docker-credential-helpers v0.9.3 // indirect
52-
github.com/docker/go-connections v0.5.0 // indirect
52+
github.com/docker/go-connections v0.6.0 // indirect
5353
github.com/docker/go-metrics v0.0.1 // indirect
5454
github.com/ebitengine/purego v0.9.1 // indirect
5555
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
@@ -68,7 +68,7 @@ require (
6868
github.com/google/btree v1.1.3 // indirect
6969
github.com/google/gnostic-models v0.7.0 // indirect
7070
github.com/google/go-cmp v0.7.0 // indirect
71-
github.com/google/pprof v0.0.0-20250820193118-f64d9cf942d6 // indirect
71+
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
7272
github.com/gorilla/mux v1.8.1 // indirect
7373
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
7474
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -104,18 +104,18 @@ require (
104104
go.opentelemetry.io/otel/metric v1.38.0 // indirect
105105
go.opentelemetry.io/otel/trace v1.38.0 // indirect
106106
go.uber.org/multierr v1.11.0 // indirect
107-
go.uber.org/zap v1.27.0 // indirect
107+
go.uber.org/zap v1.27.1 // indirect
108108
go.yaml.in/yaml/v2 v2.4.2 // indirect
109109
go.yaml.in/yaml/v3 v3.0.4 // indirect
110-
golang.org/x/crypto v0.45.0 // indirect
111-
golang.org/x/mod v0.29.0 // indirect
112-
golang.org/x/net v0.47.0 // indirect
110+
golang.org/x/crypto v0.47.0 // indirect
111+
golang.org/x/mod v0.32.0 // indirect
112+
golang.org/x/net v0.49.0 // indirect
113113
golang.org/x/oauth2 v0.32.0 // indirect
114-
golang.org/x/sys v0.38.0 // indirect
115-
golang.org/x/term v0.37.0 // indirect
116-
golang.org/x/text v0.31.0 // indirect
114+
golang.org/x/sys v0.40.0 // indirect
115+
golang.org/x/term v0.39.0 // indirect
116+
golang.org/x/text v0.33.0 // indirect
117117
golang.org/x/time v0.12.0 // indirect
118-
golang.org/x/tools v0.38.0 // indirect
118+
golang.org/x/tools v0.41.0 // indirect
119119
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
120120
google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect
121121
google.golang.org/protobuf v1.36.10 // indirect
@@ -127,7 +127,7 @@ require (
127127
k8s.io/cli-runtime v0.34.1 // indirect
128128
k8s.io/klog/v2 v2.130.1 // indirect
129129
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
130-
oras.land/oras-go v1.2.6 // indirect
130+
oras.land/oras-go v1.2.7 // indirect
131131
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
132132
sigs.k8s.io/randfill v1.0.0 // indirect
133133
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect

0 commit comments

Comments
 (0)