Skip to content

Commit 58cf1ed

Browse files
🌱 Bump github.com/onsi/gomega
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.33.1 to 1.35.0. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.33.1...v1.35.0) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 31cdaa9 commit 58cf1ed

File tree

1 file changed

+8
-8
lines changed
  • testdata/project-v4-multigroup

1 file changed

+8
-8
lines changed

testdata/project-v4-multigroup/go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.22.0
44

55
require (
66
github.com/cert-manager/cert-manager v1.16.1
7-
github.com/onsi/ginkgo/v2 v2.19.0
8-
github.com/onsi/gomega v1.33.1
7+
github.com/onsi/ginkgo/v2 v2.20.1
8+
github.com/onsi/gomega v1.35.0
99
k8s.io/api v0.31.1
1010
k8s.io/apimachinery v0.31.1
1111
k8s.io/client-go v0.31.1
@@ -39,7 +39,7 @@ require (
3939
github.com/google/gnostic-models v0.6.8 // indirect
4040
github.com/google/go-cmp v0.6.0 // indirect
4141
github.com/google/gofuzz v1.2.0 // indirect
42-
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
42+
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
4343
github.com/google/uuid v1.6.0 // indirect
4444
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
4545
github.com/imdario/mergo v0.3.16 // indirect
@@ -71,19 +71,19 @@ require (
7171
go.uber.org/multierr v1.11.0 // indirect
7272
go.uber.org/zap v1.27.0 // indirect
7373
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
74-
golang.org/x/net v0.29.0 // indirect
74+
golang.org/x/net v0.30.0 // indirect
7575
golang.org/x/oauth2 v0.23.0 // indirect
7676
golang.org/x/sync v0.8.0 // indirect
77-
golang.org/x/sys v0.25.0 // indirect
78-
golang.org/x/term v0.24.0 // indirect
79-
golang.org/x/text v0.18.0 // indirect
77+
golang.org/x/sys v0.26.0 // indirect
78+
golang.org/x/term v0.25.0 // indirect
79+
golang.org/x/text v0.19.0 // indirect
8080
golang.org/x/time v0.6.0 // indirect
8181
golang.org/x/tools v0.24.0 // indirect
8282
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
8383
google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed // indirect
8484
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
8585
google.golang.org/grpc v1.66.2 // indirect
86-
google.golang.org/protobuf v1.34.2 // indirect
86+
google.golang.org/protobuf v1.35.1 // indirect
8787
gopkg.in/inf.v0 v0.9.1 // indirect
8888
gopkg.in/yaml.v2 v2.4.0 // indirect
8989
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)