Skip to content

Commit ffc25a0

Browse files
Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.27.2 (#413)
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.21.0 to 2.27.2. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.21.0...v2.27.2) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.27.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5e0300 commit ffc25a0

File tree

398 files changed

+61068
-3213
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

398 files changed

+61068
-3213
lines changed

go.mod

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ require (
88
github.com/j-keck/arping v1.0.3
99
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.1
1010
github.com/k8snetworkplumbingwg/sriovnet v1.2.0
11-
github.com/onsi/ginkgo/v2 v2.21.0
12-
github.com/onsi/gomega v1.35.1
11+
github.com/onsi/ginkgo/v2 v2.27.2
12+
github.com/onsi/gomega v1.38.2
1313
github.com/ovn-org/libovsdb v0.7.0
1414
github.com/pkg/errors v0.9.1
1515
github.com/vishvananda/netlink v1.2.1-beta.2
@@ -20,6 +20,7 @@ require (
2020
)
2121

2222
require (
23+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
2324
github.com/beorn7/perks v1.0.1 // indirect
2425
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
2526
github.com/cenkalti/hub v1.0.1 // indirect
@@ -29,7 +30,7 @@ require (
2930
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3031
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
3132
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
32-
github.com/go-logr/logr v1.4.2 // indirect
33+
github.com/go-logr/logr v1.4.3 // indirect
3334
github.com/go-logr/stdr v1.2.2 // indirect
3435
github.com/go-openapi/jsonpointer v0.21.0 // indirect
3536
github.com/go-openapi/jsonreference v0.20.2 // indirect
@@ -38,9 +39,9 @@ require (
3839
github.com/gogo/protobuf v1.3.2 // indirect
3940
github.com/golang/protobuf v1.5.4 // indirect
4041
github.com/google/gnostic-models v0.6.8 // indirect
41-
github.com/google/go-cmp v0.6.0 // indirect
42+
github.com/google/go-cmp v0.7.0 // indirect
4243
github.com/google/gofuzz v1.2.0 // indirect
43-
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
44+
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
4445
github.com/google/uuid v1.6.0 // indirect
4546
github.com/gorilla/websocket v1.5.0 // indirect
4647
github.com/josharian/intern v1.0.0 // indirect
@@ -63,14 +64,17 @@ require (
6364
github.com/stretchr/testify v1.9.0 // indirect
6465
github.com/vishvananda/netns v0.0.4 // indirect
6566
github.com/x448/float16 v0.8.4 // indirect
66-
golang.org/x/net v0.38.0 // indirect
67+
go.yaml.in/yaml/v3 v3.0.4 // indirect
68+
golang.org/x/mod v0.27.0 // indirect
69+
golang.org/x/net v0.43.0 // indirect
6770
golang.org/x/oauth2 v0.27.0 // indirect
68-
golang.org/x/sys v0.31.0 // indirect
69-
golang.org/x/term v0.30.0 // indirect
70-
golang.org/x/text v0.23.0 // indirect
71+
golang.org/x/sync v0.16.0 // indirect
72+
golang.org/x/sys v0.35.0 // indirect
73+
golang.org/x/term v0.34.0 // indirect
74+
golang.org/x/text v0.28.0 // indirect
7175
golang.org/x/time v0.7.0 // indirect
72-
golang.org/x/tools v0.26.0 // indirect
73-
google.golang.org/protobuf v1.35.1 // indirect
76+
golang.org/x/tools v0.36.0 // indirect
77+
google.golang.org/protobuf v1.36.7 // indirect
7478
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
7579
gopkg.in/inf.v0 v0.9.1 // indirect
7680
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

Lines changed: 54 additions & 24 deletions
Large diffs are not rendered by default.

vendor/github.com/Masterminds/semver/v3/.gitignore

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Masterminds/semver/v3/.golangci.yml

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Masterminds/semver/v3/CHANGELOG.md

Lines changed: 268 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Masterminds/semver/v3/LICENSE.txt

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)