Skip to content

Commit

Permalink
Bump github.com/alicebob/miniredis/v2 from 2.30.0 to 2.30.2 (#9461)
Browse files Browse the repository at this point in the history
Bumps
[github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis)
from 2.30.0 to 2.30.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/alicebob/miniredis/releases">github.com/alicebob/miniredis/v2's
releases</a>.</em></p>
<blockquote>
<h2>XADD minid, BLMOVE, COMMAND fix, XREAD fix</h2>
<ul>
<li>support MINID in XADD (thanks <a
href="https://github.com/nathan-cormier"><code>@​nathan-cormier</code></a>)</li>
<li>support BLMOVE (thanks <a
href="https://github.com/sevein"><code>@​sevein</code></a>)</li>
<li>fix COMMAND (thanks <a
href="https://github.com/pje"><code>@​pje</code></a>)</li>
<li>fix 'XREAD ... $' on a non-existing stream</li>
</ul>
<h2>SET NX GET</h2>
<ul>
<li>support SET NX GET special case</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/alicebob/miniredis/blob/master/CHANGELOG.md">github.com/alicebob/miniredis/v2's
changelog</a>.</em></p>
<blockquote>
<h3>v2.30.2</h3>
<ul>
<li>support MINID in XADD (thanks <a
href="https://github.com/nathan-cormier"><code>@​nathan-cormier</code></a>)</li>
<li>support BLMOVE (thanks <a
href="https://github.com/sevein"><code>@​sevein</code></a>)</li>
<li>fix COMMAND (thanks <a
href="https://github.com/pje"><code>@​pje</code></a>)</li>
<li>fix 'XREAD ... $' on a non-existing stream</li>
</ul>
<h3>v2.30.1</h3>
<ul>
<li>support SET NX GET special case</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/alicebob/miniredis/commit/d807499fc320294986898a33ab78aa4e59184880"><code>d807499</code></a>
update changelog</li>
<li><a
href="https://github.com/alicebob/miniredis/commit/4be3b8260d0109ba29474954a9ec9a44d0a31fe2"><code>4be3b82</code></a>
fix 'XREAD ... $' on a non-existing stream</li>
<li><a
href="https://github.com/alicebob/miniredis/commit/2f1aeb304a55cf9105c3c39c0775cdb0a65c00c9"><code>2f1aeb3</code></a>
Merge pull request <a
href="https://redirect.github.com/alicebob/miniredis/issues/323">#323</a>
from pje/pje/bring-back-273-fix</li>
<li><a
href="https://github.com/alicebob/miniredis/commit/c71c3127c19e3e8dd6aca552d33a5f250acbb241"><code>c71c312</code></a>
Bring back the COMMAND response fix introduced in <a
href="https://redirect.github.com/alicebob/miniredis/issues/273">#273</a></li>
<li><a
href="https://github.com/alicebob/miniredis/commit/84b7146f54d5a913f7cf0d7b1e46eb2a4f8ecfaf"><code>84b7146</code></a>
Merge pull request <a
href="https://redirect.github.com/alicebob/miniredis/issues/321">#321</a>
from sevein/dev/cmd-list-blmove</li>
<li><a
href="https://github.com/alicebob/miniredis/commit/93ce01ac66e22c354f5d834ec62c7406f3ef9f33"><code>93ce01a</code></a>
Implement BLMOVE</li>
<li><a
href="https://github.com/alicebob/miniredis/commit/9077c868d4526bbe5609e3a130c4a827ad765fc8"><code>9077c86</code></a>
Merge pull request <a
href="https://redirect.github.com/alicebob/miniredis/issues/318">#318</a>
from nathan-cormier/minid</li>
<li><a
href="https://github.com/alicebob/miniredis/commit/a80f1409fcb2a2568f716120a017ca3bad514b74"><code>a80f140</code></a>
Support MINID in XADD</li>
<li><a
href="https://github.com/alicebob/miniredis/commit/e5c9dd403dab1e8dc560a87f49e94b00e5fdcf03"><code>e5c9dd4</code></a>
changelog</li>
<li><a
href="https://github.com/alicebob/miniredis/commit/5c16d558d355ecc2171418ff0f880de5897c8c91"><code>5c16d55</code></a>
support SET NX GET special case</li>
<li>Additional commits viewable in <a
href="https://github.com/alicebob/miniredis/compare/v2.30.0...v2.30.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/alicebob/miniredis/v2&package-manager=go_modules&previous-version=2.30.0&new-version=2.30.2)](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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 26, 2023
1 parent 65b5df6 commit b4dd0ca
Show file tree
Hide file tree
Showing 20 changed files with 771 additions and 2,439 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/NYTimes/gziphandler v1.1.1
github.com/Shopify/sarama v1.38.1
github.com/Workiva/go-datastructures v1.0.53
github.com/alicebob/miniredis/v2 v2.30.0
github.com/alicebob/miniredis/v2 v2.30.2
github.com/aliyun/aliyun-oss-go-sdk v2.2.7+incompatible
github.com/aws/aws-sdk-go v1.44.217
github.com/baidubce/bce-sdk-go v0.9.141
Expand Down Expand Up @@ -285,7 +285,7 @@ require (
github.com/willf/bitset v1.1.11 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/yuin/gopher-lua v0.0.0-20220504180219-658193537a64 // indirect
github.com/yuin/gopher-lua v1.1.0 // indirect
go.etcd.io/etcd/api/v3 v3.5.4 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect
go.etcd.io/etcd/client/v3 v3.5.4 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,8 @@ github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 h1:s6gZFSlWYmbqAu
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137/go.mod h1:OMCwj8VM1Kc9e19TLln2VL61YJF0x1XFtfdL4JdbSyE=
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a h1:HbKu58rmZpUGpz5+4FfNmIU+FmZg2P3Xaj2v2bfNWmk=
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a/go.mod h1:SGnFV6hVsYE877CKEZ6tDNTjaSXYUk6QqoIK6PrAtcc=
github.com/alicebob/miniredis/v2 v2.30.0 h1:uA3uhDbCxfO9+DI/DuGeAMr9qI+noVWwGPNTFuKID5M=
github.com/alicebob/miniredis/v2 v2.30.0/go.mod h1:84TWKZlxYkfgMucPBf5SOQBYJceZeQRFIaQgNMiCX6Q=
github.com/alicebob/miniredis/v2 v2.30.2 h1:lc1UAUT9ZA7h4srlfBmBt2aorm5Yftk9nBjxz7EyY9I=
github.com/alicebob/miniredis/v2 v2.30.2/go.mod h1:b25qWj4fCEsBeAAR2mlb0ufImGC6uH3VlUfb/HS5zKg=
github.com/aliyun/aliyun-oss-go-sdk v2.2.7+incompatible h1:KpbJFXwhVeuxNtBJ74MCGbIoaBok2uZvkD7QXp2+Wis=
github.com/aliyun/aliyun-oss-go-sdk v2.2.7+incompatible/go.mod h1:T/Aws4fEfogEE9v+HPhhw+CntffsBHJ8nXQCwKr0/g8=
github.com/amir/raidman v0.0.0-20170415203553-1ccc43bfb9c9/go.mod h1:eliMa/PW+RDr2QLWRmLH1R1ZA4RInpmvOzDDXtaIZkc=
Expand Down Expand Up @@ -1780,8 +1780,8 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
github.com/yuin/gopher-lua v0.0.0-20180630135845-46796da1b0b4/go.mod h1:aEV29XrmTYFr3CiRxZeGHpkvbwq+prZduBqMaascyCU=
github.com/yuin/gopher-lua v0.0.0-20220504180219-658193537a64 h1:5mLPGnFdSsevFRFc9q3yYbBkB6tsm4aCwwQV/j1JQAQ=
github.com/yuin/gopher-lua v0.0.0-20220504180219-658193537a64/go.mod h1:GBR0iDaNXjAgGg9zfCvksxSRnQx76gclCIb7kdAd1Pw=
github.com/yuin/gopher-lua v1.1.0 h1:BojcDhfyDWgU2f2TOzYK/g5p2gxMrku8oupLDqlnSqE=
github.com/yuin/gopher-lua v1.1.0/go.mod h1:GBR0iDaNXjAgGg9zfCvksxSRnQx76gclCIb7kdAd1Pw=
go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
go.etcd.io/bbolt v1.3.6 h1:/ecaJf0sk1l4l6V4awd65v2C3ILy7MSj+s/x1ADCIMU=
go.etcd.io/bbolt v1.3.6/go.mod h1:qXsaaIqmgQH0T+OPdb99Bf+PKfBBQVAdyD6TY9G8XM4=
Expand Down
13 changes: 13 additions & 0 deletions vendor/github.com/alicebob/miniredis/v2/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/alicebob/miniredis/v2/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/alicebob/miniredis/v2/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b4dd0ca

Please sign in to comment.