Skip to content

Commit 84b4a69

Browse files
build(deps): Bump github.com/runfinch/common-tests from 0.7.21 to 0.7.22 (runfinch#907)
Bumps [github.com/runfinch/common-tests](https://github.com/runfinch/common-tests) from 0.7.21 to 0.7.22. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/runfinch/common-tests/releases">github.com/runfinch/common-tests's releases</a>.</em></p> <blockquote> <h2>v0.7.22</h2> <h2><a href="https://github.com/runfinch/common-tests/compare/v0.7.21...v0.7.22">0.7.22</a> (2024-04-19)</h2> <h3>Build System or External Dependencies</h3> <ul> <li><strong>deps:</strong> Bump github.com/onsi/gomega from 1.32.0 to 1.33.0 (<a href="https://redirect.github.com/runfinch/common-tests/issues/146">#146</a>) (<a href="https://github.com/runfinch/common-tests/commit/63d640bfee39c0b0547b6c0231ace5bdf2695156">63d640b</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/runfinch/common-tests/blob/main/CHANGELOG.md">github.com/runfinch/common-tests's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/runfinch/common-tests/compare/v0.7.21...v0.7.22">0.7.22</a> (2024-04-19)</h2> <h3>Build System or External Dependencies</h3> <ul> <li><strong>deps:</strong> Bump github.com/onsi/gomega from 1.32.0 to 1.33.0 (<a href="https://redirect.github.com/runfinch/common-tests/issues/146">#146</a>) (<a href="https://github.com/runfinch/common-tests/commit/63d640bfee39c0b0547b6c0231ace5bdf2695156">63d640b</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/runfinch/common-tests/commit/af1ae8df2b0696277c6a265179f2db2837f6c0e7"><code>af1ae8d</code></a> chore(main): release 0.7.22 (<a href="https://redirect.github.com/runfinch/common-tests/issues/148">#148</a>)</li> <li><a href="https://github.com/runfinch/common-tests/commit/63d640bfee39c0b0547b6c0231ace5bdf2695156"><code>63d640b</code></a> build(deps): Bump github.com/onsi/gomega from 1.32.0 to 1.33.0 (<a href="https://redirect.github.com/runfinch/common-tests/issues/146">#146</a>)</li> <li><a href="https://github.com/runfinch/common-tests/commit/79e687e8e2bbfdc4ef390b55248fa43f3f9ef5ca"><code>79e687e</code></a> ci: enable wasted assign linter (<a href="https://redirect.github.com/runfinch/common-tests/issues/145">#145</a>)</li> <li>See full diff in <a href="https://github.com/runfinch/common-tests/compare/v0.7.21...v0.7.22">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/runfinch/common-tests&package-manager=go_modules&previous-version=0.7.21&new-version=0.7.22)](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 fae37c7 commit 84b4a69

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ require (
1010
github.com/google/go-licenses v1.6.1-0.20230903011517-706b9c60edd4
1111
github.com/lima-vm/lima v0.21.0
1212
github.com/onsi/ginkgo/v2 v2.17.1
13-
github.com/onsi/gomega v1.32.0
13+
github.com/onsi/gomega v1.33.0
1414
github.com/pelletier/go-toml v1.9.5
1515
github.com/pkg/sftp v1.13.6
16-
github.com/runfinch/common-tests v0.7.21
16+
github.com/runfinch/common-tests v0.7.22
1717
github.com/shirou/gopsutil/v3 v3.24.3
1818
github.com/sirupsen/logrus v1.9.3
1919
github.com/spf13/afero v1.11.0

Diff for: go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 h1:zYyBkD/k9seD2A7fsi6
126126
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646/go.mod h1:jpp1/29i3P1S/RLdc7JQKbRpFeM1dOBd8T9ki5s+AY8=
127127
github.com/onsi/ginkgo/v2 v2.17.1 h1:V++EzdbhI4ZV4ev0UTIj0PzhzOcReJFyJaLjtSF55M8=
128128
github.com/onsi/ginkgo/v2 v2.17.1/go.mod h1:llBI3WDLL9Z6taip6f33H76YcWtJv+7R3HigUjbIBOs=
129-
github.com/onsi/gomega v1.32.0 h1:JRYU78fJ1LPxlckP6Txi/EYqJvjtMrDC04/MM5XRHPk=
130-
github.com/onsi/gomega v1.32.0/go.mod h1:a4x4gW6Pz2yK1MAmvluYme5lvYTn61afQ2ETw/8n4Lg=
129+
github.com/onsi/gomega v1.33.0 h1:snPCflnZrpMsy94p4lXVEkHo12lmPnc3vY5XBbreexE=
130+
github.com/onsi/gomega v1.33.0/go.mod h1:+925n5YtiFsLzzafLUHzVMBpvvRAzrydIBiSIxjX3wY=
131131
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
132132
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
133133
github.com/opencontainers/image-spec v1.1.0-rc6 h1:XDqvyKsJEbRtATzkgItUqBA7QHk58yxX1Ov9HERHNqU=
@@ -152,8 +152,8 @@ github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b/go.mod h1:Om
152152
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
153153
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
154154
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
155-
github.com/runfinch/common-tests v0.7.21 h1:T7WccN396JeDTfgMQZT1PqTOsuNdRL/FMCskYiY7Itg=
156-
github.com/runfinch/common-tests v0.7.21/go.mod h1:Gp3zzIUg1B0gM8TpiAlPxZpbyZneKyRFyBJ6PLODrOQ=
155+
github.com/runfinch/common-tests v0.7.22 h1:LnQiSrQmmYUIc600FVsMk265kPnzCeFw94DbbCVDOwo=
156+
github.com/runfinch/common-tests v0.7.22/go.mod h1:zzjBhz8poviFC3/kOmmJsUdiKGxMRoAh/AIUyy3YqGQ=
157157
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
158158
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
159159
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=

0 commit comments

Comments
 (0)