Skip to content

Commit 8be5446

Browse files
build(deps): bump the all group across 1 directory with 5 updates
Bumps the all group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.25.2` | `2.25.3` | | [github.com/rabbitmq/rabbitmq-stream-go-client](https://github.com/rabbitmq/rabbitmq-stream-go-client) | `1.5.8` | `1.6.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.27.0` | `0.28.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.43.0` | `0.44.0` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.34.0` | `0.34.1` | Updates `github.com/onsi/ginkgo/v2` from 2.25.2 to 2.25.3 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.25.2...v2.25.3) Updates `github.com/rabbitmq/rabbitmq-stream-go-client` from 1.5.8 to 1.6.0 - [Release notes](https://github.com/rabbitmq/rabbitmq-stream-go-client/releases) - [Changelog](https://github.com/rabbitmq/rabbitmq-stream-go-client/blob/main/.goreleaser.yml) - [Commits](rabbitmq/rabbitmq-stream-go-client@v1.5.8...v1.6.0) Updates `golang.org/x/mod` from 0.27.0 to 0.28.0 - [Commits](golang/mod@v0.27.0...v0.28.0) Updates `golang.org/x/net` from 0.43.0 to 0.44.0 - [Commits](golang/net@v0.43.0...v0.44.0) Updates `k8s.io/apimachinery` from 0.34.0 to 0.34.1 - [Commits](kubernetes/apimachinery@v0.34.0...v0.34.1) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.25.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: github.com/rabbitmq/rabbitmq-stream-go-client dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: golang.org/x/mod dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: golang.org/x/net dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: k8s.io/apimachinery dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent adac80b commit 8be5446

File tree

2 files changed

+33
-99
lines changed

2 files changed

+33
-99
lines changed

go.mod

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ require (
88
github.com/go-logr/logr v1.4.3
99
github.com/go-stomp/stomp v2.1.4+incompatible
1010
github.com/michaelklishin/rabbit-hole/v2 v2.16.0
11-
github.com/onsi/ginkgo/v2 v2.25.2
11+
github.com/onsi/ginkgo/v2 v2.25.3
1212
github.com/onsi/gomega v1.38.2
1313
github.com/rabbitmq/amqp091-go v1.10.0
14-
github.com/rabbitmq/rabbitmq-stream-go-client v1.5.8
15-
golang.org/x/mod v0.27.0
16-
golang.org/x/net v0.43.0
14+
github.com/rabbitmq/rabbitmq-stream-go-client v1.6.0
15+
golang.org/x/mod v0.28.0
16+
golang.org/x/net v0.44.0
1717
golang.org/x/text v0.29.0
1818
gopkg.in/ini.v1 v1.67.0
1919
k8s.io/api v0.34.0
20-
k8s.io/apimachinery v0.34.0
20+
k8s.io/apimachinery v0.34.1
2121
k8s.io/client-go v0.34.0
2222
k8s.io/klog/v2 v2.130.1
2323
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d
@@ -89,7 +89,6 @@ require (
8989
github.com/google/gnostic-models v0.7.0 // indirect
9090
github.com/google/go-cmp v0.7.0 // indirect
9191
github.com/google/pprof v0.0.0-20250820193118-f64d9cf942d6 // indirect
92-
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
9392
github.com/google/uuid v1.6.0 // indirect
9493
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
9594
github.com/gosuri/uitable v0.0.4 // indirect
@@ -156,15 +155,13 @@ require (
156155
go.uber.org/zap v1.27.0 // indirect
157156
go.yaml.in/yaml/v2 v2.4.2 // indirect
158157
go.yaml.in/yaml/v3 v3.0.4 // indirect
159-
golang.org/x/crypto v0.41.0 // indirect
158+
golang.org/x/crypto v0.42.0 // indirect
160159
golang.org/x/oauth2 v0.31.0 // indirect
161160
golang.org/x/sync v0.17.0 // indirect
162161
golang.org/x/sys v0.36.0 // indirect
163162
golang.org/x/term v0.35.0 // indirect
164163
golang.org/x/time v0.13.0 // indirect
165164
golang.org/x/tools v0.36.0 // indirect
166-
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect
167-
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
168165
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
169166
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
170167
google.golang.org/grpc v1.72.1 // indirect

0 commit comments

Comments
 (0)