Skip to content

Commit 30055d8

Browse files
Bump github.com/onsi/gomega from 1.36.1 to 1.36.2 in /src
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.36.1 to 1.36.2. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.36.1...v1.36.2) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b2b64a9 commit 30055d8

File tree

9 files changed

+20
-67
lines changed

9 files changed

+20
-67
lines changed

src/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
code.cloudfoundry.org/tlsconfig v0.13.0
1010
git.sr.ht/~nelsam/hel/v3 v3.0.4
1111
github.com/onsi/ginkgo/v2 v2.22.1
12-
github.com/onsi/gomega v1.36.1
12+
github.com/onsi/gomega v1.36.2
1313
google.golang.org/grpc v1.69.2
1414
)
1515

@@ -35,7 +35,7 @@ require (
3535
golang.org/x/text v0.21.0 // indirect
3636
golang.org/x/tools v0.28.0 // indirect
3737
google.golang.org/genproto/googleapis/rpc v0.0.0-20241219192143-6b3ec007d9bb // indirect
38-
google.golang.org/protobuf v1.36.0 // indirect
38+
google.golang.org/protobuf v1.36.1 // indirect
3939
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
4040
gopkg.in/yaml.v3 v3.0.1 // indirect
4141
)

src/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ github.com/nelsam/hel/v2 v2.3.2/go.mod h1:1ZTGfU2PFTOd5mx22i5O0Lc2GY933lQ2wb/ggy
9393
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
9494
github.com/onsi/ginkgo/v2 v2.22.1 h1:QW7tbJAUDyVDVOM5dFa7qaybo+CRfR7bemlQUN6Z8aM=
9595
github.com/onsi/ginkgo/v2 v2.22.1/go.mod h1:S6aTpoRsSq2cZOd+pssHAlKW/Q/jZt6cPrPlnj4a1xM=
96-
github.com/onsi/gomega v1.36.1 h1:bJDPBO7ibjxcbHMgSCoo4Yj18UWbKDlLwX1x9sybDcw=
97-
github.com/onsi/gomega v1.36.1/go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog=
96+
github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8=
97+
github.com/onsi/gomega v1.36.2/go.mod h1:DdwyADRjrc825LhMEkD76cHR5+pUnjhUN8GlHlRPHzY=
9898
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
9999
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
100100
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
@@ -231,8 +231,8 @@ google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZi
231231
google.golang.org/grpc v1.21.0/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
232232
google.golang.org/grpc v1.69.2 h1:U3S9QEtbXC0bYNvRtcoklF3xGtLViumSYxWykJS+7AU=
233233
google.golang.org/grpc v1.69.2/go.mod h1:vyjdE6jLBI76dgpDojsFGNaHlxdjXN9ghpnd2o7JGZ4=
234-
google.golang.org/protobuf v1.36.0 h1:mjIs9gYtt56AzC4ZaffQuh88TZurBGhIJMBZGSxNerQ=
235-
google.golang.org/protobuf v1.36.0/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
234+
google.golang.org/protobuf v1.36.1 h1:yBPeRvTftaleIgM3PZ/WBIZ7XM/eEYAaEyCwvyjq/gk=
235+
google.golang.org/protobuf v1.36.1/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
236236
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
237237
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
238238
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

src/vendor/github.com/onsi/gomega/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vendor/github.com/onsi/gomega/gomega_dsl.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vendor/google.golang.org/protobuf/internal/errors/is_go112.go

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/vendor/google.golang.org/protobuf/internal/errors/is_go113.go

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/vendor/google.golang.org/protobuf/internal/impl/message_reflect.go

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vendor/google.golang.org/protobuf/internal/version/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vendor/modules.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ github.com/onsi/ginkgo/v2/internal/parallel_support
5959
github.com/onsi/ginkgo/v2/internal/testingtproxy
6060
github.com/onsi/ginkgo/v2/reporters
6161
github.com/onsi/ginkgo/v2/types
62-
# github.com/onsi/gomega v1.36.1
63-
## explicit; go 1.22
62+
# github.com/onsi/gomega v1.36.2
63+
## explicit; go 1.22.0
6464
github.com/onsi/gomega
6565
github.com/onsi/gomega/format
6666
github.com/onsi/gomega/gbytes
@@ -240,7 +240,7 @@ google.golang.org/grpc/serviceconfig
240240
google.golang.org/grpc/stats
241241
google.golang.org/grpc/status
242242
google.golang.org/grpc/tap
243-
# google.golang.org/protobuf v1.36.0
243+
# google.golang.org/protobuf v1.36.1
244244
## explicit; go 1.21
245245
google.golang.org/protobuf/encoding/protojson
246246
google.golang.org/protobuf/encoding/prototext

0 commit comments

Comments
 (0)