Skip to content

Commit 2124134

Browse files
chore(deps): bump github.com/onsi/gomega from 1.18.1 to 1.30.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.18.1 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.18.1...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 29520bf commit 2124134

File tree

2 files changed

+32
-64
lines changed

2 files changed

+32
-64
lines changed

go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/linuxsuren/cobra-extension v0.0.16
1313
github.com/mitchellh/go-homedir v1.1.0
1414
github.com/onsi/ginkgo v1.16.5
15-
github.com/onsi/gomega v1.18.1
15+
github.com/onsi/gomega v1.30.0
1616
github.com/spf13/cobra v1.6.1
1717
github.com/spf13/pflag v1.0.5
1818
github.com/spf13/viper v1.9.0
@@ -30,9 +30,9 @@ require (
3030
)
3131

3232
require (
33+
github.com/google/go-cmp v0.6.0 // indirect
3334
github.com/mattn/go-runewidth v0.0.14 // indirect
3435
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
35-
github.com/prometheus/client_golang v1.11.1 // indirect
3636
github.com/rivo/uniseg v0.4.3 // indirect
3737
)
3838

@@ -47,7 +47,7 @@ require (
4747
github.com/fsnotify/fsnotify v1.5.1 // indirect
4848
github.com/go-git/gcfg v1.5.0 // indirect
4949
github.com/go-git/go-billy/v5 v5.3.1 // indirect
50-
github.com/golang/protobuf v1.5.2 // indirect
50+
github.com/golang/protobuf v1.5.3 // indirect
5151
github.com/google/go-querystring v1.0.0 // indirect
5252
github.com/hashicorp/hcl v1.0.0 // indirect
5353
github.com/imdario/mergo v0.3.12 // indirect
@@ -70,14 +70,14 @@ require (
7070
github.com/spf13/jwalterweatherman v1.1.0 // indirect
7171
github.com/subosito/gotenv v1.2.0 // indirect
7272
github.com/xanzy/ssh-agent v0.3.0 // indirect
73-
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
74-
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
73+
golang.org/x/crypto v0.14.0 // indirect
74+
golang.org/x/net v0.17.0
7575
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
76-
golang.org/x/sys v0.5.0 // indirect
77-
golang.org/x/term v0.5.0 // indirect
78-
golang.org/x/text v0.3.8 // indirect
76+
golang.org/x/sys v0.13.0 // indirect
77+
golang.org/x/term v0.13.0 // indirect
78+
golang.org/x/text v0.13.0 // indirect
7979
google.golang.org/appengine v1.6.7 // indirect
80-
google.golang.org/protobuf v1.27.1 // indirect
80+
google.golang.org/protobuf v1.28.0 // indirect
8181
gopkg.in/ini.v1 v1.63.2 // indirect
8282
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
8383
gopkg.in/warnings.v0 v0.1.2 // indirect

0 commit comments

Comments
 (0)