Skip to content

Commit e5f3034

Browse files
fix(deps): update module github.com/onsi/gomega to v1.38.0 (#805)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/onsi/gomega](https://redirect.github.com/onsi/gomega) | `v1.37.0` -> `v1.38.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fonsi%2fgomega/v1.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fonsi%2fgomega/v1.37.0/v1.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>onsi/gomega (github.com/onsi/gomega)</summary> ### [`v1.38.0`](https://redirect.github.com/onsi/gomega/releases/tag/v1.38.0) [Compare Source](https://redirect.github.com/onsi/gomega/compare/v1.37.0...v1.38.0) #### 1.38.0 ##### Features - gstruct handles extra unexported fields \[[`4ee7ed0`](https://redirect.github.com/onsi/gomega/commit/4ee7ed0)] ##### Fixes - support \[] in IgnoringTopFunction function signatures ([#&#8203;851](https://redirect.github.com/onsi/gomega/issues/851)) \[[`36bbf72`](https://redirect.github.com/onsi/gomega/commit/36bbf72)] ##### Maintenance - Bump golang.org/x/net from 0.40.0 to 0.41.0 ([#&#8203;846](https://redirect.github.com/onsi/gomega/issues/846)) \[[`529d408`](https://redirect.github.com/onsi/gomega/commit/529d408)] - Fix typo \[[`acd1f55`](https://redirect.github.com/onsi/gomega/commit/acd1f55)] - Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 ([#&#8203;835](https://redirect.github.com/onsi/gomega/issues/835)) \[[`bae65a0`](https://redirect.github.com/onsi/gomega/commit/bae65a0)] - Bump nokogiri from 1.18.4 to 1.18.8 in /docs ([#&#8203;842](https://redirect.github.com/onsi/gomega/issues/842)) \[[`8dda91f`](https://redirect.github.com/onsi/gomega/commit/8dda91f)] - Bump golang.org/x/net from 0.39.0 to 0.40.0 ([#&#8203;843](https://redirect.github.com/onsi/gomega/issues/843)) \[[`212d812`](https://redirect.github.com/onsi/gomega/commit/212d812)] - Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 ([#&#8203;839](https://redirect.github.com/onsi/gomega/issues/839)) \[[`59bd7f9`](https://redirect.github.com/onsi/gomega/commit/59bd7f9)] - Bump nokogiri from 1.18.1 to 1.18.4 in /docs ([#&#8203;834](https://redirect.github.com/onsi/gomega/issues/834)) \[[`328c729`](https://redirect.github.com/onsi/gomega/commit/328c729)] - Bump uri from 1.0.2 to 1.0.3 in /docs ([#&#8203;826](https://redirect.github.com/onsi/gomega/issues/826)) \[[`9a798a1`](https://redirect.github.com/onsi/gomega/commit/9a798a1)] - Bump golang.org/x/net from 0.37.0 to 0.39.0 ([#&#8203;841](https://redirect.github.com/onsi/gomega/issues/841)) \[[`04a72c6`](https://redirect.github.com/onsi/gomega/commit/04a72c6)] </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://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e32b68 commit e5f3034

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/mudler/go-pluggable v0.0.0-20230126220627-7710299a0ae5
1717
github.com/mudler/go-processmanager v0.0.0-20240820160718-8b802d3ecf82
1818
github.com/onsi/ginkgo/v2 v2.23.4
19-
github.com/onsi/gomega v1.37.0
19+
github.com/onsi/gomega v1.38.0
2020
github.com/pterm/pterm v0.12.81
2121
github.com/samber/lo v1.51.0
2222
github.com/urfave/cli/v2 v2.27.7

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,8 @@ github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1y
707707
github.com/onsi/gomega v1.10.3/go.mod h1:V9xEwhxec5O8UDM77eCW8vLymOMltsqPVYWrpDsH8xc=
708708
github.com/onsi/gomega v1.37.0 h1:CdEG8g0S133B4OswTDC/5XPSzE1OeP29QOioj2PID2Y=
709709
github.com/onsi/gomega v1.37.0/go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0=
710+
github.com/onsi/gomega v1.38.0 h1:c/WX+w8SLAinvuKKQFh77WEucCnPk4j2OTUr7lt7BeY=
711+
github.com/onsi/gomega v1.38.0/go.mod h1:OcXcwId0b9QsE7Y49u+BTrL4IdKOBOKnD6VQNTJEB6o=
710712
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
711713
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
712714
github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug=

0 commit comments

Comments
 (0)