Skip to content

Commit 35ce751

Browse files
chore(deps): bump github.com/lmittmann/tint from 1.0.5 to 1.0.6 (#41)
Bumps [github.com/lmittmann/tint](https://github.com/lmittmann/tint) from 1.0.5 to 1.0.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lmittmann/tint/releases">github.com/lmittmann/tint's releases</a>.</em></p> <blockquote> <h2>v1.0.6</h2> <h2>What's Changed</h2> <ul> <li>Only convert to <code>any</code> on <code>KindAny</code> values by <a href="https://github.com/database64128"><code>@​database64128</code></a> in <a href="https://redirect.github.com/lmittmann/tint/pull/83">lmittmann/tint#83</a></li> <li>Skip <code>TestReplaceAttr</code> without faketime by <a href="https://github.com/database64128"><code>@​database64128</code></a> in <a href="https://redirect.github.com/lmittmann/tint/pull/84">lmittmann/tint#84</a></li> <li>Avoid allocating <code>tintError</code> twice by <a href="https://github.com/database64128"><code>@​database64128</code></a> in <a href="https://redirect.github.com/lmittmann/tint/pull/82">lmittmann/tint#82</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/database64128"><code>@​database64128</code></a> made their first contribution in <a href="https://redirect.github.com/lmittmann/tint/pull/83">lmittmann/tint#83</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lmittmann/tint/compare/v1.0.5...v1.0.6">https://github.com/lmittmann/tint/compare/v1.0.5...v1.0.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lmittmann/tint/commit/bd5634cad3a14d6130690213c4d5287ed1baf89e"><code>bd5634c</code></a> Avoid allocating tintError twice (<a href="https://redirect.github.com/lmittmann/tint/issues/82">#82</a>)</li> <li><a href="https://github.com/lmittmann/tint/commit/de437d07ca45e0590eee452678de0b45c0facf08"><code>de437d0</code></a> Skip TestReplaceAttr without faketime (<a href="https://redirect.github.com/lmittmann/tint/issues/84">#84</a>)</li> <li><a href="https://github.com/lmittmann/tint/commit/e3abebc1efb42106f920ba669b472043cc815524"><code>e3abebc</code></a> Only convert to any on KindAny values (<a href="https://redirect.github.com/lmittmann/tint/issues/83">#83</a>)</li> <li><a href="https://github.com/lmittmann/tint/commit/7c923ea37095d5e9f077392c7d1f83b364555c33"><code>7c923ea</code></a> simplified example</li> <li><a href="https://github.com/lmittmann/tint/commit/c67ac01da4038709977d7b60c695966e77ec2498"><code>c67ac01</code></a> improve doc</li> <li>See full diff in <a href="https://github.com/lmittmann/tint/compare/v1.0.5...v1.0.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/lmittmann/tint&package-manager=go_modules&previous-version=1.0.5&new-version=1.0.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 65aaef2 commit 35ce751

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23.0
44

55
require (
66
github.com/jessevdk/go-flags v1.6.1
7-
github.com/lmittmann/tint v1.0.5
7+
github.com/lmittmann/tint v1.0.6
88
github.com/palantir/policy-bot v1.35.0
99
github.com/redmatter/go-globre v0.0.0-20190402065555-2f9fff18bc95
1010
github.com/stretchr/testify v1.10.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ github.com/jessevdk/go-flags v1.6.1 h1:Cvu5U8UGrLay1rZfv/zP7iLpSHGUZ/Ou68T0iX1bB
2727
github.com/jessevdk/go-flags v1.6.1/go.mod h1:Mk8T1hIAWpOiJiHa9rJASDK2UGWji0EuPGBnNLMooyc=
2828
github.com/leodido/go-urn v1.2.0 h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y=
2929
github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII=
30-
github.com/lmittmann/tint v1.0.5 h1:NQclAutOfYsqs2F1Lenue6OoWCajs5wJcP3DfWVpePw=
31-
github.com/lmittmann/tint v1.0.5/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE=
30+
github.com/lmittmann/tint v1.0.6 h1:vkkuDAZXc0EFGNzYjWcV0h7eEX+uujH48f/ifSkJWgc=
31+
github.com/lmittmann/tint v1.0.6/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE=
3232
github.com/mattn/go-colorable v0.1.8/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
3333
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
3434
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=

0 commit comments

Comments
 (0)