Skip to content

Commit f74fc2e

Browse files
authored
Merge pull request #4958 from kubernetes-sigs/dependabot/go_modules/github.com/onsi/gomega-1.38.0
🌱 Bump github.com/onsi/gomega from 1.37.0 to 1.38.0
2 parents 18ee4b1 + 5f7e43b commit f74fc2e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
require (
66
github.com/gobuffalo/flect v1.0.3
77
github.com/onsi/ginkgo/v2 v2.23.4
8-
github.com/onsi/gomega v1.37.0
8+
github.com/onsi/gomega v1.38.0
99
github.com/sirupsen/logrus v1.9.3
1010
github.com/spf13/afero v1.14.0
1111
github.com/spf13/cobra v1.9.1
@@ -32,7 +32,6 @@ require (
3232
golang.org/x/net v0.42.0 // indirect
3333
golang.org/x/sync v0.16.0 // indirect
3434
golang.org/x/sys v0.34.0 // indirect
35-
google.golang.org/protobuf v1.36.6 // indirect
3635
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
3736
gopkg.in/yaml.v3 v3.0.1 // indirect
3837
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
2929
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
3030
github.com/onsi/ginkgo/v2 v2.23.4 h1:ktYTpKJAVZnDT4VjxSbiBenUjmlL/5QkBEocaWXiQus=
3131
github.com/onsi/ginkgo/v2 v2.23.4/go.mod h1:Bt66ApGPBFzHyR+JO10Zbt0Gsp4uWxu5mIOTusL46e8=
32-
github.com/onsi/gomega v1.37.0 h1:CdEG8g0S133B4OswTDC/5XPSzE1OeP29QOioj2PID2Y=
33-
github.com/onsi/gomega v1.37.0/go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0=
32+
github.com/onsi/gomega v1.38.0 h1:c/WX+w8SLAinvuKKQFh77WEucCnPk4j2OTUr7lt7BeY=
33+
github.com/onsi/gomega v1.38.0/go.mod h1:OcXcwId0b9QsE7Y49u+BTrL4IdKOBOKnD6VQNTJEB6o=
3434
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA=
3535
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
3636
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

0 commit comments

Comments
 (0)