Skip to content

Commit bb54b68

Browse files
build(deps): bump github.com/onsi/gomega from 1.13.0 to 1.30.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.13.0 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.13.0...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] <support@github.com>
1 parent 3422800 commit bb54b68

File tree

2 files changed

+154
-34
lines changed

2 files changed

+154
-34
lines changed

go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@ require (
66
github.com/SAP/cloud-mta v1.0.6
77
github.com/deckarep/golang-set v1.7.1
88
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
9-
github.com/mattn/goveralls v0.0.11 // indirect
10-
github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5 // indirect
11-
github.com/onsi/ginkgo v1.16.2
12-
github.com/onsi/gomega v1.13.0
9+
github.com/onsi/ginkgo v1.16.4
10+
github.com/onsi/gomega v1.30.0
1311
github.com/pkg/errors v0.9.1
1412
github.com/sirupsen/logrus v1.8.1
1513
github.com/spf13/cobra v1.1.3
1614
github.com/spf13/viper v1.7.1
1715
github.com/x-cray/logrus-prefixed-formatter v0.5.2
18-
golang.org/x/sys v0.0.0-20220222200937-f2425489ef4c // indirect
1916
gopkg.in/yaml.v2 v2.4.0
2017
)

0 commit comments

Comments
 (0)