Skip to content

Commit ffac734

Browse files
chore(deps): bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.23.3 to 2.23.4. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.23.3...v2.23.4) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.23.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fbe52b5 commit ffac734

File tree

2 files changed

+38
-49
lines changed

2 files changed

+38
-49
lines changed

go.mod

+12-12
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ require (
99
github.com/benbjohnson/clock v1.3.5
1010
github.com/c-robinson/iplib v1.0.8
1111
github.com/cenkalti/backoff/v4 v4.3.0
12-
github.com/cenkalti/backoff/v5 v5.0.2
1312
github.com/creachadair/otp v0.5.0
1413
github.com/google/gopacket v1.1.19
1514
github.com/hashicorp/golang-lru v1.0.2
@@ -23,15 +22,15 @@ require (
2322
github.com/mudler/go-processmanager v0.0.0-20240820160718-8b802d3ecf82
2423
github.com/mudler/water v0.0.0-20221010214108-8c7313014ce0
2524
github.com/multiformats/go-multiaddr v0.15.0
26-
github.com/onsi/ginkgo/v2 v2.23.3
27-
github.com/onsi/gomega v1.36.2
25+
github.com/onsi/ginkgo/v2 v2.23.4
26+
github.com/onsi/gomega v1.36.3
2827
github.com/peterbourgon/diskv v2.0.1+incompatible
2928
github.com/pkg/errors v0.9.1
3029
github.com/songgao/packets v0.0.0-20160404182456-549a10cd4091
3130
github.com/urfave/cli/v2 v2.27.6
3231
github.com/vishvananda/netlink v1.3.0
3332
go.uber.org/zap v1.27.0
34-
golang.org/x/sys v0.31.0
33+
golang.org/x/sys v0.32.0
3534
golang.zx2c4.com/wireguard/windows v0.5.3
3635
gopkg.in/yaml.v2 v2.4.0
3736
)
@@ -60,8 +59,8 @@ require (
6059
github.com/godbus/dbus/v5 v5.1.0 // indirect
6160
github.com/gogo/protobuf v1.3.2 // indirect
6261
github.com/google/btree v1.1.2 // indirect
63-
github.com/google/go-cmp v0.6.0 // indirect
64-
github.com/google/pprof v0.0.0-20250208200701-d0013a598941 // indirect
62+
github.com/google/go-cmp v0.7.0 // indirect
63+
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
6564
github.com/google/uuid v1.6.0 // indirect
6665
github.com/gorilla/websocket v1.5.3 // indirect
6766
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
@@ -160,17 +159,18 @@ require (
160159
go.opentelemetry.io/otel v1.34.0 // indirect
161160
go.opentelemetry.io/otel/metric v1.34.0 // indirect
162161
go.opentelemetry.io/otel/trace v1.34.0 // indirect
162+
go.uber.org/automaxprocs v1.6.0 // indirect
163163
go.uber.org/dig v1.18.0 // indirect
164164
go.uber.org/fx v1.23.0 // indirect
165165
go.uber.org/mock v0.5.0 // indirect
166166
go.uber.org/multierr v1.11.0 // indirect
167-
golang.org/x/crypto v0.35.0 // indirect
167+
golang.org/x/crypto v0.36.0 // indirect
168168
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa // indirect
169-
golang.org/x/mod v0.23.0 // indirect
170-
golang.org/x/net v0.35.0 // indirect
171-
golang.org/x/sync v0.11.0 // indirect
172-
golang.org/x/text v0.22.0 // indirect
173-
golang.org/x/tools v0.30.0 // indirect
169+
golang.org/x/mod v0.24.0 // indirect
170+
golang.org/x/net v0.37.0 // indirect
171+
golang.org/x/sync v0.12.0 // indirect
172+
golang.org/x/text v0.23.0 // indirect
173+
golang.org/x/tools v0.31.0 // indirect
174174
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
175175
golang.zx2c4.com/wireguard v0.0.0-20220703234212-c31a7b1ab478 // indirect
176176
gonum.org/v1/gonum v0.15.1 // indirect

0 commit comments

Comments
 (0)