mirror of
https://github.com/kairos-io/provider-kairos.git
synced 2025-04-27 19:35:36 +00:00
fix(deps): update module github.com/onsi/gomega to v1.36.3 (#706)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/onsi/gomega](https://redirect.github.com/onsi/gomega) | `v1.36.2` -> `v1.36.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>onsi/gomega (github.com/onsi/gomega)</summary> ### [`v1.36.3`](https://redirect.github.com/onsi/gomega/releases/tag/v1.36.3) [Compare Source](https://redirect.github.com/onsi/gomega/compare/v1.36.2...v1.36.3) #### 1.36.3 ##### Maintenance - bump all the things \[[`adb8b49`](https://redirect.github.com/onsi/gomega/commit/adb8b49)] - chore: replace `interface{}` with `any` \[[`7613216`](https://redirect.github.com/onsi/gomega/commit/7613216)] - Bump google.golang.org/protobuf from 1.36.1 to 1.36.5 ([#​822](https://redirect.github.com/onsi/gomega/issues/822)) \[[`9fe5259`](https://redirect.github.com/onsi/gomega/commit/9fe5259)] - remove spurious "toolchain" from go.mod ([#​819](https://redirect.github.com/onsi/gomega/issues/819)) \[[`a0e85b9`](https://redirect.github.com/onsi/gomega/commit/a0e85b9)] - Bump golang.org/x/net from 0.33.0 to 0.35.0 ([#​823](https://redirect.github.com/onsi/gomega/issues/823)) \[[`604a8b1`](https://redirect.github.com/onsi/gomega/commit/604a8b1)] - Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs ([#​772](https://redirect.github.com/onsi/gomega/issues/772)) \[[`36fbc84`](https://redirect.github.com/onsi/gomega/commit/36fbc84)] - Bump github-pages from 231 to 232 in /docs ([#​778](https://redirect.github.com/onsi/gomega/issues/778)) \[[`ced70d7`](https://redirect.github.com/onsi/gomega/commit/ced70d7)] - Bump rexml from 3.2.6 to 3.3.9 in /docs ([#​788](https://redirect.github.com/onsi/gomega/issues/788)) \[[`c8b4a07`](https://redirect.github.com/onsi/gomega/commit/c8b4a07)] - Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 ([#​812](https://redirect.github.com/onsi/gomega/issues/812)) \[[`06431b9`](https://redirect.github.com/onsi/gomega/commit/06431b9)] - Bump webrick from 1.8.1 to 1.9.1 in /docs ([#​800](https://redirect.github.com/onsi/gomega/issues/800)) \[[`b55a92d`](https://redirect.github.com/onsi/gomega/commit/b55a92d)] - Fix typos ([#​813](https://redirect.github.com/onsi/gomega/issues/813)) \[[`a1d518b`](https://redirect.github.com/onsi/gomega/commit/a1d518b)] </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**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
419fc16325
commit
cdaa066baa
4
go.mod
4
go.mod
@ -17,7 +17,7 @@ require (
|
||||
github.com/mudler/go-pluggable v0.0.0-20230126220627-7710299a0ae5
|
||||
github.com/mudler/go-processmanager v0.0.0-20240820160718-8b802d3ecf82
|
||||
github.com/onsi/ginkgo/v2 v2.23.3
|
||||
github.com/onsi/gomega v1.36.2
|
||||
github.com/onsi/gomega v1.36.3
|
||||
github.com/pterm/pterm v0.12.80
|
||||
github.com/samber/lo v1.49.1
|
||||
github.com/urfave/cli/v2 v2.27.6
|
||||
@ -100,7 +100,7 @@ require (
|
||||
github.com/gogo/protobuf v1.3.2 // indirect
|
||||
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
|
||||
github.com/google/btree v1.1.2 // indirect
|
||||
github.com/google/go-cmp v0.6.0 // indirect
|
||||
github.com/google/go-cmp v0.7.0 // indirect
|
||||
github.com/google/go-containerregistry v0.20.3 // indirect
|
||||
github.com/google/gopacket v1.1.19 // indirect
|
||||
github.com/google/pprof v0.0.0-20250208200701-d0013a598941 // indirect
|
||||
|
4
go.sum
4
go.sum
@ -270,6 +270,8 @@ github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
|
||||
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
|
||||
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
|
||||
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
|
||||
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
|
||||
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
|
||||
github.com/google/go-containerregistry v0.20.3 h1:oNx7IdTI936V8CQRveCjaxOiegWwvM7kqkbXTpyiovI=
|
||||
github.com/google/go-containerregistry v0.20.3/go.mod h1:w00pIgBRDVUDFM6bq+Qx8lwNWK+cxgCuX1vd3PIBDNI=
|
||||
github.com/google/go-github v17.0.0+incompatible/go.mod h1:zLgOLi98H3fifZn+44m+umXrS52loVEgC2AApnigrVQ=
|
||||
@ -577,6 +579,8 @@ github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1y
|
||||
github.com/onsi/gomega v1.10.3/go.mod h1:V9xEwhxec5O8UDM77eCW8vLymOMltsqPVYWrpDsH8xc=
|
||||
github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8=
|
||||
github.com/onsi/gomega v1.36.2/go.mod h1:DdwyADRjrc825LhMEkD76cHR5+pUnjhUN8GlHlRPHzY=
|
||||
github.com/onsi/gomega v1.36.3 h1:hID7cr8t3Wp26+cYnfcjR6HpJ00fdogN6dqZ1t6IylU=
|
||||
github.com/onsi/gomega v1.36.3/go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0=
|
||||
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/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug=
|
||||
|
Loading…
Reference in New Issue
Block a user