Skip to content

Commit 3d0b807

Browse files
Bump github.com/onsi/gomega from 1.33.1 to 1.34.1 (#1571)
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.33.1 to 1.34.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/onsi/gomega/releases">github.com/onsi/gomega's releases</a>.</em></p> <blockquote> <h2>v1.34.1</h2> <h2>1.34.1</h2> <h3>Maintenance</h3> <ul> <li>Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]</li> </ul> <h2>v1.34.0</h2> <h2>1.34.0</h2> <h3>Features</h3> <ul> <li>Add RoundTripper method to ghttp.Server [c549e0d]</li> </ul> <h3>Fixes</h3> <ul> <li>fix incorrect handling of nil slices in HaveExactElements (fixes <a href="https://redirect.github.com/onsi/gomega/issues/771">#771</a>) [878940c]</li> <li>issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]</li> </ul> <h3>Maintenance</h3> <ul> <li>bump ginkgo [8af2ece]</li> <li>Fix typo in docs [123a071]</li> <li>Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (<a href="https://redirect.github.com/onsi/gomega/issues/756">#756</a>) [0e69083]</li> <li>Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (<a href="https://redirect.github.com/onsi/gomega/issues/755">#755</a>) [2675796]</li> <li>Bump golang.org/x/net from 0.24.0 to 0.25.0 (<a href="https://redirect.github.com/onsi/gomega/issues/754">#754</a>) [4160c0f]</li> <li>Bump github-pages from 230 to 231 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/748">#748</a>) [892c303]</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/onsi/gomega/blob/master/CHANGELOG.md">github.com/onsi/gomega's changelog</a>.</em></p> <blockquote> <h2>1.34.1</h2> <h3>Maintenance</h3> <ul> <li>Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]</li> </ul> <h2>1.34.0</h2> <h3>Features</h3> <ul> <li>Add RoundTripper method to ghttp.Server [c549e0d]</li> </ul> <h3>Fixes</h3> <ul> <li>fix incorrect handling of nil slices in HaveExactElements (fixes <a href="https://redirect.github.com/onsi/gomega/issues/771">#771</a>) [878940c]</li> <li>issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]</li> </ul> <h3>Maintenance</h3> <ul> <li>bump ginkgo [8af2ece]</li> <li>Fix typo in docs [123a071]</li> <li>Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (<a href="https://redirect.github.com/onsi/gomega/issues/756">#756</a>) [0e69083]</li> <li>Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (<a href="https://redirect.github.com/onsi/gomega/issues/755">#755</a>) [2675796]</li> <li>Bump golang.org/x/net from 0.24.0 to 0.25.0 (<a href="https://redirect.github.com/onsi/gomega/issues/754">#754</a>) [4160c0f]</li> <li>Bump github-pages from 230 to 231 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/748">#748</a>) [892c303]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/gomega/commit/fa057b845528c9336265d6df77e21d827f268c7d"><code>fa057b8</code></a> v1.34.1</li> <li><a href="https://github.com/onsi/gomega/commit/5e71dcd56a0fbef9afebe5922242772b83bf31a7"><code>5e71dcd</code></a> Use slices from exp/slices to keep golang 1.20 compat</li> <li><a href="https://github.com/onsi/gomega/commit/32e5498ab3b29bca44b5178a21073187bb0ae8db"><code>32e5498</code></a> v1.34.0</li> <li><a href="https://github.com/onsi/gomega/commit/cb3fa6a593fc3bd7693dcb1855ea4643875596e1"><code>cb3fa6a</code></a> run go mod tidy and wonder why go get doesnt just run it for me in the first ...</li> <li><a href="https://github.com/onsi/gomega/commit/8af2ece8247f1be7b3595a0af472752c12215c58"><code>8af2ece</code></a> bump ginkgo</li> <li><a href="https://github.com/onsi/gomega/commit/878940cf2a236aea525f81e80a147d2be6cc38e3"><code>878940c</code></a> fix incorrect handling of nil slices in HaveExactElements (fixes <a href="https://redirect.github.com/onsi/gomega/issues/771">#771</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/f5bec80718b411ff0d1a07306b8a6b1cf2a00b89"><code>f5bec80</code></a> clean up bipartitegraph tests</li> <li><a href="https://github.com/onsi/gomega/commit/ebadb6778a63ea433c408cae730d96c23e896217"><code>ebadb67</code></a> issue_765 - fixed bug in Hopcroft-Karp algorithm</li> <li><a href="https://github.com/onsi/gomega/commit/123a07101709b7dd894807a99a747c62c6e68b75"><code>123a071</code></a> Fix typo in docs</li> <li><a href="https://github.com/onsi/gomega/commit/c549e0d8f3c75dc469b2ef55ad6ddd59d5e351af"><code>c549e0d</code></a> Add RoundTripper method to ghttp.Server</li> <li>Additional commits viewable in <a href="https://github.com/onsi/gomega/compare/v1.33.1...v1.34.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/onsi/gomega&package-manager=go_modules&previous-version=1.33.1&new-version=1.34.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e90e997 commit 3d0b807

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

go.mod

+4-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/mattn/go-isatty v0.0.20
1010
github.com/mkmik/multierror v0.4.0
1111
github.com/onsi/ginkgo/v2 v2.19.1
12-
github.com/onsi/gomega v1.34.0
12+
github.com/onsi/gomega v1.34.1
1313
github.com/prometheus/client_golang v1.19.1
1414
github.com/spf13/pflag v1.0.5
1515
github.com/throttled/throttled v2.2.5+incompatible
@@ -62,15 +62,16 @@ require (
6262
github.com/prometheus/procfs v0.15.1 // indirect
6363
github.com/shopspring/decimal v1.4.0 // indirect
6464
github.com/spf13/cast v1.6.0 // indirect
65-
golang.org/x/mod v0.17.0 // indirect
65+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
66+
golang.org/x/mod v0.19.0 // indirect
6667
golang.org/x/net v0.27.0 // indirect
6768
golang.org/x/oauth2 v0.21.0 // indirect
6869
golang.org/x/sync v0.7.0 // indirect
6970
golang.org/x/sys v0.22.0 // indirect
7071
golang.org/x/term v0.22.0 // indirect
7172
golang.org/x/text v0.16.0 // indirect
7273
golang.org/x/time v0.5.0 // indirect
73-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
74+
golang.org/x/tools v0.23.0 // indirect
7475
google.golang.org/protobuf v1.34.2 // indirect
7576
gopkg.in/inf.v0 v0.9.1 // indirect
7677
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

+8-6
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
9191
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
9292
github.com/onsi/ginkgo/v2 v2.19.1 h1:QXgq3Z8Crl5EL1WBAC98A5sEBHARrAJNzAmMxzLcRF0=
9393
github.com/onsi/ginkgo/v2 v2.19.1/go.mod h1:O3DtEWQkPa/F7fBMgmZQKKsluAy8pd3rEQdrjkPb9zA=
94-
github.com/onsi/gomega v1.34.0 h1:eSSPsPNp6ZpsG8X1OVmOTxig+CblTc4AxpPBykhe2Os=
95-
github.com/onsi/gomega v1.34.0/go.mod h1:MIKI8c+f+QLWk+hxbePD4i0LMJSExPaZOVfkoex4cAo=
94+
github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k=
95+
github.com/onsi/gomega v1.34.1/go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY=
9696
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
9797
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
9898
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
@@ -133,11 +133,13 @@ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5y
133133
golang.org/x/crypto v0.3.0/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4=
134134
golang.org/x/crypto v0.25.0 h1:ypSNr+bnYL2YhwoMt2zPxHFmbAN1KZs/njMG3hxUp30=
135135
golang.org/x/crypto v0.25.0/go.mod h1:T+wALwcMOSE0kXgUAnPAHqTLW+XHgcELELW8VaDgm/M=
136+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 h1:2dVuKD2vS7b0QIHQbpyTISPd0LeHDbnYEryqj5Q1ug8=
137+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56/go.mod h1:M4RDyNAINzryxdtnbRXRL/OHtkFuWGRjvuhBJpk2IlY=
136138
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
137139
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
138140
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
139-
golang.org/x/mod v0.17.0 h1:zY54UmvipHiNd+pm+m0x9KhZ9hl1/7QNMyxXbc6ICqA=
140-
golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
141+
golang.org/x/mod v0.19.0 h1:fEdghXQSo20giMthA7cd28ZC+jts4amQ3YMXiP5oMQ8=
142+
golang.org/x/mod v0.19.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
141143
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
142144
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
143145
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
@@ -184,8 +186,8 @@ golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtn
184186
golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
185187
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
186188
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
187-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d h1:vU5i/LfpvrRCpgM/VPfJLg5KjxD3E+hfT1SH+d9zLwg=
188-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk=
189+
golang.org/x/tools v0.23.0 h1:SGsXPZ+2l4JsgaCKkx+FQ9YZ5XEtA1GZYuoDjenLjvg=
190+
golang.org/x/tools v0.23.0/go.mod h1:pnu6ufv6vQkll6szChhK3C3L/ruaIv5eBeztNG8wtsI=
189191
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
190192
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
191193
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

0 commit comments

Comments
 (0)