Skip to content

Commit

Permalink
build(deps): Bump the dependencies group across 1 directory with 4 up…
Browse files Browse the repository at this point in the history
…dates (#21)

Bumps the dependencies group with 3 updates in the / directory:
[github.com/JohannesKaufmann/html-to-markdown](https://github.com/JohannesKaufmann/html-to-markdown),
[github.com/charmbracelet/log](https://github.com/charmbracelet/log) and
[github.com/urfave/cli/v2](https://github.com/urfave/cli).

Updates `github.com/JohannesKaufmann/html-to-markdown` from 1.4.2 to
1.6.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/JohannesKaufmann/html-to-markdown/releases">github.com/JohannesKaufmann/html-to-markdown's
releases</a>.</em></p>
<blockquote>
<h2>v1.6.0 - improved YoutubeEmbed</h2>
<ul>
<li>Add support for youtube-nocookie.com domain in YoutubeEmbed
plugin</li>
</ul>
<p>Thanks <a
href="https://github.com/devAbreu"><code>@​devAbreu</code></a> for
submitting a PR 🙏</p>
<h2>v1.5.0 - start for lists</h2>
<ol start="0">
<li>Configure the numbering of a ordered list by using the <a
href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol#start">start
attribute</a>.</li>
</ol>
<pre lang="html"><code>&lt;ol start=&quot;10&quot;&gt;
    &lt;li&gt;10&lt;/li&gt;
    &lt;li&gt;11&lt;/li&gt;
    &lt;li&gt;12&lt;/li&gt;
&lt;/ol&gt;
</code></pre>
<ol>
<li>The <code>YoutubeEmbed()</code> and <code>VimeoEmbed()</code>
plugins can now be used more easily.
Please report any bugs that you encounter!</li>
</ol>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/JohannesKaufmann/html-to-markdown/commit/aec0c4aa940d0545f5c6864bca8e0903886fb46f"><code>aec0c4a</code></a>
update dependencies</li>
<li><a
href="https://github.com/JohannesKaufmann/html-to-markdown/commit/e92a7a37e5448f9548c0f67d75857ebac2b0c5aa"><code>e92a7a3</code></a>
Add support for youtube-nocookie.com domain in YoutubeEmbed plugin (<a
href="https://redirect.github.com/JohannesKaufmann/html-to-markdown/issues/99">#99</a>)</li>
<li><a
href="https://github.com/JohannesKaufmann/html-to-markdown/commit/2ec22598620f8ef6670d70cb6bd5088be3a62ca0"><code>2ec2259</code></a>
Bump golang.org/x/net from 0.18.0 to 0.19.0 (<a
href="https://redirect.github.com/JohannesKaufmann/html-to-markdown/issues/83">#83</a>)</li>
<li><a
href="https://github.com/JohannesKaufmann/html-to-markdown/commit/155a78b556a7e39abd306250003b82bca115b45c"><code>155a78b</code></a>
change vimeo &amp; youtube embed plugins &amp; README plugin list</li>
<li><a
href="https://github.com/JohannesKaufmann/html-to-markdown/commit/fc090b2ad7a5e0cdaa73c982b769616f61b6ba74"><code>fc090b2</code></a>
feat: configure start of ol list</li>
<li>See full diff in <a
href="https://github.com/JohannesKaufmann/html-to-markdown/compare/v1.4.2...v1.6.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/PuerkitoBio/goquery` from 1.8.1 to 1.9.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/PuerkitoBio/goquery/releases">github.com/PuerkitoBio/goquery's
releases</a>.</em></p>
<blockquote>
<h2>v1.9.2</h2>
<p>Update <code>go.mod</code> dependencies.</p>
<h2>v1.9.1</h2>
<p>Improve allocation of <code>Map</code>, better document cascadia
behavior differences.</p>
<h2>v1.9.0 Add generic <code>Map</code> function</h2>
<p>Note that starting with this release, goquery now requires Go 1.18+.
If you need to build with an older Go version, use goquery v1.8.x.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PuerkitoBio/goquery/commit/b076e25085ddf85e6bc0c016a98198ba4787cfb8"><code>b076e25</code></a>
Prepare for release v1.9.2</li>
<li><a
href="https://github.com/PuerkitoBio/goquery/commit/22d8cfd154ec855eb3b567ba15218267646ca023"><code>22d8cfd</code></a>
Merge pull request <a
href="https://redirect.github.com/PuerkitoBio/goquery/issues/470">#470</a>
from PuerkitoBio/dependabot/go_modules/golang.org/x/n...</li>
<li><a
href="https://github.com/PuerkitoBio/goquery/commit/56c8ec7392c5cd49057beb4cc557a2be7f89e526"><code>56c8ec7</code></a>
Bump golang.org/x/net from 0.21.0 to 0.23.0</li>
<li><a
href="https://github.com/PuerkitoBio/goquery/commit/3ce74287b975278823dbce9693b683541245b2d6"><code>3ce7428</code></a>
Prepare new minor version</li>
<li><a
href="https://github.com/PuerkitoBio/goquery/commit/153f1ea15a6f55508a5874f17058e72279c968f3"><code>153f1ea</code></a>
Add notes on cascadia behavior that may differ from jQuery`s</li>
<li><a
href="https://github.com/PuerkitoBio/goquery/commit/2095230494a34e24d811cef93fe326cb2e0e4449"><code>2095230</code></a>
Merge pull request <a
href="https://redirect.github.com/PuerkitoBio/goquery/issues/469">#469</a>
from jwilsson/pre-allocate-slice-in-map</li>
<li><a
href="https://github.com/PuerkitoBio/goquery/commit/ce7330a252a3455c06be6842aeb502a0c204bad6"><code>ce7330a</code></a>
Pre-allocate slice in generic Map function</li>
<li><a
href="https://github.com/PuerkitoBio/goquery/commit/4cbe087f02a2364763dcfd496fa132748e648cd1"><code>4cbe087</code></a>
Update dependencies</li>
<li><a
href="https://github.com/PuerkitoBio/goquery/commit/a47543523ff874406133bb898a8fc3abd1cd22f0"><code>a475435</code></a>
Prepare README for the new version</li>
<li><a
href="https://github.com/PuerkitoBio/goquery/commit/86d245603ef5e446223800a2e4e5dcfbbfa31066"><code>86d2456</code></a>
Update CI to run Go 1.21 and 1.22 (latest 2 versions at the moment)</li>
<li>Additional commits viewable in <a
href="https://github.com/PuerkitoBio/goquery/compare/v1.8.1...v1.9.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/charmbracelet/log` from 0.3.1 to 0.4.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/charmbracelet/log/releases">github.com/charmbracelet/log's
releases</a>.</em></p>
<blockquote>
<h2>v0.4.0</h2>
<h1>Custom Levels</h1>
<p>With this release of Log, you can now style your custom level to your
liking!</p>
<!-- raw HTML omitted -->
<pre lang="go"><code>// Define a new level
const SuccessLevel = log.InfoLevel + 1
<p>// Create a style
styles := log.DefaultStyles()
styles.Levels[SuccessLevel] = lipgloss.NewStyle().
SetString(&quot;SUCCESS&quot;).
Bold(true).
Foreground(lipgloss.Color(&quot;42&quot;))</p>
<p>// Set the styles on the default logger
log.SetStyles(styles)</p>
<p>// Define your custom func
func Success(msg string, args ...any) {
log.Default().Log(SuccessLevel, msg, args...)
}
</code></pre></p>
<p>Along with that, this release includes some important bug fixes
detailed below.</p>
<!-- raw HTML omitted -->
<h2>Changelog</h2>
<!-- raw HTML omitted -->
<h3>New Features</h3>
<ul>
<li>2338a13b1bd15b2545de614b50ce123b12ff0af3: feat: expose log function
(<a
href="https://redirect.github.com/charmbracelet/log/issues/95">#95</a>)
(<a
href="https://github.com/aymanbagabas"><code>@​aymanbagabas</code></a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>28193306e6f5a221d00a74fa6e8683ea10ae06be: fix: lazy init default
logger (<a
href="https://redirect.github.com/charmbracelet/log/issues/111">#111</a>)
(<a href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
</ul>
<h3>Dependency updates</h3>
<ul>
<li>bcd47385a62a19911e9970bcc96a3431af338160: feat(deps): bump
github.com/charmbracelet/lipgloss from 0.9.1 to 0.10.0 (<a
href="https://redirect.github.com/charmbracelet/log/issues/112">#112</a>)
(<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li>
<li>976db2be8ef2dad2071a6f061ea20b3e0df90c54: feat(deps): bump
github.com/stretchr/testify from 1.8.4 to 1.9.0 (<a
href="https://redirect.github.com/charmbracelet/log/issues/108">#108</a>)
(<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li>
</ul>
<h3>Documentation updates</h3>
<ul>
<li>87252e4b6fe8ac6e0378a5f6bd10c81cf016478f: docs: Replace function
with func in README sample code (<a
href="https://github.com/szktkfm"><code>@​szktkfm</code></a>)</li>
<li>ac0e6b17de4d9fb40f924721b9be2551b6a3a5b1: docs: direct users to
library API (<a
href="https://redirect.github.com/charmbracelet/log/issues/73">#73</a>)
(<a
href="https://github.com/bashbunni"><code>@​bashbunni</code></a>)</li>
<li>9d04d2b741a63f044858c77785d81acdd04974c1: docs: style customization
updated (<a
href="https://redirect.github.com/charmbracelet/log/issues/106">#106</a>)
(<a
href="https://github.com/ssantoshp"><code>@​ssantoshp</code></a>)</li>
</ul>
<h3>Other work</h3>
<ul>
<li>a4246434f75cb530c9e1ac28656f7d8e887b08f8: Create CODEOWNERS (<a
href="https://github.com/maaslalani"><code>@​maaslalani</code></a>)</li>
<li>fd1729ad8eb8badce23ad62a2050f33e93b82fd8: Options.CallerFormatter
documentation issue (<a
href="https://redirect.github.com/charmbracelet/log/issues/100">#100</a>)
(<a
href="https://github.com/pythonian23"><code>@​pythonian23</code></a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/charmbracelet/log/commit/d23bea6596cacd0141af226b09cc08778a521204"><code>d23bea6</code></a>
fix!: respect time function (<a
href="https://redirect.github.com/charmbracelet/log/issues/115">#115</a>)</li>
<li><a
href="https://github.com/charmbracelet/log/commit/bcd47385a62a19911e9970bcc96a3431af338160"><code>bcd4738</code></a>
feat(deps): bump github.com/charmbracelet/lipgloss from 0.9.1 to 0.10.0
(<a
href="https://redirect.github.com/charmbracelet/log/issues/112">#112</a>)</li>
<li><a
href="https://github.com/charmbracelet/log/commit/28193306e6f5a221d00a74fa6e8683ea10ae06be"><code>2819330</code></a>
fix: lazy init default logger (<a
href="https://redirect.github.com/charmbracelet/log/issues/111">#111</a>)</li>
<li><a
href="https://github.com/charmbracelet/log/commit/ac0e6b17de4d9fb40f924721b9be2551b6a3a5b1"><code>ac0e6b1</code></a>
docs: direct users to library API (<a
href="https://redirect.github.com/charmbracelet/log/issues/73">#73</a>)</li>
<li><a
href="https://github.com/charmbracelet/log/commit/87252e4b6fe8ac6e0378a5f6bd10c81cf016478f"><code>87252e4</code></a>
docs: Replace function with func in README sample code</li>
<li><a
href="https://github.com/charmbracelet/log/commit/976db2be8ef2dad2071a6f061ea20b3e0df90c54"><code>976db2b</code></a>
feat(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (<a
href="https://redirect.github.com/charmbracelet/log/issues/108">#108</a>)</li>
<li><a
href="https://github.com/charmbracelet/log/commit/a4246434f75cb530c9e1ac28656f7d8e887b08f8"><code>a424643</code></a>
Create CODEOWNERS</li>
<li><a
href="https://github.com/charmbracelet/log/commit/9d04d2b741a63f044858c77785d81acdd04974c1"><code>9d04d2b</code></a>
docs: style customization updated (<a
href="https://redirect.github.com/charmbracelet/log/issues/106">#106</a>)</li>
<li><a
href="https://github.com/charmbracelet/log/commit/1f0b8bb44b1f97a46e45c946b66b0133fe658800"><code>1f0b8bb</code></a>
chore(deps): bump golangci/golangci-lint-action from 3 to 4 (<a
href="https://redirect.github.com/charmbracelet/log/issues/105">#105</a>)</li>
<li><a
href="https://github.com/charmbracelet/log/commit/7a3834f9b3670792499ec4fc7e4610a22c8a5936"><code>7a3834f</code></a>
slog: Don't log if not enabled at level (<a
href="https://redirect.github.com/charmbracelet/log/issues/103">#103</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/charmbracelet/log/compare/v0.3.1...v0.4.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/urfave/cli/v2` from 2.26.0 to 2.27.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/urfave/cli/releases">github.com/urfave/cli/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.27.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Cleanup: Remove unnecessary intermediate variables by <a
href="https://github.com/1ambd4"><code>@​1ambd4</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/1857">urfave/cli#1857</a></li>
<li>Docs:(issue_1866) Fix documentation on filepath vs env preference by
<a href="https://github.com/dearchap"><code>@​dearchap</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/1867">urfave/cli#1867</a></li>
<li>Fix:(issue_1860) Remove hidden flags from flag categories by <a
href="https://github.com/dearchap"><code>@​dearchap</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/1868">urfave/cli#1868</a></li>
<li>Fix repeated [arguments...] in usage template in v2 by <a
href="https://github.com/edeustua"><code>@​edeustua</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/1872">urfave/cli#1872</a></li>
<li>Update dependencies, actions steps, and usage for v2-maint by <a
href="https://github.com/meatballhat"><code>@​meatballhat</code></a> in
<a
href="https://redirect.github.com/urfave/cli/pull/1888">urfave/cli#1888</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/1ambd4"><code>@​1ambd4</code></a> made
their first contribution in <a
href="https://redirect.github.com/urfave/cli/pull/1857">urfave/cli#1857</a></li>
<li><a href="https://github.com/edeustua"><code>@​edeustua</code></a>
made their first contribution in <a
href="https://redirect.github.com/urfave/cli/pull/1872">urfave/cli#1872</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/urfave/cli/compare/v2.27.1...v2.27.2">https://github.com/urfave/cli/compare/v2.27.1...v2.27.2</a></p>
<h2>v2.27.1</h2>
<h2>What's Changed</h2>
<ul>
<li>v2: Add build tag urfave_cli_no_suggest by <a
href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/1847">urfave/cli#1847</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/urfave/cli/compare/v2.27.0...v2.27.1">https://github.com/urfave/cli/compare/v2.27.0...v2.27.1</a></p>
<h2>v2.27.0</h2>
<h2>What's Changed</h2>
<ul>
<li>v2 Add integration with golangci-lint by <a
href="https://github.com/skelouse"><code>@​skelouse</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/1830">urfave/cli#1830</a></li>
<li>v2: GitHub Actions: upgrade Go, upgrade actions by <a
href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/1848">urfave/cli#1848</a></li>
<li>Feat:(issue_1797) Add Args for app/cmd/subcmd to avoid argument...
be… by <a href="https://github.com/dearchap"><code>@​dearchap</code></a>
in <a
href="https://redirect.github.com/urfave/cli/pull/1829">urfave/cli#1829</a></li>
<li>Fix:(issue_1850) Add RunAction for uint/uint64 slice flags by <a
href="https://github.com/dearchap"><code>@​dearchap</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/1851">urfave/cli#1851</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/urfave/cli/compare/v2.26.0...v2.27.0">https://github.com/urfave/cli/compare/v2.26.0...v2.27.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/urfave/cli/commit/a1a099bd1c28a2a6beac29123308e87b9606fcc0"><code>a1a099b</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/1888">#1888</a> from
urfave/v2-maint-deps-up</li>
<li><a
href="https://github.com/urfave/cli/commit/9b5850bc815919c3d1e09952b5ebab2c4e58bee9"><code>9b5850b</code></a>
Update dependencies, actions steps, and usage for v2-maint</li>
<li><a
href="https://github.com/urfave/cli/commit/67566bb45e330cd15fbdb38caaf357685b8fab62"><code>67566bb</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/1872">#1872</a> from
edeustua/v2-maint</li>
<li><a
href="https://github.com/urfave/cli/commit/fa2b127974684dae68bcb9b3778d0a77fa91d1ce"><code>fa2b127</code></a>
fix tests</li>
<li><a
href="https://github.com/urfave/cli/commit/427677aef0c3b984fa946ff9f945678cf78edebf"><code>427677a</code></a>
fix: Fix repeated [arguments...] in usage template</li>
<li><a
href="https://github.com/urfave/cli/commit/8728c1908721174107bdf3ceb9705bfcef3b3f01"><code>8728c19</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/1868">#1868</a> from
dearchap/issue_1860</li>
<li><a
href="https://github.com/urfave/cli/commit/64b40d2cbd7fbad7f567e8e193dc173b1fb03e02"><code>64b40d2</code></a>
Merge branch 'v2-maint' into issue_1860</li>
<li><a
href="https://github.com/urfave/cli/commit/09c39746a076535664d099a0745d16781f121a6f"><code>09c3974</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/1867">#1867</a> from
dearchap/issue_1866</li>
<li><a
href="https://github.com/urfave/cli/commit/7b1f820a933644e286f941af47bf5971a5053f9f"><code>7b1f820</code></a>
Add more tests</li>
<li><a
href="https://github.com/urfave/cli/commit/7d74b970200da22d806dfb3ccf478688d833f291"><code>7d74b97</code></a>
Fix:(issue_1860) Remove hidden flags from flag categories</li>
<li>Additional commits viewable in <a
href="https://github.com/urfave/cli/compare/v2.26.0...v2.27.2">compare
view</a></li>
</ul>
</details>
<br />


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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 73010bf commit 75bcd82
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 47 deletions.
22 changes: 11 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@ module github.com/kevinrobayna/aoc2md
go 1.21

require (
github.com/JohannesKaufmann/html-to-markdown v1.4.2
github.com/PuerkitoBio/goquery v1.8.1
github.com/charmbracelet/log v0.3.1
github.com/urfave/cli/v2 v2.26.0
github.com/JohannesKaufmann/html-to-markdown v1.6.0
github.com/PuerkitoBio/goquery v1.9.2
github.com/charmbracelet/log v0.4.0
github.com/urfave/cli/v2 v2.27.2
)

require (
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/charmbracelet/lipgloss v0.9.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/charmbracelet/lipgloss v0.10.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.15.2 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
78 changes: 42 additions & 36 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
github.com/JohannesKaufmann/html-to-markdown v1.4.2 h1:Jt3i/2l98+yOb5uD0ovoIGwccF4DfNxBeUye4P5KP9g=
github.com/JohannesKaufmann/html-to-markdown v1.4.2/go.mod h1:AwPLQeuGhVGKyWXJR8t46vR0iL1d3yGuembj8c1VcJU=
github.com/PuerkitoBio/goquery v1.8.1 h1:uQxhNlArOIdbrH1tr0UXwdVFgDcZDrZVdcpygAcwmWM=
github.com/PuerkitoBio/goquery v1.8.1/go.mod h1:Q8ICL1kNUJ2sXGoAhPGUdYDJvgQgHzJsnnd3H7Ho5jQ=
github.com/andybalholm/cascadia v1.3.1 h1:nhxRkql1kdYCc8Snf7D5/D3spOX+dBgjA6u8x004T2c=
github.com/andybalholm/cascadia v1.3.1/go.mod h1:R4bJ1UQfqADjvDa4P6HZHLh/3OxWWEqc0Sk8XGwHqvA=
github.com/JohannesKaufmann/html-to-markdown v1.6.0 h1:04VXMiE50YYfCfLboJCLcgqF5x+rHJnb1ssNmqpLH/k=
github.com/JohannesKaufmann/html-to-markdown v1.6.0/go.mod h1:NUI78lGg/a7vpEJTz/0uOcYMaibytE4BUOQS8k78yPQ=
github.com/PuerkitoBio/goquery v1.9.2 h1:4/wZksC3KgkQw7SQgkKotmKljk0M6V8TUvA8Wb4yPeE=
github.com/PuerkitoBio/goquery v1.9.2/go.mod h1:GHPCaP0ODyyxqcNoFGYlAprUFH81NuRPd0GX3Zu2Mvk=
github.com/andybalholm/cascadia v1.3.2 h1:3Xi6Dw5lHF15JtdcmAHD3i1+T8plmv7BQ/nsViSLyss=
github.com/andybalholm/cascadia v1.3.2/go.mod h1:7gtRlve5FxPPgIgX36uWBX58OdBsSS6lUvCFb+h7KvU=
github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=
github.com/aymanbagabas/go-osc52/v2 v2.0.1/go.mod h1:uYgXzlJ7ZpABp8OJ+exZzJJhRNQ2ASbcXHWsFqH8hp8=
github.com/charmbracelet/lipgloss v0.9.1 h1:PNyd3jvaJbg4jRHKWXnCj1akQm4rh8dbEzN1p/u1KWg=
github.com/charmbracelet/lipgloss v0.9.1/go.mod h1:1mPmG4cxScwUQALAAnacHaigiiHB9Pmr+v1VEawJl6I=
github.com/charmbracelet/log v0.3.1 h1:TjuY4OBNbxmHWSwO3tosgqs5I3biyY8sQPny/eCMTYw=
github.com/charmbracelet/log v0.3.1/go.mod h1:OR4E1hutLsax3ZKpXbgUqPtTjQfrh1pG3zwHGWuuq8g=
github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w=
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/charmbracelet/lipgloss v0.10.0 h1:KWeXFSexGcfahHX+54URiZGkBFazf70JNMtwg/AFW3s=
github.com/charmbracelet/lipgloss v0.10.0/go.mod h1:Wig9DSfvANsxqkRsqj6x87irdy123SR4dOXlKa91ciE=
github.com/charmbracelet/log v0.4.0 h1:G9bQAcx8rWA2T3pWvx7YtPTPwgqpk7D68BX21IRW8ZM=
github.com/charmbracelet/log v0.4.0/go.mod h1:63bXt/djrizTec0l11H20t8FDSvA4CRZJ1KH22MdptM=
github.com/cpuguy83/go-md2man/v2 v2.0.4 h1:wfIWP927BUkWJb2NmU/kNDYIBTh/ziUX91+lVfRxZq4=
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand All @@ -37,71 +37,78 @@ github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/sebdah/goldie/v2 v2.5.3 h1:9ES/mNN+HNUbNWpVAlrzuZ7jE+Nrczbj8uFRjM7624Y=
github.com/sebdah/goldie/v2 v2.5.3/go.mod h1:oZ9fp0+se1eapSRjfYbsV/0Hqhbuu3bJVvKI/NNtssI=
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=
github.com/sergi/go-diff v1.2.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
github.com/sergi/go-diff v1.3.1 h1:xkr+Oxo4BOQKmkn/B9eMK0g5Kg/983T9DqqPHwYqD+8=
github.com/sergi/go-diff v1.3.1/go.mod h1:aMJSSKb2lpPvRNec0+w3fl7LP9IOFzdc9Pa4NFbPK1I=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/urfave/cli/v2 v2.26.0 h1:3f3AMg3HpThFNT4I++TKOejZO8yU55t3JnnSr4S4QEI=
github.com/urfave/cli/v2 v2.26.0/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ=
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU=
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673/go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/urfave/cli/v2 v2.27.2 h1:6e0H+AkS+zDckwPCUrZkKX38mRaau4nL2uipkJpbkcI=
github.com/urfave/cli/v2 v2.27.2/go.mod h1:g0+79LmHHATl7DAcHO99smiR/T7uGLw84w8Y42x+4eM=
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 h1:+qGGcbkzsfDQNPPe9UDgpxAWQrhbbBXOYJFQDq/dtJw=
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913/go.mod h1:4aEEwZQutDLsQv2Deui4iYQ6DWTxR14g6m8Wv88+Xqk=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
github.com/yuin/goldmark v1.6.0 h1:boZcn2GTjpsynOsC0iJHnBWa4Bi0qzfJjthwauItG68=
github.com/yuin/goldmark v1.6.0/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
github.com/yuin/goldmark v1.7.1 h1:3bajkSilaCbjdKVsKdZjZCLBNPL9pYzrCakKaf4U49U=
github.com/yuin/goldmark v1.7.1/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.15.0/go.mod h1:4ChreQoLWfG3xLDer1WdlH5NdlQ3+mwnQq1YTKY+72g=
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
golang.org/x/crypto v0.22.0/go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M=
golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8=
golang.org/x/exp v0.0.0-20231006140011-7918f672742d h1:jtJma62tbqLibJ5sFQz8bKtEM8rJBtfilJ2qTU199MI=
golang.org/x/exp v0.0.0-20231006140011-7918f672742d/go.mod h1:ldy0pHrwJyGW56pPQzzkH36rKxoZW1tw7ZJpeKx+hdo=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
golang.org/x/net v0.9.0/go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns=
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
golang.org/x/net v0.18.0/go.mod h1:/czyP5RqHAH4odGYxBJ1qz0+CE5WZ+2j1YgoEo8F2jQ=
golang.org/x/net v0.19.0 h1:zTwKpTd2XuCqf8huc7Fo2iSy+4RHPd10s4KzeTnVr1c=
golang.org/x/net v0.19.0/go.mod h1:CfAk/cbD4CthTvqiEl8NpboMuiuOYsAr/7NOjZJtv1U=
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
golang.org/x/net v0.24.0/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8=
golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac=
golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc=
golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y=
golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
golang.org/x/term v0.7.0/go.mod h1:P32HKFT3hSsZrRxla30E9HqToFYAQPCMs/zFMBUFqPY=
golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo=
golang.org/x/term v0.14.0/go.mod h1:TySc+nGkYR6qt8km8wUhuFRTVSMIX3XPR58y2lC8vww=
golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk=
golang.org/x/term v0.19.0/go.mod h1:2CuTdWZ7KHSQwUzKva0cbMg6q2DMI3Mmxp+gKJbskEk=
golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
Expand All @@ -111,7 +118,6 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo=
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
Expand Down

0 comments on commit 75bcd82

Please sign in to comment.