Skip to content

Commit

Permalink
chore(deps): Bump the everything-else group with 14 updates (#1858)
Browse files Browse the repository at this point in the history
Bumps the everything-else group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/btcsuite/btcd/btcutil](https://github.com/btcsuite/btcd) |
`1.1.3` | `1.1.5` |
| [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) |
`2.6.0` | `2.7.4` |
| [github.com/golang/protobuf](https://github.com/golang/protobuf) |
`1.5.3` | `1.5.4` |
|
[github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal)
| `1.11.0` | `1.12.0` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) |
`1.8.4` | `1.9.0` |
| [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) | `1.3.8` |
`1.3.9` |
| [go.uber.org/multierr](https://github.com/uber-go/multierr) | `1.10.0`
| `1.11.0` |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.26.0` |
`1.27.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.19.0` |
`0.21.0` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.15.0` |
`0.16.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.21.0` |
`0.22.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.17.0` |
`0.18.0` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.18.0` |
`0.19.0` |
| google.golang.org/protobuf | `1.31.0` | `1.33.0` |

Updates `github.com/btcsuite/btcd/btcutil` from 1.1.3 to 1.1.5
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/btcsuite/btcd/commit/790c570dda5d37e4e4f8c521548594db31f39619"><code>790c570</code></a>
Merge pull request <a
href="https://redirect.github.com/btcsuite/btcd/issues/2081">#2081</a>
from Roasbeef/dont-serialize-tx-for-txhash</li>
<li><a
href="https://github.com/btcsuite/btcd/commit/e102a81268be375eb74092fb7416108269f50fc4"><code>e102a81</code></a>
btcutil: add benchmarks for Hash + WitnessHash</li>
<li><a
href="https://github.com/btcsuite/btcd/commit/56de9ca878e797869553efd720846087a88e7434"><code>56de9ca</code></a>
btcutil: align new serialization caching logic w/ codebase style</li>
<li><a
href="https://github.com/btcsuite/btcd/commit/8766bfd86e469a5659d52965550552b741189015"><code>8766bfd</code></a>
Merge pull request <a
href="https://redirect.github.com/btcsuite/btcd/issues/2071">#2071</a>
from guggero/integration-harness-fixes</li>
<li><a
href="https://github.com/btcsuite/btcd/commit/7644d14078db276c31ab8f304e5edbbfd2699e4c"><code>7644d14</code></a>
blockchain: fix compilation issues with 32bit systems</li>
<li><a
href="https://github.com/btcsuite/btcd/commit/dd5f3bd513a3a60974c6a68721886f93f731e6b2"><code>dd5f3bd</code></a>
rpctest: make test TCP ports unique per process</li>
<li><a
href="https://github.com/btcsuite/btcd/commit/d33ac28be1745875d397f6090ab464382d73a9f1"><code>d33ac28</code></a>
rpctest: add more context to errors</li>
<li><a
href="https://github.com/btcsuite/btcd/commit/323cf1e0b15d19b4fda25a65e0df7bbdb58d31b0"><code>323cf1e</code></a>
rpctest: fix test node directory</li>
<li><a
href="https://github.com/btcsuite/btcd/commit/6e7680ad15358d50c9eb911aabd6f58f8840c6ed"><code>6e7680a</code></a>
rpctest: fix formatting</li>
<li><a
href="https://github.com/btcsuite/btcd/commit/83605e476cbe8a2782af721c20c88eba19a2c744"><code>83605e4</code></a>
btcutil: reuse serialized tx during TxHash</li>
<li>Additional commits viewable in <a
href="https://github.com/btcsuite/btcd/compare/btcutil/v1.1.3...btcutil/v1.1.5">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/gdamore/tcell/v2` from 2.6.0 to 2.7.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gdamore/tcell/releases">github.com/gdamore/tcell/v2's
releases</a>.</em></p>
<blockquote>
<h2>Version 2.7.4 Bug Fix Release</h2>
<p>This release fixes a problem with restoring cursor location properly
on Windows.</p>
<p>It also includes a new stress test for your terminal (FPS monitor)
contributed by <a
href="https://github.com/Bios-Marcel"><code>@​Bios-Marcel</code></a></p>
<h2>Version 2.7.3 Bug Fix Release</h2>
<p>This release just updates the terminfo data using current data from
Ubuntu 24.04 (Noble).
It fixes a regression where we dropped some capabilities including
StrikeThrough for some terminals.</p>
<h2>Version 2.7.2 Improvement Release</h2>
<p>This release does not add new APIs, but it does improve the
functionality of tcell on Windows, and provides an
&quot;undocumented&quot; feature for managing the alternate screen
buffer.</p>
<ul>
<li>Windows uses VT mode output everywhere except on ConEmu (because VT
output mode on ConEmu is borked for colors)
<ul>
<li>The <code>TCELL_VTMODE</code> environment variable can be set to
&quot;enable&quot; or &quot;disable&quot; to force attempting to use (or
not) this mode.</li>
</ul>
</li>
<li>Windows now uses the alternate screen buffer by default, and
preserves the original screen content</li>
<li>Use of the alternate screen can be disabled setting the
<code>TCELL_ALTSCREEN</code> environment variable to
&quot;disable&quot;.</li>
<li>If the alternate screen is disabled in that fashion, we will not
clear the screen either. This is an experimental way to preserve the
output from a tcell application on exit or suspend. Feedback on this
would be appreciated.</li>
</ul>
<p>The specific environment variables listed here are <em>not</em>
considered part of the Tcell API, and their presence and meaning may
change without notice at any time. Please consider them experimental and
let us know whether these are useful or not.</p>
<h2>Version 2.7.1 Bug Fix Release</h2>
<p>This release fixes a few problems, and also adds a feature that was
missing on Windows.</p>
<ul>
<li>Fix for disappearing wide (including emoji) characters on Windows
(<a
href="https://redirect.github.com/gdamore/tcell/issues/621">#621</a>)</li>
<li>Fix for wide characters causing scrolling when on bottom line on
UNIX/Linux (<a
href="https://redirect.github.com/gdamore/tcell/issues/679">#679</a>)</li>
<li>Fix for PollEvent returning nil on screen Suspend (regression) (<a
href="https://redirect.github.com/gdamore/tcell/issues/687">#687</a>)</li>
<li>Fix for AltGr modifiers on Windows, contributed by stk <a
href="mailto:stk@ableton.com">stk@ableton.com</a></li>
</ul>
<p>Additionally:</p>
<ul>
<li>Support for the termite (defunct) was removed from the built-in
terminals. The fallback support by parsing terminfo still works. The
termite project is now abandoned and the project advises users to use
Alacritty (which is natively supported in tcell.)</li>
<li>Support for focus event reporting was added for Windows</li>
<li>The Views API no longer uses deprecated tcell functions internally
(<a
href="https://redirect.github.com/gdamore/tcell/issues/682">#682</a>)</li>
</ul>
<h2>Version 2.7.0 Feature Release</h2>
<p>Significant changes in this release:</p>
<ul>
<li>Introduced <code>ColorNone</code> which can be used in a style to
avoid changing the existing foreground or background color.</li>
<li>Refactored the screen logic to provide better code reuse and
facilitate extending the Screen API in future releases. (This changes
internal APIs only)</li>
<li><code>Color</code> grew some methods to report a
<code>String()</code> (color name) or <code>CSS()</code> (color hex
string in CSS style)</li>
<li><code>LockRegion()</code> and <code>Tty</code> API changes from Tim
Culverhouse <a
href="mailto:tim@timculverhouse.com">tim@timculverhouse.com</a> in
support of Sixel coexistence. This does not itself provide support for
Sixel graphics, but it allows tcell applications to be used with other
sixel graphics libraries.</li>
<li>Mouse focus reporting (see <code>EnableFocus()</code>,
<code>DisableFocus()</code>, and <code>EventFocus</code>) courtesy of
stk <a href="mailto:stk@ableton.com">stk@ableton.com</a> (I also added
support for focus reporting in the WASM terminal.) Windows console does
not report this yet.</li>
</ul>
<p>The refactoring in particular will enable some further improvements.
Also, we added more test cases and coverage. While much of tcell remains
uncovered by formal testing, every improvement here is welcome.</p>
<p>I expect to follow up with another release soon -- things I'm hoping
for are gpm mouse support for the linux console (oft-requested),
refactoring wide character support to fix some long standing bugs, and
convenience methods to apply content or style changes to a rectangular
region of the screen. In the meantime, I hope you enjoy this
release!</p>
<h2>Fixes (relative to 2.6.0)</h2>
<ul>
<li>mouse demo: fix crash when multiple buttons pressed together</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gdamore/tcell/commit/d1364d5937eed5d5ac03b4fec309beb6db26f3eb"><code>d1364d5</code></a>
windows: restore cursor location correctly</li>
<li><a
href="https://github.com/gdamore/tcell/commit/b02dac3826aa24b2ddc43065f1d2f2a0a1b8c86b"><code>b02dac3</code></a>
fix stress demo (race on close)</li>
<li><a
href="https://github.com/gdamore/tcell/commit/2c305c06d7e13b9998dabecee4592d050db86a74"><code>2c305c0</code></a>
Add little stresser that just draws as much 'random' stuff as
possible</li>
<li><a
href="https://github.com/gdamore/tcell/commit/de408507f9fd2c2b336410c4affa3ca53a532381"><code>de40850</code></a>
terminfo: regenerate all entries</li>
<li><a
href="https://github.com/gdamore/tcell/commit/6c95e8dbb3814b7d426cc9e282e3b370f80977cf"><code>6c95e8d</code></a>
Try not to clear screen on Windows if TCELL_ALTSCREEN=disable</li>
<li><a
href="https://github.com/gdamore/tcell/commit/6984e257e4c8ad13320e72873896a4c6f9b25799"><code>6984e25</code></a>
Allow use of TCELL_ALTSCREEN=disable to disable alternate screen.</li>
<li><a
href="https://github.com/gdamore/tcell/commit/552bf3cec141281dddaae171d35f3569f058a1cc"><code>552bf3c</code></a>
windows: Use alt screen by default (supress with
TCELL_ALTSCREEN=disable)</li>
<li><a
href="https://github.com/gdamore/tcell/commit/5a591d427559cbb726a23d5883ac3c52d9d41afa"><code>5a591d4</code></a>
Use automargin disable</li>
<li><a
href="https://github.com/gdamore/tcell/commit/f6c43a3372ec9d9a73f0823235693f62bf50d909"><code>f6c43a3</code></a>
ConEmu fixes - we cannot go to 24-bit mode on that yet.</li>
<li><a
href="https://github.com/gdamore/tcell/commit/cd0fe984d90cf553213160f4449881fdf78a1fe5"><code>cd0fe98</code></a>
Windows: enable VT mode output by default</li>
<li>Additional commits viewable in <a
href="https://github.com/gdamore/tcell/compare/v2.6.0...v2.7.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/golang/protobuf` from 1.5.3 to 1.5.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/golang/protobuf/releases">github.com/golang/protobuf's
releases</a>.</em></p>
<blockquote>
<h2>v1.5.4</h2>
<p>Notable changes</p>
<ul>
<li>update descriptor.proto to latest version</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/protobuf/commit/75de7c059e36b64f01d0dd234ff2fff404ec3374"><code>75de7c0</code></a>
Merge pull request <a
href="https://redirect.github.com/golang/protobuf/issues/1597">#1597</a>
from golang/updatedesc</li>
<li><a
href="https://github.com/golang/protobuf/commit/b7697bb698b1c56643249ef6179c7cae1478881d"><code>b7697bb</code></a>
all: update descriptor.proto to latest version</li>
<li>See full diff in <a
href="https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/rogpeppe/go-internal` from 1.11.0 to 1.12.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rogpeppe/go-internal/commit/2c88e7f58ae1ca6f811b818d0d985b4622556532"><code>2c88e7f</code></a>
robustio: copy from cmd/go/internal/robustio (<a
href="https://redirect.github.com/rogpeppe/go-internal/issues/239">#239</a>)</li>
<li><a
href="https://github.com/rogpeppe/go-internal/commit/fa6a31e0812c9c062852fbcb34447f2b9e26126d"><code>fa6a31e</code></a>
testscript: add TestScript.Name</li>
<li><a
href="https://github.com/rogpeppe/go-internal/commit/0bcf77fec1bded4d5f2c88c58e1c723d7c660e86"><code>0bcf77f</code></a>
testscript,goproxytest: use filepath.WalkDir</li>
<li><a
href="https://github.com/rogpeppe/go-internal/commit/32ae33786eccde1672d4ba373c80e1bc282bfbf6"><code>32ae337</code></a>
testscript: propagate GORACE like we already do with GOCOVERDIR</li>
<li><a
href="https://github.com/rogpeppe/go-internal/commit/b6a9d8be924bf36dc5c02866ff4d263c35d71d9b"><code>b6a9d8b</code></a>
all: add Go 1.21, drop Go 1.19</li>
<li><a
href="https://github.com/rogpeppe/go-internal/commit/3fbe0b6b66f19f66f2092de2551fd00ada865690"><code>3fbe0b6</code></a>
testscript: skip pty test on macOS due to <a
href="https://redirect.github.com/golang/go/issues/61779">golang/go#61779</a></li>
<li><a
href="https://github.com/rogpeppe/go-internal/commit/e748a675e42a53dcd7dcc102db1b3bb7ba4fef31"><code>e748a67</code></a>
testscript: add ttyin/ttyout commands</li>
<li>See full diff in <a
href="https://github.com/rogpeppe/go-internal/compare/v1.11.0...v1.12.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/stretchr/testify` from 1.8.4 to 1.9.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/stretchr/testify/releases">github.com/stretchr/testify's
releases</a>.</em></p>
<blockquote>
<h2>v1.9.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix Go modules version by <a
href="https://github.com/SuperQ"><code>@​SuperQ</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1394">stretchr/testify#1394</a></li>
<li>Document that require is not safe to call in created goroutines by
<a
href="https://github.com/programmer04"><code>@​programmer04</code></a>
in <a
href="https://redirect.github.com/stretchr/testify/pull/1392">stretchr/testify#1392</a></li>
<li>Remove myself from MAINTAINERS.md by <a
href="https://github.com/mvdkleijn"><code>@​mvdkleijn</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1367">stretchr/testify#1367</a></li>
<li>Correct spelling/grammar by <a
href="https://github.com/echarrod"><code>@​echarrod</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1389">stretchr/testify#1389</a></li>
<li>docs: Update URLs in README by <a
href="https://github.com/davidjb"><code>@​davidjb</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1349">stretchr/testify#1349</a></li>
<li>Update mockery link to Github Pages in README by <a
href="https://github.com/LandonTClipp"><code>@​LandonTClipp</code></a>
in <a
href="https://redirect.github.com/stretchr/testify/pull/1346">stretchr/testify#1346</a></li>
<li>docs: Fix typos in tests and comments by <a
href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1410">stretchr/testify#1410</a></li>
<li>CI: tests from go1.17 by <a
href="https://github.com/SuperQ"><code>@​SuperQ</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1409">stretchr/testify#1409</a></li>
<li>Fix adding ? when no values passed by <a
href="https://github.com/lesichkovm"><code>@​lesichkovm</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1320">stretchr/testify#1320</a></li>
<li>codegen: use standard header for generated files by <a
href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1406">stretchr/testify#1406</a></li>
<li>mock: AssertExpectations log reason only on failure by <a
href="https://github.com/hikyaru-suzuki"><code>@​hikyaru-suzuki</code></a>
in <a
href="https://redirect.github.com/stretchr/testify/pull/1360">stretchr/testify#1360</a></li>
<li>assert: fix flaky TestNeverTrue by <a
href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1417">stretchr/testify#1417</a></li>
<li>README: fix typos &quot;set up&quot; vs &quot;setup&quot; by <a
href="https://github.com/ossan-dev"><code>@​ossan-dev</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1428">stretchr/testify#1428</a></li>
<li>mock: move regexp compilation outside of <code>Called</code> by <a
href="https://github.com/aud10slave"><code>@​aud10slave</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/631">stretchr/testify#631</a></li>
<li>assert: refactor internal func getLen() by <a
href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1445">stretchr/testify#1445</a></li>
<li>mock: deprecate type AnythingOfTypeArgument (<a
href="https://redirect.github.com/stretchr/testify/issues/1434">#1434</a>)
by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1441">stretchr/testify#1441</a></li>
<li>Remove no longer needed assert.canConvert by <a
href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1470">stretchr/testify#1470</a></li>
<li>assert: ObjectsAreEqual: use time.Equal for time.Time types by <a
href="https://github.com/tscales"><code>@​tscales</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1464">stretchr/testify#1464</a></li>
<li>Bump actions/checkout from 3 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1466">stretchr/testify#1466</a></li>
<li>Bump actions/setup-go from 3.2.0 to 4.1.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1451">stretchr/testify#1451</a></li>
<li>fix: make EventuallyWithT concurrency safe by <a
href="https://github.com/czeslavo"><code>@​czeslavo</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1395">stretchr/testify#1395</a></li>
<li>assert: fix httpCode and HTTPBody occur panic when http.Handler read
Body by <a href="https://github.com/hidu"><code>@​hidu</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1484">stretchr/testify#1484</a></li>
<li>assert.EqualExportedValues: fix handling of arrays by <a
href="https://github.com/zrbecker"><code>@​zrbecker</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1473">stretchr/testify#1473</a></li>
<li>.github: use latest Go versions by <a
href="https://github.com/kevinburkesegment"><code>@​kevinburkesegment</code></a>
in <a
href="https://redirect.github.com/stretchr/testify/pull/1489">stretchr/testify#1489</a></li>
<li>assert: Deprecate EqualExportedValues by <a
href="https://github.com/HaraldNordgren"><code>@​HaraldNordgren</code></a>
in <a
href="https://redirect.github.com/stretchr/testify/pull/1488">stretchr/testify#1488</a></li>
<li>suite: refactor test assertions by <a
href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1474">stretchr/testify#1474</a></li>
<li>suite: fix SetupSubTest and TearDownSubTest execution order by <a
href="https://github.com/linusbarth"><code>@​linusbarth</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1471">stretchr/testify#1471</a></li>
<li>docs: Fix deprecation comments for http package by <a
href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1335">stretchr/testify#1335</a></li>
<li>Add map support doc comments to Subset and NotSubset by <a
href="https://github.com/jedevc"><code>@​jedevc</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1306">stretchr/testify#1306</a></li>
<li>TestErrorIs/TestNotErrorIs: check error message contents by <a
href="https://github.com/craig65535"><code>@​craig65535</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1435">stretchr/testify#1435</a></li>
<li>suite: fix subtest names (fix <a
href="https://redirect.github.com/stretchr/testify/issues/1501">#1501</a>)
by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1504">stretchr/testify#1504</a></li>
<li>assert: improve unsafe.Pointer tests by <a
href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1505">stretchr/testify#1505</a></li>
<li>assert: simplify isNil implementation by <a
href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1506">stretchr/testify#1506</a></li>
<li>assert.InEpsilonSlice: fix expected/actual order and other
improvements by <a
href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1483">stretchr/testify#1483</a></li>
<li>Fix dependency cycle with objx <a
href="https://redirect.github.com/stretchr/testify/issues/1292">#1292</a>
by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1453">stretchr/testify#1453</a></li>
<li>mock: refactor TestIsArgsEqual by <a
href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1444">stretchr/testify#1444</a></li>
<li>mock: optimize argument matching checks by <a
href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1416">stretchr/testify#1416</a></li>
<li>assert: fix TestEventuallyTimeout by <a
href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1412">stretchr/testify#1412</a></li>
<li>CI: add go 1.21 in GitHub Actions by <a
href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1450">stretchr/testify#1450</a></li>
<li>suite: fix recoverAndFailOnPanic to report test failure at the right
location by <a
href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1502">stretchr/testify#1502</a></li>
<li>Update maintainers by <a
href="https://github.com/brackendawson"><code>@​brackendawson</code></a>
in <a
href="https://redirect.github.com/stretchr/testify/pull/1533">stretchr/testify#1533</a></li>
<li>assert: Fix EqualValues to handle overflow/underflow by <a
href="https://github.com/arjunmahishi"><code>@​arjunmahishi</code></a>
in <a
href="https://redirect.github.com/stretchr/testify/pull/1531">stretchr/testify#1531</a></li>
<li>assert: better formatting for Len() error by <a
href="https://github.com/kevinburkesegment"><code>@​kevinburkesegment</code></a>
in <a
href="https://redirect.github.com/stretchr/testify/pull/1485">stretchr/testify#1485</a></li>
<li>Ensure AssertExpectations does not fail in skipped tests by <a
href="https://github.com/ianrose14"><code>@​ianrose14</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1331">stretchr/testify#1331</a></li>
<li>suite: fix deadlock in suite.Require()/Assert() by <a
href="https://github.com/arjunmahishi"><code>@​arjunmahishi</code></a>
in <a
href="https://redirect.github.com/stretchr/testify/pull/1535">stretchr/testify#1535</a></li>
<li>Revert &quot;assert: ObjectsAreEqual: use time.Equal for time.Time
type&quot; by <a
href="https://github.com/brackendawson"><code>@​brackendawson</code></a>
in <a
href="https://redirect.github.com/stretchr/testify/pull/1537">stretchr/testify#1537</a></li>
<li>[chore] Add issue templates by <a
href="https://github.com/arjunmahishi"><code>@​arjunmahishi</code></a>
in <a
href="https://redirect.github.com/stretchr/testify/pull/1538">stretchr/testify#1538</a></li>
<li>Update the build status badge by <a
href="https://github.com/brackendawson"><code>@​brackendawson</code></a>
in <a
href="https://redirect.github.com/stretchr/testify/pull/1540">stretchr/testify#1540</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/stretchr/testify/commit/bb548d0473d4e1c9b7bbfd6602c7bf12f7a84dd2"><code>bb548d0</code></a>
Merge pull request <a
href="https://redirect.github.com/stretchr/testify/issues/1552">#1552</a>
from stretchr/dependabot/go_modules/github.com/stret...</li>
<li><a
href="https://github.com/stretchr/testify/commit/814075f391adffd2bf2b5110a74c51827ba132c4"><code>814075f</code></a>
build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2</li>
<li><a
href="https://github.com/stretchr/testify/commit/e0456122451b1839c8d58d32df6364e4d0f0a709"><code>e045612</code></a>
Merge pull request <a
href="https://redirect.github.com/stretchr/testify/issues/1339">#1339</a>
from bogdandrutu/uintptr</li>
<li><a
href="https://github.com/stretchr/testify/commit/5b6926d686d412518f50e888b9ae9b938355e011"><code>5b6926d</code></a>
Merge pull request <a
href="https://redirect.github.com/stretchr/testify/issues/1385">#1385</a>
from hslatman/not-implements</li>
<li><a
href="https://github.com/stretchr/testify/commit/9f97d67703eff02136d487e6c907e76fdea31a8b"><code>9f97d67</code></a>
Merge pull request <a
href="https://redirect.github.com/stretchr/testify/issues/1550">#1550</a>
from stretchr/release-notes</li>
<li><a
href="https://github.com/stretchr/testify/commit/bcb0d3fe49ff300fb78288cc144bc61a881f58ec"><code>bcb0d3f</code></a>
Include the auto-release notes in releases</li>
<li><a
href="https://github.com/stretchr/testify/commit/fb770f8238261aa22f8e0c56f18168ccb90f4a09"><code>fb770f8</code></a>
Merge pull request <a
href="https://redirect.github.com/stretchr/testify/issues/1247">#1247</a>
from ccoVeille/typos</li>
<li><a
href="https://github.com/stretchr/testify/commit/85d8bb6eea715dcbbb68f7c87b50e1956e20f892"><code>85d8bb6</code></a>
fix typos in comments, tests and github templates</li>
<li><a
href="https://github.com/stretchr/testify/commit/e2741fa4e9bf2fdfe3ed48d976a7eeebe76c5009"><code>e2741fa</code></a>
Merge pull request <a
href="https://redirect.github.com/stretchr/testify/issues/1548">#1548</a>
from arjunmahishi/msgAndArgs</li>
<li><a
href="https://github.com/stretchr/testify/commit/6e59f20c0d3883d2bdc589a9e48374ea30601851"><code>6e59f20</code></a>
http_assertions: assert that the msgAndArgs actually works in tests</li>
<li>Additional commits viewable in <a
href="https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `go.etcd.io/bbolt` from 1.3.8 to 1.3.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/etcd-io/bbolt/releases">go.etcd.io/bbolt's
releases</a>.</em></p>
<blockquote>
<h2>v1.3.9</h2>
<p>See the <a
href="https://github.com/etcd-io/bbolt/blob/main/CHANGELOG/CHANGELOG-1.3.md#v1392024-02-24">CHANGELOG</a>
for more details.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/etcd-io/bbolt/commit/50aef2646b0fd58bd395530de7940f2609efdb2b"><code>50aef26</code></a>
Merge pull request <a
href="https://redirect.github.com/etcd-io/bbolt/issues/683">#683</a>
from Elbehery/backport_fix_cli_panics</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/25dacb34be1d950462e52d338ad1ef157cddd6e1"><code>25dacb3</code></a>
fix cli cmds panics</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/e102fcf8a2581581ca3c4cf28639c043eaf547f6"><code>e102fcf</code></a>
Merge pull request <a
href="https://redirect.github.com/etcd-io/bbolt/issues/639">#639</a>
from fuweid/cp-copy-key-before-seek</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/fabe2fb55ef5408575e9b0f9769d12cf602c8297"><code>fabe2fb</code></a>
*: copy key before comparing during CreateBucket</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/50ddad0f002ce4585f65a1d0273b17cb65d8b88e"><code>50ddad0</code></a>
bucket: copy key before Put</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/b3bdd17686f00f5441b136180fee724f6dac4e08"><code>b3bdd17</code></a>
tests/robustness: add issue72 reproducer</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/d520aaac7c4c01503d359fce74d094124ceda67b"><code>d520aaa</code></a>
*: introduce failpoint beforeBucketPut</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/0a521c0b487d04a28e15b3fe4978271310503a6e"><code>0a521c0</code></a>
bucket: allow to allocate key on stack in Put()</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/defa564febcd832d11c38459e6df3906e9c484ff"><code>defa564</code></a>
Merge pull request <a
href="https://redirect.github.com/etcd-io/bbolt/issues/600">#600</a>
from Richabanker/release-1.3</li>
<li><a
href="https://github.com/etcd-io/bbolt/commit/fe23f523fd29a437beb5b3b08cd967e0368f84bc"><code>fe23f52</code></a>
Backport concurrent_test.go to release-1.3 branch</li>
<li>See full diff in <a
href="https://github.com/etcd-io/bbolt/compare/v1.3.8...v1.3.9">compare
view</a></li>
</ul>
</details>
<br />

Updates `go.uber.org/multierr` from 1.10.0 to 1.11.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/uber-go/multierr/releases">go.uber.org/multierr's
releases</a>.</em></p>
<blockquote>
<h2>v1.11.0</h2>
<ul>
<li>Errors now supports any error that implements multiple-error
interface.</li>
<li>Add Every function to allow checking if all errors in the chain
satisfies errors.Is against the target error.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/uber-go/multierr/blob/master/CHANGELOG.md">go.uber.org/multierr's
changelog</a>.</em></p>
<blockquote>
<h1>v1.11.0 (2023-03-28)</h1>
<ul>
<li><code>Errors</code> now supports any error that implements
multiple-error
interface.</li>
<li>Add <code>Every</code> function to allow checking if all errors in
the chain
satisfies <code>errors.Is</code> against the target error.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/uber-go/multierr/commit/de75ae527b39a27afcb50a84427ec7b84021d5f4"><code>de75ae5</code></a>
Release v1.11.0 (<a
href="https://redirect.github.com/uber-go/multierr/issues/79">#79</a>)</li>
<li><a
href="https://github.com/uber-go/multierr/commit/d8067ab0035d5e0ece3cef8cce2c69fd92ce97ad"><code>d8067ab</code></a>
Support multierr.Every (<a
href="https://redirect.github.com/uber-go/multierr/issues/78">#78</a>)</li>
<li><a
href="https://github.com/uber-go/multierr/commit/d42b7a1b108badf09e0227b40dedc2f25848be19"><code>d42b7a1</code></a>
ci: Minimize permissions to workflows (<a
href="https://redirect.github.com/uber-go/multierr/issues/77">#77</a>)</li>
<li><a
href="https://github.com/uber-go/multierr/commit/faff69d9f00cd325d6d0181e7495a70c5f31994f"><code>faff69d</code></a>
Enable Errors support for any multi-error (<a
href="https://redirect.github.com/uber-go/multierr/issues/75">#75</a>)</li>
<li>See full diff in <a
href="https://github.com/uber-go/multierr/compare/v1.10.0...v1.11.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `go.uber.org/zap` from 1.26.0 to 1.27.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/uber-go/zap/releases">go.uber.org/zap's
releases</a>.</em></p>
<blockquote>
<h2>v1.27.0</h2>
<p>Enhancements:</p>
<ul>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1378">#1378</a>[]:
Add <code>WithLazy</code> method for <code>SugaredLogger</code>.</li>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1399">#1399</a>[]:
zaptest: Add <code>NewTestingWriter</code> for customizing TestingWriter
with more flexibility than <code>NewLogger</code>.</li>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1406">#1406</a>[]:
Add <code>Log</code>, <code>Logw</code>, <code>Logln</code> methods for
<code>SugaredLogger</code>.</li>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1416">#1416</a>[]:
Add <code>WithPanicHook</code> option for testing panic logs.</li>
</ul>
<p>Thanks to <a
href="https://github.com/defval"><code>@​defval</code></a>, <a
href="https://github.com/dimmo"><code>@​dimmo</code></a>, <a
href="https://github.com/arxeiss"><code>@​arxeiss</code></a>, and <a
href="https://github.com/MKrupauskas"><code>@​MKrupauskas</code></a> for
their contributions to this release.</p>
<p><a
href="https://redirect.github.com/uber-go/zap/issues/1378">#1378</a>: <a
href="https://redirect.github.com/uber-go/zap/pull/1378">uber-go/zap#1378</a>
<a href="https://redirect.github.com/uber-go/zap/issues/1399">#1399</a>:
<a
href="https://redirect.github.com/uber-go/zap/pull/1399">uber-go/zap#1399</a>
<a href="https://redirect.github.com/uber-go/zap/issues/1406">#1406</a>:
<a
href="https://redirect.github.com/uber-go/zap/pull/1406">uber-go/zap#1406</a>
<a href="https://redirect.github.com/uber-go/zap/issues/1416">#1416</a>:
<a
href="https://redirect.github.com/uber-go/zap/pull/1416">uber-go/zap#1416</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/uber-go/zap/blob/master/CHANGELOG.md">go.uber.org/zap's
changelog</a>.</em></p>
<blockquote>
<h2>1.27.0 (20 Feb 2024)</h2>
<p>Enhancements:</p>
<ul>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1378">#1378</a>[]:
Add <code>WithLazy</code> method for <code>SugaredLogger</code>.</li>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1399">#1399</a>[]:
zaptest: Add <code>NewTestingWriter</code> for customizing TestingWriter
with more flexibility than <code>NewLogger</code>.</li>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1406">#1406</a>[]:
Add <code>Log</code>, <code>Logw</code>, <code>Logln</code> methods for
<code>SugaredLogger</code>.</li>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1416">#1416</a>[]:
Add <code>WithPanicHook</code> option for testing panic logs.</li>
</ul>
<p>Thanks to <a
href="https://github.com/defval"><code>@​defval</code></a>, <a
href="https://github.com/dimmo"><code>@​dimmo</code></a>, <a
href="https://github.com/arxeiss"><code>@​arxeiss</code></a>, and <a
href="https://github.com/MKrupauskas"><code>@​MKrupauskas</code></a> for
their contributions to this release.</p>
<p><a
href="https://redirect.github.com/uber-go/zap/issues/1378">#1378</a>: <a
href="https://redirect.github.com/uber-go/zap/pull/1378">uber-go/zap#1378</a>
<a href="https://redirect.github.com/uber-go/zap/issues/1399">#1399</a>:
<a
href="https://redirect.github.com/uber-go/zap/pull/1399">uber-go/zap#1399</a>
<a href="https://redirect.github.com/uber-go/zap/issues/1406">#1406</a>:
<a
href="https://redirect.github.com/uber-go/zap/pull/1406">uber-go/zap#1406</a>
<a href="https://redirect.github.com/uber-go/zap/issues/1416">#1416</a>:
<a
href="https://redirect.github.com/uber-go/zap/pull/1416">uber-go/zap#1416</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/uber-go/zap/commit/fcf8ee58669e358bbd6460bef5c2ee7a53c0803a"><code>fcf8ee5</code></a>
Release v1.27.0 (<a
href="https://redirect.github.com/uber-go/zap/issues/1419">#1419</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/e5a56ee593d51f611de3a73cf3140f1c1927d68e"><code>e5a56ee</code></a>
Add WithPanicHook logger option for panic log tests (<a
href="https://redirect.github.com/uber-go/zap/issues/1416">#1416</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/0e2aa4e0412dfb49d87f9ec96b47c8296189cfa3"><code>0e2aa4e</code></a>
assets: Fix logo color profile (<a
href="https://redirect.github.com/uber-go/zap/issues/1418">#1418</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/956a21c19cf77ea7a78f9f08ca44b6f77f95053a"><code>956a21c</code></a>
Add methods for logging with level as argument (<a
href="https://redirect.github.com/uber-go/zap/issues/1406">#1406</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/2a893f61347ef844d78dcb4ad3b454ee11ae7641"><code>2a893f6</code></a>
build(deps): bump golangci/golangci-lint-action from 3 to 4 (<a
href="https://redirect.github.com/uber-go/zap/issues/1417">#1417</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/e5745d6095ecc2497281569e8713835f2c4a029f"><code>e5745d6</code></a>
ci: Test with Go 1.22 (<a
href="https://redirect.github.com/uber-go/zap/issues/1409">#1409</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/7db06bc9b095571d3dc3d4eebdfbe4dd9bd20405"><code>7db06bc</code></a>
zapslog: rename Option to HandlerOption (<a
href="https://redirect.github.com/uber-go/zap/issues/1411">#1411</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/35ded09102db8ce0b2eba3e87f54ba6ce14f2359"><code>35ded09</code></a>
zapslog: fix all with slogtest, support inline group, ignore empty
group. (<a
href="https://redirect.github.com/uber-go/zap/issues/1">#1</a>...</li>
<li><a
href="https://github.com/uber-go/zap/commit/27b96e378909082d0bf2f0c5802a9f648150fe98"><code>27b96e3</code></a>
Make zaptest.NewTestingWriter public (<a
href="https://redirect.github.com/uber-go/zap/issues/1399">#1399</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/70f61bb342203a50f8192b05f7faf40a0f809a91"><code>70f61bb</code></a>
zapslog: Bump zap from v1.24.0 to v1.26.0 (<a
href="https://redirect.github.com/uber-go/zap/issues/1404">#1404</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/uber-go/zap/compare/v1.26.0...v1.27.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/crypto` from 0.19.0 to 0.21.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/crypto/commit/7067223927c4e3f3bb91a5c6e0d2aae83df74e7a"><code>7067223</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/crypto/commit/0d2316b26734542fda0a2df69f586b811740edf4"><code>0d2316b</code></a>
ssh/test: work around for TestCiphers failures on macOS</li>
<li><a
href="https://github.com/golang/crypto/commit/0aab8d07aefab378c763e8f36aa007544a862aa9"><code>0aab8d0</code></a>
all: update go.mod x/net dependency</li>
<li><a
href="https://github.com/golang/crypto/commit/5bead598a0d4042616ba0daf31d8398ff6c06eaf"><code>5bead59</code></a>
ocsp: don't use iota for externally defined constants</li>
<li><a
href="https://github.com/golang/crypto/commit/1a865804d5a867febcb0162512f4e5d947ba641e"><code>1a86580</code></a>
x/crypto/internal/poly1305: improve sum_ppc64le.s</li>
<li><a
href="https://github.com/golang/crypto/commit/1c981e6f81fc4d43487d6ad84d6b499fa55099e8"><code>1c981e6</code></a>
ssh/test: don't use DSA keys in integrations tests, update test RSA
key</li>
<li><a
href="https://github.com/golang/crypto/commit/62c9f1799c91aef0744179032e30fda3761e79f7"><code>62c9f17</code></a>
x509roots/nss: manually exclude a confusingly constrained root</li>
<li>See full diff in <a
href="https://github.com/golang/crypto/compare/v0.19.0...v0.21.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/mod` from 0.15.0 to 0.16.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/mod/commit/766dc5df63e3e3e5cd6b1682f522a01c99723beb"><code>766dc5d</code></a>
modfile: use new go version string format in WorkFile.add error</li>
<li>See full diff in <a
href="https://github.com/golang/mod/compare/v0.15.0...v0.16.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/net` from 0.21.0 to 0.22.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/net/commit/7ee34a078aecd23a99f205bded144e5246a27d7c"><code>7ee34a0</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/net/commit/c289c7ab4f437bb502e685daaae72426126d5595"><code>c289c7a</code></a>
websocket: re-add documentation for DialConfig</li>
<li><a
href="https://github.com/golang/net/commit/9fb4a8c9216d09f29d58e45a79cc2065d1b5bbf5"><code>9fb4a8c</code></a>
http2: send an error of FLOW_CONTROL_ERROR when exceed the maximum
octets</li>
<li><a
href="https://github.com/golang/net/commit/3dfd003ad338913e62ad1e56020aee316f1ffe59"><code>3dfd003</code></a>
websocket: add support for dialing with context</li>
<li><a
href="https://github.com/golang/net/commit/fa1142799318d3fa3632ecfd9f318ffa040e7c4c"><code>fa11427</code></a>
quic: move package out of internal</li>
<li><a
href="https://github.com/golang/net/commit/591be7f10be18b4b24250868fb61a93c2e5af3f4"><code>591be7f</code></a>
quic: fix UDP on big-endian Linux, tests on various architectures</li>
<li><a
href="https://github.com/golang/net/commit/34cc4464c5cb7947126d80f9d75b4c16d229337d"><code>34cc446</code></a>
quic: temporarily disable networking tests failing on various
platforms</li>
<li><a
href="https://github.com/golang/net/commit/4bdc6df28ea746166f486314f8848eb9b25b9073"><code>4bdc6df</code></a>
quic: expand package docs, and document Stream</li>
<li><a
href="https://github.com/golang/net/commit/22cbde9a565f4e40b5060a41d5e5171adcff673e"><code>22cbde9</code></a>
quic: set ServerName in client connection TLSConfig</li>
<li><a
href="https://github.com/golang/net/commit/57e4cc7d885a72ee5111b227ba5790ea5a170656"><code>57e4cc7</code></a>
quic: handle PATH_CHALLENGE and PATH_RESPONSE frames</li>
<li>Additional commits viewable in <a
href="https://github.com/golang/net/compare/v0.21.0...v0.22.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/term` from 0.17.0 to 0.18.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/term/commit/c5eaf76d63c69ba9d890c5969f892022e97598da"><code>c5eaf76</code></a>
go.mod: update golang.org/x dependencies</li>
<li>See full diff in <a
href="https://github.com/golang/term/compare/v0.17.0...v0.18.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/tools` from 0.18.0 to 0.19.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/tools/commit/7656c4c657688cae30795365d2a5f30d6f18be7f"><code>7656c4c</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/tools/commit/5bf7d005299769e9d476813f09efd2a4296d5fe9"><code>5bf7d00</code></a>
cmd/callgraph: add 'posn' template helper</li>
<li><a
href="https://github.com/golang/tools/commit/283fce21c13672b609664a88e2575aaae16a7ddb"><code>283fce2</code></a>
x/tools: drop go1.18 support</li>
<li><a
href="https://github.com/golang/tools/commit/7f348c7a4c28c9162056530f6be369bb179e05a5"><code>7f348c7</code></a>
internal/versions: updates the meaning of FileVersions.</li>
<li><a
href="https://github.com/golang/tools/commit/38b0e9bfdba8d4762d50481319449a59e0a8adb6"><code>38b0e9b</code></a>
x/tools: add explicit Unalias operations</li>
<li><a
href="https://github.com/golang/tools/commit/a6c03c86fe37d3a870a08c8814c242a6a4105726"><code>a6c03c8</code></a>
x/tools: update telemetry import (new Start API)</li>
<li><a
href="https://github.com/golang/tools/commit/1f7dbdf01abbd56f7fb4ac2c61ea25ff673633af"><code>1f7dbdf</code></a>
gopls/internal/cache: add debug assertions for bug report</li>
<li><a
href="https://github.com/golang/tools/commit/4d4e8028747180d2fc1cdcef0b7de569666c5984"><code>4d4e802</code></a>
gopls/doc: address additional comments on workspace.md</li>
<li><a
href="https://github.com/golang/tools/commit/abe5874e805f7fe006ae6b906b3d08bbdedd23af"><code>abe5874</code></a>
gopls/internal/analysis: add fill switch cases code action</li>
<li><a
href="https://github.com/golang/tools/commit/fc70354354e63fa88b8cba95d89e3115bdd717dd"><code>fc70354</code></a>
gopls/internal/test: add test for NPE in control flow highlighting</li>
<li>Additional commits viewable in <a
href="https://github.com/golang/tools/compare/v0.18.0...v0.19.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] committed Mar 29, 2024
1 parent b9bb9fe commit 9336c7f
Show file tree
Hide file tree
Showing 6 changed files with 129 additions and 130 deletions.
22 changes: 11 additions & 11 deletions contribs/gnodev/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ require (
github.com/fsnotify/fsnotify v1.7.0
github.com/gnolang/gno v0.0.0-00010101000000-000000000000
github.com/gorilla/websocket v1.5.1
go.uber.org/zap v1.26.0
go.uber.org/zap v1.27.0
golang.org/x/term v0.18.0
)

require (
dario.cat/mergo v1.0.0 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
github.com/btcsuite/btcd/btcutil v1.1.3 // indirect
github.com/btcsuite/btcd/btcutil v1.1.5 // indirect
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
github.com/cosmos/ledger-cosmos-go v0.13.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/gnolang/goleveldb v0.0.9 // indirect
github.com/gnolang/overflow v0.0.0-20170615021017-4d914c927216 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/gorilla/mux v1.8.1 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
Expand All @@ -35,22 +35,22 @@ require (
github.com/peterbourgon/ff/v3 v3.4.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/rs/cors v1.10.1 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/zondax/hid v0.9.2 // indirect
github.com/zondax/ledger-go v0.14.3 // indirect
go.uber.org/multierr v1.10.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap/exp v0.2.0 // indirect
golang.org/x/crypto v0.19.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
golang.org/x/mod v0.15.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/mod v0.16.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.18.0 // indirect
golang.org/x/tools v0.19.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231009173412-8bfb1ae86b6c // indirect
google.golang.org/grpc v1.58.3 // indirect
google.golang.org/protobuf v1.31.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
64 changes: 31 additions & 33 deletions contribs/gnodev/go.sum

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

16 changes: 8 additions & 8 deletions contribs/gnokeykc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ require (
require (
github.com/alessio/shellescape v1.4.1 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
github.com/btcsuite/btcd/btcutil v1.1.3 // indirect
github.com/btcsuite/btcd/btcutil v1.1.5 // indirect
github.com/cosmos/ledger-cosmos-go v0.13.3 // indirect
github.com/danieljoos/wincred v1.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/gnolang/goleveldb v0.0.9 // indirect
github.com/gnolang/overflow v0.0.0-20170615021017-4d914c927216 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/jaekwon/testify v1.6.1 // indirect
Expand All @@ -30,18 +30,18 @@ require (
github.com/peterbourgon/ff/v3 v3.4.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/zondax/hid v0.9.2 // indirect
github.com/zondax/ledger-go v0.14.3 // indirect
golang.org/x/crypto v0.19.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
golang.org/x/mod v0.15.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/mod v0.16.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/term v0.17.0 // indirect
golang.org/x/term v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231009173412-8bfb1ae86b6c // indirect
google.golang.org/grpc v1.58.3 // indirect
google.golang.org/protobuf v1.31.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 9336c7f

Please sign in to comment.