Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump the minor group with 7 updates (#2089)
Bumps the minor group with 7 updates: | Package | From | To | | --- | --- | --- | | [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.15.15` | `1.17.9` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.8.1` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.9.0` | | [go.opencensus.io](https://github.com/census-instrumentation/opencensus-go) | `0.22.5` | `0.24.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.23.0` | `0.28.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.18.0` | `0.23.0` | Updates `github.com/cespare/xxhash/v2` from 2.2.0 to 2.3.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cespare/xxhash/commit/998dce232f17418a7a5721ecf87ca714025a3243"><code>998dce2</code></a> Add initial support for custom seeds</li> <li><a href="https://github.com/cespare/xxhash/commit/21fc82b0b9b5d9ffd7d69c3193679ce46eb738dc"><code>21fc82b</code></a> feat: add badger to the projects using this package on README.md</li> <li><a href="https://github.com/cespare/xxhash/commit/66b14091423905f2a7749a819fc1d3e187b42384"><code>66b1409</code></a> feat: add ristretto to the Projects using this package on README.md</li> <li><a href="https://github.com/cespare/xxhash/commit/fe2f6e86bb1d7041699efbe0fae02ec03ad063c8"><code>fe2f6e8</code></a> Update Go versions for GH action</li> <li>See full diff in <a href="https://github.com/cespare/xxhash/compare/v2.2.0...v2.3.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/klauspost/compress` from 1.15.15 to 1.17.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/klauspost/compress/releases">github.com/klauspost/compress's releases</a>.</em></p> <blockquote> <h2>v1.17.9</h2> <h2>What's Changed</h2> <ul> <li>s2: Reduce ReadFrom temporary allocations by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://github.com/klauspost/compress/pull/949">klauspost/compress#949</a></li> <li>Fix arm64 vet issues by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://github.com/klauspost/compress/pull/964">klauspost/compress#964</a></li> <li>flate, zstd: Shave some bytes off amd64 matchLen by <a href="https://github.com/greatroar"><code>@greatroar</code></a> in <a href="https://github.com/klauspost/compress/pull/963">klauspost/compress#963</a></li> <li>Upgrade zip to 1.22.4 upstream by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://github.com/klauspost/compress/pull/970">klauspost/compress#970</a></li> <li>zstd: BuildDict fails with RLE table by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://github.com/klauspost/compress/pull/951">klauspost/compress#951</a></li> <li>Upgrade zlib to upstream by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://github.com/klauspost/compress/pull/971">klauspost/compress#971</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/klauspost/compress/compare/v1.17.8...v1.17.9">https://github.com/klauspost/compress/compare/v1.17.8...v1.17.9</a></p> <h2>v1.17.8</h2> <h2>What's Changed</h2> <ul> <li>zstd: Reject blocks where reserved values are not 0 by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://github.com/klauspost/compress/pull/885">klauspost/compress#885</a></li> <li>zstd: Add RLE detection+encoding by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://github.com/klauspost/compress/pull/938">klauspost/compress#938</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ankon"><code>@ankon</code></a> made their first contribution in <a href="https://github.com/klauspost/compress/pull/932">klauspost/compress#932</a></li> <li><a href="https://github.com/kindhuge"><code>@kindhuge</code></a> made their first contribution in <a href="https://github.com/klauspost/compress/pull/946">klauspost/compress#946</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/klauspost/compress/compare/v1.17.7...v1.17.8">https://github.com/klauspost/compress/compare/v1.17.7...v1.17.8</a></p> <h2>v1.17.7</h2> <h2>What's Changed</h2> <ul> <li>s2: Add AsyncFlush method: Complete the block without flushing by <a href="https://github.com/Jille"><code>@Jille</code></a> in <a href="https://github.com/klauspost/compress/pull/927">klauspost/compress#927</a></li> <li>s2: Fix literal+repeat exceeds dst crash by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://github.com/klauspost/compress/pull/930">klauspost/compress#930</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/klauspost/compress/compare/v1.17.6...v1.17.7">https://github.com/klauspost/compress/compare/v1.17.6...v1.17.7</a></p> <h2>v1.17.6</h2> <h2>What's Changed</h2> <ul> <li>zstd: Fix incorrect repeat coding in best mode by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://github.com/klauspost/compress/pull/923">klauspost/compress#923</a></li> <li>s2: Fix DecodeConcurrent deadlock on errors by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://github.com/klauspost/compress/pull/925">klauspost/compress#925</a></li> <li>build: Remove garble compiler by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://github.com/klauspost/compress/pull/924">klauspost/compress#924</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/klauspost/compress/compare/v1.17.5...v1.17.6">https://github.com/klauspost/compress/compare/v1.17.5...v1.17.6</a></p> <h2>v1.17.5</h2> <h2>What's Changed</h2> <ul> <li>flate: Fix reset with dictionary on custom window encodes by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://github.com/klauspost/compress/pull/912">klauspost/compress#912</a></li> <li>zstd: Limit better/best default window to 8MB by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://github.com/klauspost/compress/pull/913">klauspost/compress#913</a></li> <li>zstd: Shorter and faster asm for decSymbol.newState by <a href="https://github.com/greatroar"><code>@greatroar</code></a> in <a href="https://github.com/klauspost/compress/pull/896">klauspost/compress#896</a></li> <li>zstd: Add Frame header encoding and stripping by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://github.com/klauspost/compress/pull/908">klauspost/compress#908</a></li> <li>zstd: Tweak noasm FSE decoder by <a href="https://github.com/greatroar"><code>@greatroar</code></a> in <a href="https://github.com/klauspost/compress/pull/910">klauspost/compress#910</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/klauspost/compress/commit/7ae2138b16cc43afcea3ce7d3d2f2625fb389d51"><code>7ae2138</code></a> Upgrade zlib to upstream (<a href="https://github.com/klauspost/compress/issues/971">#971</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/039617872161e65ba0ca9c06efa90c292ee6b8f9"><code>0396178</code></a> zstd: BuildDict fails with RLE table (<a href="https://github.com/klauspost/compress/issues/951">#951</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/8411e1d1cc0d8619eb8207d6342fe4878470f7aa"><code>8411e1d</code></a> zip: Upgrade to 1.22.4 upstream (<a href="https://github.com/klauspost/compress/issues/970">#970</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/d9f6f55f919d5348016ac45fada6467f195981f5"><code>d9f6f55</code></a> build(deps): bump the github-actions group across 1 directory with 2 updates ...</li> <li><a href="https://github.com/klauspost/compress/commit/5f7dd2527fb39ce24feb24a4b75323cf64729d57"><code>5f7dd25</code></a> flate, zstd: Shave some bytes off amd64 matchLen (<a href="https://github.com/klauspost/compress/issues/963">#963</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/3a0faf36e3ff603b28fcee9266af2a1a76963771"><code>3a0faf3</code></a> Fix arm64 vet issues (<a href="https://github.com/klauspost/compress/issues/964">#964</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/8bd3916ec655c728bb368f27772429d0704d7785"><code>8bd3916</code></a> s2: Reduce ReadFrom temporary allocations (<a href="https://github.com/klauspost/compress/issues/949">#949</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/c0ff47e262d13b2d48101344c6eff7204d8e6696"><code>c0ff47e</code></a> Update README.md</li> <li><a href="https://github.com/klauspost/compress/commit/657dc16a9a6667d91e73d44f301356048f0f90da"><code>657dc16</code></a> chore: remove repetitive words (<a href="https://github.com/klauspost/compress/issues/946">#946</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/3f77d8c9ab20e8d84a93c03c8434ada79aa14b7d"><code>3f77d8c</code></a> build(deps): bump the github-actions group with 1 update (<a href="https://github.com/klauspost/compress/issues/944">#944</a>)</li> <li>Additional commits viewable in <a href="https://github.com/klauspost/compress/compare/v1.15.15...v1.17.9">compare view</a></li> </ul> </details> <br /> Updates `github.com/spf13/cobra` from 1.7.0 to 1.8.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/cobra/releases">github.com/spf13/cobra's releases</a>.</em></p> <blockquote> <h2>v1.8.1</h2> <h2>✨ Features</h2> <ul> <li>Add env variable to suppress completion descriptions on create by <a href="https://github.com/scop"><code>@scop</code></a> in <a href="https://github.com/spf13/cobra/pull/1938">spf13/cobra#1938</a></li> </ul> <h2>🐛 Bug fixes</h2> <ul> <li>Micro-optimizations by <a href="https://github.com/scop"><code>@scop</code></a> in <a href="https://github.com/spf13/cobra/pull/1957">spf13/cobra#1957</a></li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/spf13/cobra/pull/2127">spf13/cobra#2127</a></li> <li>Consistent annotation names by <a href="https://github.com/nirs"><code>@nirs</code></a> in <a href="https://github.com/spf13/cobra/pull/2140">spf13/cobra#2140</a></li> <li>Remove fully inactivated linters by <a href="https://github.com/nirs"><code>@nirs</code></a> in <a href="https://github.com/spf13/cobra/pull/2148">spf13/cobra#2148</a></li> <li>Address golangci-lint deprecation warnings, enable some more linters by <a href="https://github.com/scop"><code>@scop</code></a> in <a href="https://github.com/spf13/cobra/pull/2152">spf13/cobra#2152</a></li> </ul> <h2>🧪 Testing & CI/CD</h2> <ul> <li>Add test for func in cobra.go by <a href="https://github.com/korovindenis"><code>@korovindenis</code></a> in <a href="https://github.com/spf13/cobra/pull/2094">spf13/cobra#2094</a></li> <li>ci: test golang 1.22 by <a href="https://github.com/cyrilico"><code>@cyrilico</code></a> in <a href="https://github.com/spf13/cobra/pull/2113">spf13/cobra#2113</a></li> <li>Optimized and added more linting by <a href="https://github.com/scop"><code>@scop</code></a> in <a href="https://github.com/spf13/cobra/pull/2099">spf13/cobra#2099</a></li> <li>build(deps): bump actions/setup-go from 4 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/spf13/cobra/pull/2087">spf13/cobra#2087</a></li> <li>build(deps): bump actions/labeler from 4 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/spf13/cobra/pull/2086">spf13/cobra#2086</a></li> <li>build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/spf13/cobra/pull/2108">spf13/cobra#2108</a></li> <li>build(deps): bump actions/cache from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/spf13/cobra/pull/2102">spf13/cobra#2102</a></li> </ul> <h2>✏️ Documentation</h2> <ul> <li>Fixes and docs for usage as plugin by <a href="https://github.com/nirs"><code>@nirs</code></a> in <a href="https://github.com/spf13/cobra/pull/2070">spf13/cobra#2070</a></li> <li>flags: clarify documentation that LocalFlags related function do not modify the state by <a href="https://github.com/niamster"><code>@niamster</code></a> in <a href="https://github.com/spf13/cobra/pull/2064">spf13/cobra#2064</a></li> <li>chore: remove repetitive words by <a href="https://github.com/racerole"><code>@racerole</code></a> in <a href="https://github.com/spf13/cobra/pull/2122">spf13/cobra#2122</a></li> <li>Add LXC to the list of projects using Cobra <a href="https://github.com/VaradBelwalkar"><code>@VaradBelwalkar</code></a> in <a href="https://github.com/spf13/cobra/pull/2071">spf13/cobra#2071</a></li> <li>Update projects_using_cobra.md by <a href="https://github.com/marcuskohlberg"><code>@marcuskohlberg</code></a> in <a href="https://github.com/spf13/cobra/pull/2089">spf13/cobra#2089</a></li> <li>[chore]: update projects using cobra by <a href="https://github.com/cmwylie19"><code>@cmwylie19</code></a> in <a href="https://github.com/spf13/cobra/pull/2093">spf13/cobra#2093</a></li> <li>Add Taikun CLI to list of projects by <a href="https://github.com/Smidra"><code>@Smidra</code></a> in <a href="https://github.com/spf13/cobra/pull/2098">spf13/cobra#2098</a></li> <li>Add Incus to the list of projects using Cobra by <a href="https://github.com/montag451"><code>@montag451</code></a> in <a href="https://github.com/spf13/cobra/pull/2118">spf13/cobra#2118</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/cobra/commit/e94f6d0dd9a5e5738dca6bce03c4b1207ffbc0ec"><code>e94f6d0</code></a> Address golangci-lint deprecation warnings, enable some more linters (<a href="https://github.com/spf13/cobra/issues/2152">#2152</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/8003b74a10ef0d0d84fe3c408d3939d86fdeb210"><code>8003b74</code></a> Remove fully inactivated linters (<a href="https://github.com/spf13/cobra/issues/2148">#2148</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/5c2c1d627d35a00153764a3d37400efc66eaca1c"><code>5c2c1d6</code></a> Consistent annotation names (<a href="https://github.com/spf13/cobra/issues/2140">#2140</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/5a1acea3210649f3d70002818ec04b09f6347062"><code>5a1acea</code></a> build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 (<a href="https://github.com/spf13/cobra/issues/2127">#2127</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/0fc86c2ffd0326b6f6ed5fa36803d26993655c08"><code>0fc86c2</code></a> docs: update user guide (<a href="https://github.com/spf13/cobra/issues/2128">#2128</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/6b5f577ebce858ee70fcdd1f062ea3af4b1c03ab"><code>6b5f577</code></a> More linting (<a href="https://github.com/spf13/cobra/issues/2099">#2099</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/bd914e58d69d65e494b45bdb40e90ca816b92fcc"><code>bd914e5</code></a> fix: remove deprecated io/ioutils package (<a href="https://github.com/spf13/cobra/issues/2120">#2120</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/1f80fa2e23cc550c131e8a54dc72d11b265c6fcf"><code>1f80fa2</code></a> chore: remove repetitive words (<a href="https://github.com/spf13/cobra/issues/2122">#2122</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/c69ae4c36b134dd69e5ab9d3d6b9f571ca5afe1e"><code>c69ae4c</code></a> ci: test golang 1.22 (<a href="https://github.com/spf13/cobra/issues/2113">#2113</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/a30cee5e5ab0949cc888ef00ae6aee24e091e042"><code>a30cee5</code></a> build(deps): bump actions/cache from 3 to 4 (<a href="https://github.com/spf13/cobra/issues/2102">#2102</a>)</li> <li>Additional commits viewable in <a href="https://github.com/spf13/cobra/compare/v1.7.0...v1.8.1">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://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://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://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://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://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://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://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://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://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://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://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://github.com/stretchr/testify/pull/1417">stretchr/testify#1417</a></li> <li>README: fix typos "set up" vs "setup" by <a href="https://github.com/ossan-dev"><code>@ossan-dev</code></a> in <a href="https://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://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://github.com/stretchr/testify/pull/1445">stretchr/testify#1445</a></li> <li>mock: deprecate type AnythingOfTypeArgument (<a href="https://github.com/stretchr/testify/issues/1434">#1434</a>) by <a href="https://github.com/dolmen"><code>@dolmen</code></a> in <a href="https://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://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://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://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://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://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://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://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://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://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://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://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://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://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://github.com/stretchr/testify/pull/1435">stretchr/testify#1435</a></li> <li>suite: fix subtest names (fix <a href="https://github.com/stretchr/testify/issues/1501">#1501</a>) by <a href="https://github.com/dolmen"><code>@dolmen</code></a> in <a href="https://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://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://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://github.com/stretchr/testify/pull/1483">stretchr/testify#1483</a></li> <li>Fix dependency cycle with objx <a href="https://github.com/stretchr/testify/issues/1292">#1292</a> by <a href="https://github.com/dolmen"><code>@dolmen</code></a> in <a href="https://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://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://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://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://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://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://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://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://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://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://github.com/stretchr/testify/pull/1535">stretchr/testify#1535</a></li> <li>Revert "assert: ObjectsAreEqual: use time.Equal for time.Time type" by <a href="https://github.com/brackendawson"><code>@brackendawson</code></a> in <a href="https://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://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://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://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://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://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://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://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://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.opencensus.io` from 0.22.5 to 0.24.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/census-instrumentation/opencensus-go/releases">go.opencensus.io's releases</a>.</em></p> <blockquote> <h2>v0.24.0</h2> <h2>What's Changed</h2> <ul> <li>Bump version to next expected release by <a href="https://github.com/punya"><code>@punya</code></a> in <a href="https://github.com/census-instrumentation/opencensus-go/pull/1257">census-instrumentation/opencensus-go#1257</a></li> <li>Remove <a href="https://github.com/rakyll"><code>@rakyll</code></a> from codeowners by <a href="https://github.com/punya"><code>@punya</code></a> in <a href="https://github.com/census-instrumentation/opencensus-go/pull/1256">census-instrumentation/opencensus-go#1256</a></li> <li>Fix formatting to pass with go1.17 by <a href="https://github.com/howardjohn"><code>@howardjohn</code></a> in <a href="https://github.com/census-instrumentation/opencensus-go/pull/1270">census-instrumentation/opencensus-go#1270</a></li> <li>Optimize <code>Record()</code> to avoid extra allocations by <a href="https://github.com/howardjohn"><code>@howardjohn</code></a> in <a href="https://github.com/census-instrumentation/opencensus-go/pull/1267">census-instrumentation/opencensus-go#1267</a></li> <li>Precompute encodeWithKeys buffer size to avoid resizes by <a href="https://github.com/howardjohn"><code>@howardjohn</code></a> in <a href="https://github.com/census-instrumentation/opencensus-go/pull/1269">census-instrumentation/opencensus-go#1269</a></li> <li>Remove <code>convTslice</code> calls in Record() by <a href="https://github.com/howardjohn"><code>@howardjohn</code></a> in <a href="https://github.com/census-instrumentation/opencensus-go/pull/1268">census-instrumentation/opencensus-go#1268</a></li> <li>fix: Add function to stop the defaultWorker by <a href="https://github.com/kylecarbs"><code>@kylecarbs</code></a> in <a href="https://github.com/census-instrumentation/opencensus-go/pull/1272">census-instrumentation/opencensus-go#1272</a></li> <li>Passing capacity to make() in place of length. by <a href="https://github.com/fayfaychan"><code>@fayfaychan</code></a> in <a href="https://github.com/census-instrumentation/opencensus-go/pull/1276">census-instrumentation/opencensus-go#1276</a></li> <li>Fix CI, and update testify by <a href="https://github.com/dashpole"><code>@dashpole</code></a> in <a href="https://github.com/census-instrumentation/opencensus-go/pull/1284">census-instrumentation/opencensus-go#1284</a></li> <li>Add started RPC metric for client and server side by <a href="https://github.com/zasweq"><code>@zasweq</code></a> in <a href="https://github.com/census-instrumentation/opencensus-go/pull/1283">census-instrumentation/opencensus-go#1283</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/punya"><code>@punya</code></a> made their first contribution in <a href="https://github.com/census-instrumentation/opencensus-go/pull/1257">census-instrumentation/opencensus-go#1257</a></li> <li><a href="https://github.com/howardjohn"><code>@howardjohn</code></a> made their first contribution in <a href="https://github.com/census-instrumentation/opencensus-go/pull/1270">census-instrumentation/opencensus-go#1270</a></li> <li><a href="https://github.com/kylecarbs"><code>@kylecarbs</code></a> made their first contribution in <a href="https://github.com/census-instrumentation/opencensus-go/pull/1272">census-instrumentation/opencensus-go#1272</a></li> <li><a href="https://github.com/fayfaychan"><code>@fayfaychan</code></a> made their first contribution in <a href="https://github.com/census-instrumentation/opencensus-go/pull/1276">census-instrumentation/opencensus-go#1276</a></li> <li><a href="https://github.com/zasweq"><code>@zasweq</code></a> made their first contribution in <a href="https://github.com/census-instrumentation/opencensus-go/pull/1283">census-instrumentation/opencensus-go#1283</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/census-instrumentation/opencensus-go/compare/v0.23.0...v0.24.0">https://github.com/census-instrumentation/opencensus-go/compare/v0.23.0...v0.24.0</a></p> <h2>OpenCensus Go 0.23.0</h2> <p><strong>No breaking changes</strong></p> <h3>Additions</h3> <ul> <li>OpenTelemetry interop <ul> <li>allow users to replace the trace SDK (<a href="https://github.com/census-instrumentation/opencensus-go/issues/1238">#1238</a>)</li> <li>expose underlying span implementation (<a href="https://github.com/census-instrumentation/opencensus-go/issues/1240">#1240</a>)</li> </ul> </li> <li>Expose ability to flush interval reader (<a href="https://github.com/census-instrumentation/opencensus-go/issues/1248">#1248</a>)</li> <li>Add GC stats to runmetrics plugin (<a href="https://github.com/census-instrumentation/opencensus-go/issues/1207">#1207</a>)</li> <li>Dependency upgrades (<a href="https://github.com/census-instrumentation/opencensus-go/issues/1243">#1243</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Performance improvements (<a href="https://github.com/census-instrumentation/opencensus-go/issues/1242">#1242</a>)</li> <li>Fix memory leak in span store (<a href="https://github.com/census-instrumentation/opencensus-go/issues/1246">#1246</a>)</li> </ul> <h3>Miscellaneous</h3> <ul> <li>Migrate from Travis CI to Github Actions (<a href="https://github.com/census-instrumentation/opencensus-go/issues/1237">#1237</a>, <a href="https://github.com/census-instrumentation/opencensus-go/issues/1244">#1244</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/census-instrumentation/opencensus-go/commit/b1a01ee95db0e690d91d7193d037447816fae4c5"><code>b1a01ee</code></a> Add started RPC metric for client and server side (<a href="https://github.com/census-instrumentation/opencensus-go/issues/1283">#1283</a>)</li> <li><a href="https://github.com/census-instrumentation/opencensus-go/commit/0bf7faa31cc5d6a57c78a987c45d3afb257d6c0f"><code>0bf7faa</code></a> Fix CI, and update testify (<a href="https://github.com/census-instrumentation/opencensus-go/issues/1284">#1284</a>)</li> <li><a href="https://github.com/census-instrumentation/opencensus-go/commit/052120675fac2ace91dc2c01e5f63c3e6ec62f04"><code>0521206</code></a> Passing capacity to make() in place of length. (<a href="https://github.com/census-instrumentation/opencensus-go/issues/1276">#1276</a>)</li> <li><a href="https://github.com/census-instrumentation/opencensus-go/commit/c2a62a275fb6bc0aa3bb017a6d8fd642e953997d"><code>c2a62a2</code></a> fix: Add function to stop the defaultWorker (<a href="https://github.com/census-instrumentation/opencensus-go/issues/1272">#1272</a>)</li> <li><a href="https://github.com/census-instrumentation/opencensus-go/commit/bf52d9df8bb2d44cad934587ab946794456cf3c8"><code>bf52d9d</code></a> Remove <code>convTslice</code> calls in Record() (<a href="https://github.com/census-instrumentation/opencensus-go/issues/1268">#1268</a>)</li> <li><a href="https://github.com/census-instrumentation/opencensus-go/commit/ad0b46e7279e8f1810a49cb1e8bb29bf725f4373"><code>ad0b46e</code></a> Precompute encodeWithKeys buffer size to avoid resizes (<a href="https://github.com/census-instrumentation/opencensus-go/issues/1269">#1269</a>)</li> <li><a href="https://github.com/census-instrumentation/opencensus-go/commit/a55fb71faf1a05363fc1aa58ffeb21f233bfacf0"><code>a55fb71</code></a> Optimize <code>Record()</code> to avoid extra allocations (<a href="https://github.com/census-instrumentation/opencensus-go/issues/1267">#1267</a>)</li> <li><a href="https://github.com/census-instrumentation/opencensus-go/commit/dcf85157b3f4b73be11b6e7869a103c2b2cd225f"><code>dcf8515</code></a> Fix formatting to pass with go1.17 (<a href="https://github.com/census-instrumentation/opencensus-go/issues/1270">#1270</a>)</li> <li><a href="https://github.com/census-instrumentation/opencensus-go/commit/fb455b0a56818b2d4caf7f9bff94764f98a28f29"><code>fb455b0</code></a> Remove <a href="https://github.com/rakyll"><code>@rakyll</code></a> from codeowners (<a href="https://github.com/census-instrumentation/opencensus-go/issues/1256">#1256</a>)</li> <li><a href="https://github.com/census-instrumentation/opencensus-go/commit/f5c4b39d32ff5c17d2c8e85326cf0c18b6ee0b9d"><code>f5c4b39</code></a> Bump version to next expected release (<a href="https://github.com/census-instrumentation/opencensus-go/issues/1257">#1257</a>)</li> <li>Additional commits viewable in <a href="https://github.com/census-instrumentation/opencensus-go/compare/v0.22.5...v0.24.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/net` from 0.23.0 to 0.28.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/net/commit/4542a42604cd159f1adb93c58368079ae37b3bf6"><code>4542a42</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/765c7e89b3bdd76bfc210acddd3ca73931eb8d1d"><code>765c7e8</code></a> xsrftoken: create no padding base64 string by RawURLEncoding</li> <li><a href="https://github.com/golang/net/commit/032e4e4358b0ef66f5295d9a78bda41e4d6d399b"><code>032e4e4</code></a> LICENSE: update per Google Legal</li> <li><a href="https://github.com/golang/net/commit/e2310ae9eb6425ee6736cfc40f982f42e20f5850"><code>e2310ae</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/77708f716e46255944251965f8240a0eab01e099"><code>77708f7</code></a> quic: skip tests which depend on unimplemented UDP functions on Plan 9</li> <li><a href="https://github.com/golang/net/commit/9617c6335bca5e4e80949a5b1dbe43273260e8a3"><code>9617c63</code></a> http2: avoid Transport hang with Connection: close and AllowHTTP</li> <li><a href="https://github.com/golang/net/commit/66e838c6fbf5387ecedc26ce490b5f4d6864a854"><code>66e838c</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/6249541f2a6c4cff317a4502d93dd287c5fb0c51"><code>6249541</code></a> http2: avoid race in server handler SetReadDeadine/SetWriteDeadline</li> <li><a href="https://github.com/golang/net/commit/603e3e63901aff21959a4e046f2c573d3643f3be"><code>603e3e6</code></a> quic: disable X25519Kyber768Draft00 in tests</li> <li><a href="https://github.com/golang/net/commit/67e8d0c95dfddd8837d007806e29c9301cf46b2f"><code>67e8d0c</code></a> http2: report an error if goroutines outlive serverTester tests</li> <li>Additional commits viewable in <a href="https://github.com/golang/net/compare/v0.23.0...v0.28.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/sys` from 0.18.0 to 0.23.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/sys/commit/aa1c4c8554e2f3f54247c309e897cd42c9bfc374"><code>aa1c4c8</code></a> unix: provide Mount on openbsd</li> <li><a href="https://github.com/golang/sys/commit/cde4660eb9c519b4373bebe3d42deebc744368f2"><code>cde4660</code></a> unix: add linux mseal system call</li> <li><a href="https://github.com/golang/sys/commit/31ef9e726f987c593d73c3c35ca1c7477cf0e480"><code>31ef9e7</code></a> unix: update to Linux kernel 6.10</li> <li><a href="https://github.com/golang/sys/commit/d03a807229bc212694753d74c81119a9b4adb711"><code>d03a807</code></a> unix: update glibc to 2.40</li> <li><a href="https://github.com/golang/sys/commit/beb594982ddbfbf4b2df2c4a1a214b75fc0fbff8"><code>beb5949</code></a> windows: correctly generate GetAce syscall</li> <li><a href="https://github.com/golang/sys/commit/7bb0bf703bd313f37f48995aa1cb6788e592050d"><code>7bb0bf7</code></a> cpu: add Int8 matrix multiplication instructions CPU feature flag for ARM64</li> <li><a href="https://github.com/golang/sys/commit/bce4cf76d859904eacef4ad1c5fe647d794b0331"><code>bce4cf7</code></a> windows: add GetKeyboardLayout & ToUnicodeEx</li> <li><a href="https://github.com/golang/sys/commit/0eac9b5475d551041d06679d16b0f4fb0514dc94"><code>0eac9b5</code></a> windows: add flags for GetAdaptersAddresses</li> <li><a href="https://github.com/golang/sys/commit/0c18c88c715857ea966c4fcc1a5d23841443feb2"><code>0c18c88</code></a> cpu: add DIT option and hwcap DIT support</li> <li><a href="https://github.com/golang/sys/commit/dce4e64e6654a3553efaf67a1acbdd5865f621ba"><code>dce4e64</code></a> LICENSE: update per Google Legal</li> <li>Additional commits viewable in <a href="https://github.com/golang/sys/compare/v0.18.0...v0.23.0">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information