Tags: muir/nfigure
Tags
Bump golang.org/x/net from 0.21.0 to 0.23.0 (#71) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/net/commit/c48da131589f122489348be5dfbcb6457640046f"><code>c48da13</code></a> http2: fix TestServerContinuationFlood flakes</li> <li><a href="https://github.com/golang/net/commit/762b58d1cf6e0779780decad89c6c1523386638d"><code>762b58d</code></a> http2: fix tipos in comment</li> <li><a href="https://github.com/golang/net/commit/ba872109ef2dc8f1da778651bd1fd3792d0e4587"><code>ba87210</code></a> http2: close connections when receiving too many headers</li> <li><a href="https://github.com/golang/net/commit/ebc8168ac8ac742194df729305175940790c55a2"><code>ebc8168</code></a> all: fix some typos</li> <li><a href="https://github.com/golang/net/commit/3678185f8a652e52864c44049a9ea96b7bcc066a"><code>3678185</code></a> http2: make TestCanonicalHeaderCacheGrowth faster</li> <li><a href="https://github.com/golang/net/commit/448c44f9287b6745f958d74aa2a17ec7761c2f13"><code>448c44f</code></a> http2: remove clientTester</li> <li><a href="https://github.com/golang/net/commit/c7877ac4213b2f859831366f5a35b353e0dc9f66"><code>c7877ac</code></a> http2: convert the remaining clientTester tests to testClientConn</li> <li><a href="https://github.com/golang/net/commit/d8870b0bf2f2426fc8d19a9332f652da5c25418f"><code>d8870b0</code></a> http2: use synthetic time in TestIdleConnTimeout</li> <li><a href="https://github.com/golang/net/commit/d73acffdc9493532acb85777105bb4a351eea702"><code>d73acff</code></a> http2: only set up deadline when Server.IdleTimeout is positive</li> <li><a href="https://github.com/golang/net/commit/89f602b7bbf237abe0467031a18b42fc742ced08"><code>89f602b</code></a> http2: validate client/outgoing trailers</li> <li>Additional commits viewable in <a href="https://github.com/golang/net/compare/v0.21.0...v0.23.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/muir/nfigure/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump github.com/go-playground/validator/v10 from 10.14.1 to 10.15.5 (#60 ) Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.14.1 to 10.15.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-playground/validator/releases">github.com/go-playground/validator/v10's releases</a>.</em></p> <blockquote> <h2>Release 10.15.5</h2> <h2>What was fixed?</h2> <p>Fixed <code>CIDRIPv4</code> validation, ty <a href="https://github.com/martinlehoux"><code>@martinlehoux</code></a> for the <a href="https://redirect.github.com/go-playground/validator/pull/945">PR</a></p> <h2>Release 10.15.4</h2> <h3>What was fixed?</h3> <p>Corrected a regression of skipping <code>required</code> for <code>time.Time</code> accidentally introduced in <code>v10.15.2</code></p> <h2>Release 10.15.3</h2> <h2>What was fixed?</h2> <p>Fix regression for invalid type check before calling reflect values type. Thank you <a href="https://github.com/MysteriousPotato"><code>@MysteriousPotato</code></a> for the <a href="https://redirect.github.com/go-playground/validator/pull/1156">PR</a></p> <h2>Release 10.15.2</h2> <h3>What was fixed?</h3> <ul> <li>Refactored <a href="https://redirect.github.com/go-playground/validator/issues/1122">#1122</a> to support <code>or</code>'s in tags + updated to <code>required</code> behaving the same as before <code>v10.50.0</code> to support the community as there was a lot of code relying on the before behaviour, correct or not. <ul> <li>Added a way to opt-in to the new functionality, which is recommended, using <a href="https://github.com/go-playground/validator/blob/master/_examples/simple/main.go#L33">WithRequiredStructEnabled</a></li> </ul> </li> </ul> <h2>Release 10.15.1</h2> <h3>What was fixed?</h3> <p>Corrected a few validations including <code>gt</code>, <code>lt</code>, ... when using floating point values, specifically <code>float32</code>, in this <a href="https://redirect.github.com/go-playground/validator/pull/1146">PR</a></p> <h2>Release 10.15.0</h2> <h3>What's new?</h3> <ul> <li>Applying <code>tag</code> validations on <code>structs</code> is now a reality thank to <a href="https://github.com/MysteriousPotato"><code>@MysteriousPotato</code></a> in this <a href="https://redirect.github.com/go-playground/validator/pull/1122">PR</a></li> <li>Added <code>oneof</code> tag to examples in this <a href="https://redirect.github.com/go-playground/validator/pull/1135">PR</a></li> <li>Added <code>Spice DB</code> validations in this <a href="https://redirect.github.com/go-playground/validator/pull/1125">PR</a></li> </ul> <h2>What was fixed?</h2> <ul> <li>Fixed the REAMD logo link in this <a href="https://redirect.github.com/go-playground/validator/pull/1134">PR</a></li> <li>Fixed <code>filepath</code> validation when path is a directory in this <a href="https://redirect.github.com/go-playground/validator/pull/1133">PR</a></li> <li>Correct to docs in this <a href="https://redirect.github.com/go-playground/validator/pull/1121">PR</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-playground/validator/commit/94a637ab9fbbb0bc0fe8a278f0352d0b14e2c365"><code>94a637a</code></a> feat(BREAKING): Change CIDRIPv4 validation (<a href="https://redirect.github.com/go-playground/validator/issues/945">#945</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/8d50f2fd8c2f02fbdf1d44d66171b955c2f4eb50"><code>8d50f2f</code></a> Update README.md</li> <li><a href="https://github.com/go-playground/validator/commit/619321c9f9cce5a8b7e2e334b916903d2148e71d"><code>619321c</code></a> fix edge case (<a href="https://redirect.github.com/go-playground/validator/issues/1163">#1163</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/d57b3a8dd18f4adc9cd8abb529762826357188a3"><code>d57b3a8</code></a> Update README.md</li> <li><a href="https://github.com/go-playground/validator/commit/75eeb3ffddb933bc7ccef84441e168b4edbf90f4"><code>75eeb3f</code></a> Fix Type called on zero reflect.Value (<a href="https://redirect.github.com/go-playground/validator/issues/1156">#1156</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/1b40ba0cb450466ab9571f5adff040b141202daa"><code>1b40ba0</code></a> Update README.md</li> <li><a href="https://github.com/go-playground/validator/commit/9b7c4de75b64b21fe881f0376974c2e32188ed3d"><code>9b7c4de</code></a> Struct experiment (<a href="https://redirect.github.com/go-playground/validator/issues/1150">#1150</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/3094d596c834c13d04bf7523a35a06aaa9965928"><code>3094d59</code></a> fix float cast precicion in a few validations (<a href="https://redirect.github.com/go-playground/validator/issues/1146">#1146</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/5bf55dc757cad229e8297d42640ec036e2360df7"><code>5bf55dc</code></a> Update README.md</li> <li><a href="https://github.com/go-playground/validator/commit/4b53ea8182dc92f8f3a41ead463e53c0408bc38c"><code>4b53ea8</code></a> Feat: add SpiceDB validations (<a href="https://redirect.github.com/go-playground/validator/issues/1125">#1125</a>)</li> <li>Additional commits viewable in <a href="https://github.com/go-playground/validator/compare/v10.14.1...v10.15.5">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
PreviousNext