Skip to content

Commit 850510e

Browse files
Bump github.com/onsi/gomega from 1.27.4 to 1.30.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.27.4 to 1.30.0. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.27.4...v1.30.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 a7bb744 commit 850510e

File tree

2 files changed

+25
-115
lines changed

2 files changed

+25
-115
lines changed

go.mod

+7-8
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ module github.com/project-codeflare/instascale
33
go 1.19
44

55
require (
6-
github.com/onsi/gomega v1.27.4
6+
github.com/onsi/gomega v1.30.0
77
github.com/openshift-online/ocm-sdk-go v0.1.327
88
github.com/openshift/api v0.0.0-20220411210816-c3bb724c282a
9-
github.com/openshift/client-go v0.0.0-20211209144617-7385dd6338e3
109
github.com/project-codeflare/multi-cluster-app-dispatcher v1.38.1
1110
k8s.io/api v0.26.2
1211
k8s.io/apimachinery v0.26.2
@@ -26,7 +25,7 @@ require (
2625
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
2726
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
2827
github.com/fsnotify/fsnotify v1.6.0 // indirect
29-
github.com/go-logr/logr v1.2.3 // indirect
28+
github.com/go-logr/logr v1.2.4 // indirect
3029
github.com/go-logr/zapr v1.2.3 // indirect
3130
github.com/go-openapi/jsonpointer v0.19.6 // indirect
3231
github.com/go-openapi/jsonreference v0.20.1 // indirect
@@ -37,7 +36,7 @@ require (
3736
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3837
github.com/golang/protobuf v1.5.3 // indirect
3938
github.com/google/gnostic v0.6.9 // indirect
40-
github.com/google/go-cmp v0.5.9 // indirect
39+
github.com/google/go-cmp v0.6.0 // indirect
4140
github.com/google/gofuzz v1.1.0 // indirect
4241
github.com/google/uuid v1.3.0 // indirect
4342
github.com/gorilla/css v1.0.0 // indirect
@@ -59,11 +58,11 @@ require (
5958
go.uber.org/atomic v1.7.0 // indirect
6059
go.uber.org/multierr v1.6.0 // indirect
6160
go.uber.org/zap v1.24.0 // indirect
62-
golang.org/x/net v0.8.0 // indirect
61+
golang.org/x/net v0.17.0 // indirect
6362
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
64-
golang.org/x/sys v0.6.0 // indirect
65-
golang.org/x/term v0.6.0 // indirect
66-
golang.org/x/text v0.8.0 // indirect
63+
golang.org/x/sys v0.13.0 // indirect
64+
golang.org/x/term v0.13.0 // indirect
65+
golang.org/x/text v0.13.0 // indirect
6766
golang.org/x/time v0.3.0 // indirect
6867
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
6968
google.golang.org/appengine v1.6.7 // indirect

0 commit comments

Comments
 (0)