fix(deps): update module github.com/onsi/gomega to v1.34.0 (#606)

[![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://togithub.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://togithub.com/onsi/gomega/releases/tag/v1.34.0)

[Compare
Source](https://togithub.com/onsi/gomega/compare/v1.33.1...v1.34.0)

#### 1.34.0

##### Features

- Add RoundTripper method to ghttp.Server
\[[`c549e0d`](https://togithub.com/onsi/gomega/commit/c549e0d)]

##### Fixes

- fix incorrect handling of nil slices in HaveExactElements (fixes
[#&#8203;771](https://togithub.com/onsi/gomega/issues/771))
\[[`878940c`](https://togithub.com/onsi/gomega/commit/878940c)]
- issue\_765 - fixed bug in Hopcroft-Karp algorithm
\[[`ebadb67`](https://togithub.com/onsi/gomega/commit/ebadb67)]

##### Maintenance

- bump ginkgo
\[[`8af2ece`](https://togithub.com/onsi/gomega/commit/8af2ece)]
- Fix typo in docs
\[[`123a071`](https://togithub.com/onsi/gomega/commit/123a071)]
- Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3
([#&#8203;756](https://togithub.com/onsi/gomega/issues/756))
\[[`0e69083`](https://togithub.com/onsi/gomega/commit/0e69083)]
- Bump google.golang.org/protobuf from 1.33.0 to 1.34.1
([#&#8203;755](https://togithub.com/onsi/gomega/issues/755))
\[[`2675796`](https://togithub.com/onsi/gomega/commit/2675796)]
- Bump golang.org/x/net from 0.24.0 to 0.25.0
([#&#8203;754](https://togithub.com/onsi/gomega/issues/754))
\[[`4160c0f`](https://togithub.com/onsi/gomega/commit/4160c0f)]
- Bump github-pages from 230 to 231 in /docs
([#&#8203;748](https://togithub.com/onsi/gomega/issues/748))
\[[`892c303`](https://togithub.com/onsi/gomega/commit/892c303)]

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 11pm every weekday,before 7am
every weekday,every weekend" in timezone Europe/Brussels, Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-07-25 22:37:52 +00:00
committed by GitHub
parent f9e3e2ce31
commit c6845fad26
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -15,7 +15,7 @@ require (
github.com/mudler/go-pluggable v0.0.0-20230126220627-7710299a0ae5 github.com/mudler/go-pluggable v0.0.0-20230126220627-7710299a0ae5
github.com/mudler/go-processmanager v0.0.0-20230818213616-f204007f963c github.com/mudler/go-processmanager v0.0.0-20230818213616-f204007f963c
github.com/onsi/ginkgo/v2 v2.19.0 github.com/onsi/ginkgo/v2 v2.19.0
github.com/onsi/gomega v1.33.1 github.com/onsi/gomega v1.34.0
github.com/pterm/pterm v0.12.79 github.com/pterm/pterm v0.12.79
github.com/samber/lo v1.46.0 github.com/samber/lo v1.46.0
github.com/urfave/cli/v2 v2.27.2 github.com/urfave/cli/v2 v2.27.2

2
go.sum
View File

@@ -576,6 +576,8 @@ github.com/onsi/gomega v1.10.3/go.mod h1:V9xEwhxec5O8UDM77eCW8vLymOMltsqPVYWrpDs
github.com/onsi/gomega v1.16.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY= github.com/onsi/gomega v1.16.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY=
github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk= github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0= github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0=
github.com/onsi/gomega v1.34.0 h1:eSSPsPNp6ZpsG8X1OVmOTxig+CblTc4AxpPBykhe2Os=
github.com/onsi/gomega v1.34.0/go.mod h1:MIKI8c+f+QLWk+hxbePD4i0LMJSExPaZOVfkoex4cAo=
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U= github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM= github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug= github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug=