Skip to content

Commit 72c8918

Browse files
Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.26.0 (#2660)
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.23.3 to 2.26.0. - [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.26.0) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.26.0 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 023f6ed commit 72c8918

File tree

2 files changed

+73
-41
lines changed

2 files changed

+73
-41
lines changed

go.mod

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ require (
88
github.com/go-logr/logr v1.4.3
99
github.com/golang/glog v1.2.5
1010
github.com/google/uuid v1.6.0
11-
github.com/onsi/ginkgo/v2 v2.23.3
12-
github.com/onsi/gomega v1.37.0
11+
github.com/onsi/ginkgo/v2 v2.26.0
12+
github.com/onsi/gomega v1.38.2
1313
github.com/prometheus/client_golang v1.22.0
1414
github.com/robfig/cron/v3 v3.0.1
1515
github.com/spf13/cobra v1.9.1
1616
github.com/spf13/viper v1.20.1
1717
github.com/stretchr/testify v1.10.0
1818
go.uber.org/zap v1.27.0
19-
golang.org/x/mod v0.26.0
19+
golang.org/x/mod v0.27.0
2020
golang.org/x/time v0.9.0
2121
helm.sh/helm/v3 v3.18.5
2222
k8s.io/api v0.33.3
@@ -36,7 +36,7 @@ require (
3636
github.com/BurntSushi/toml v1.5.0 // indirect
3737
github.com/MakeNowJust/heredoc v1.0.0 // indirect
3838
github.com/Masterminds/goutils v1.1.1 // indirect
39-
github.com/Masterminds/semver/v3 v3.3.0 // indirect
39+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
4040
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
4141
github.com/Masterminds/squirrel v1.5.4 // indirect
4242
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
@@ -72,7 +72,7 @@ require (
7272
github.com/google/gnostic-models v0.6.9 // indirect
7373
github.com/google/go-cmp v0.7.0 // indirect
7474
github.com/google/gofuzz v1.2.0 // indirect
75-
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
75+
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
7676
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
7777
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
7878
github.com/gosuri/uitable v0.0.4 // indirect
@@ -126,21 +126,23 @@ require (
126126
github.com/subosito/gotenv v1.6.0 // indirect
127127
github.com/x448/float16 v0.8.4 // indirect
128128
github.com/xlab/treeprint v1.2.0 // indirect
129+
go.uber.org/automaxprocs v1.6.0 // indirect
129130
go.uber.org/multierr v1.11.0 // indirect
130131
go.yaml.in/yaml/v2 v2.4.2 // indirect
131-
go.yaml.in/yaml/v3 v3.0.3 // indirect
132-
golang.org/x/crypto v0.40.0 // indirect
133-
golang.org/x/net v0.41.0 // indirect
132+
go.yaml.in/yaml/v3 v3.0.4 // indirect
133+
golang.org/x/crypto v0.41.0 // indirect
134+
golang.org/x/net v0.43.0 // indirect
134135
golang.org/x/oauth2 v0.28.0 // indirect
135136
golang.org/x/sync v0.16.0 // indirect
136-
golang.org/x/sys v0.34.0 // indirect
137-
golang.org/x/term v0.33.0 // indirect
138-
golang.org/x/text v0.27.0 // indirect
139-
golang.org/x/tools v0.34.0 // indirect
137+
golang.org/x/sys v0.35.0 // indirect
138+
golang.org/x/term v0.34.0 // indirect
139+
golang.org/x/text v0.28.0 // indirect
140+
golang.org/x/tools v0.36.0 // indirect
141+
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect
140142
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
141143
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
142144
google.golang.org/grpc v1.68.1 // indirect
143-
google.golang.org/protobuf v1.36.5 // indirect
145+
google.golang.org/protobuf v1.36.7 // indirect
144146
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
145147
gopkg.in/inf.v0 v0.9.1 // indirect
146148
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)