Skip to content

Commit a64f8c1

Browse files
deps(gomod): bump the go-deps group with 3 updates (#26)
Bumps the go-deps group with 3 updates: [github.com/firebolt-db/firebolt-go-sdk](https://github.com/firebolt-db/firebolt-go-sdk), [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) and [github.com/urfave/cli/v3](https://github.com/urfave/cli). Updates `github.com/firebolt-db/firebolt-go-sdk` from 1.8.0 to 1.8.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/firebolt-db/firebolt-go-sdk/commit/3b8cecbb3fdbc8be9ef6c38f82654fa142c63246"><code>3b8cecb</code></a> Automatic version bump to v1.8.1</li> <li><a href="https://github.com/firebolt-db/firebolt-go-sdk/commit/47606e29f71e33fefe562113ff0e0d0f44ec1f7b"><code>47606e2</code></a> fix: FIR-45327 go sdk streaming failes on empty query (<a href="https://redirect.github.com/firebolt-db/firebolt-go-sdk/issues/145">#145</a>)</li> <li>See full diff in <a href="https://github.com/firebolt-db/firebolt-go-sdk/compare/v1.8.0...v1.8.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/mark3labs/mcp-go` from 0.25.0 to 0.27.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mark3labs/mcp-go/releases">github.com/mark3labs/mcp-go's releases</a>.</em></p> <blockquote> <h2>Release v0.27.0</h2> <h2>What's Changed</h2> <ul> <li>Support audio content type in tools/call and prompts/get by <a href="https://github.com/dugenkui03"><code>@​dugenkui03</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/250">mark3labs/mcp-go#250</a></li> <li>refactor(server): extract common HTTP transport configuration options by <a href="https://github.com/robert-jackson-glean"><code>@​robert-jackson-glean</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/253">mark3labs/mcp-go#253</a></li> <li>ci: add check to verify generated code is up-to-date by <a href="https://github.com/robert-jackson-glean"><code>@​robert-jackson-glean</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/258">mark3labs/mcp-go#258</a></li> <li>fix(MCPServer): correct notification method in func <code>RemoveResource()</code> by <a href="https://github.com/cryo-zd"><code>@​cryo-zd</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/262">mark3labs/mcp-go#262</a></li> <li>Create sample client by <a href="https://github.com/ezynda3"><code>@​ezynda3</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/265">mark3labs/mcp-go#265</a></li> <li>Fix the issue where the 'Shutdown' method fails to properly exit. by <a href="https://github.com/uppercaveman"><code>@​uppercaveman</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/255">mark3labs/mcp-go#255</a></li> <li>test(server): reliably detect Start/Shutdown deadlock in SSEServer by <a href="https://github.com/robert-jackson-glean"><code>@​robert-jackson-glean</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/264">mark3labs/mcp-go#264</a></li> <li>docs: make code examples in the README correct as per spec by <a href="https://github.com/pottekkat"><code>@​pottekkat</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/268">mark3labs/mcp-go#268</a></li> <li>feat(MCPServer): avoid unnecessary notifications when Resource/Tool not exists by <a href="https://github.com/cryo-zd"><code>@​cryo-zd</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/266">mark3labs/mcp-go#266</a></li> <li>chore: replace <code>interface{}</code> with <code>any</code> by <a href="https://github.com/pottekkat"><code>@​pottekkat</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/261">mark3labs/mcp-go#261</a></li> <li>fix(Srv/stdio): risk of goroutine leaks and concurrent reads in <code>readNextLine()</code> by <a href="https://github.com/cryo-zd"><code>@​cryo-zd</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/257">mark3labs/mcp-go#257</a></li> <li>docs: Remove reference to <code>mcp.RoleSystem</code> by <a href="https://github.com/robert-jackson-glean"><code>@​robert-jackson-glean</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/269">mark3labs/mcp-go#269</a></li> <li>fix: fix some obvious simplifications by <a href="https://github.com/pottekkat"><code>@​pottekkat</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/267">mark3labs/mcp-go#267</a></li> <li>Optimization of listByPagination Performance by <a href="https://github.com/qiangmzsx"><code>@​qiangmzsx</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/246">mark3labs/mcp-go#246</a></li> <li>fix: properly marshal <code>ToolAnnotations</code> with <code>false</code> values by <a href="https://github.com/pottekkat"><code>@​pottekkat</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/260">mark3labs/mcp-go#260</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/uppercaveman"><code>@​uppercaveman</code></a> made their first contribution in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/255">mark3labs/mcp-go#255</a></li> <li><a href="https://github.com/pottekkat"><code>@​pottekkat</code></a> made their first contribution in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/268">mark3labs/mcp-go#268</a></li> <li><a href="https://github.com/qiangmzsx"><code>@​qiangmzsx</code></a> made their first contribution in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/246">mark3labs/mcp-go#246</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mark3labs/mcp-go/compare/v0.26.0...v0.27.0">https://github.com/mark3labs/mcp-go/compare/v0.26.0...v0.27.0</a></p> <h2>Release v0.26.0</h2> <h2>What's Changed</h2> <ul> <li>feat(sse): Add <code>SessionWithTools</code> support to SSEServer by <a href="https://github.com/robert-jackson-glean"><code>@​robert-jackson-glean</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/232">mark3labs/mcp-go#232</a></li> <li>Fix bug with MarshalJSON for NotificationParams by <a href="https://github.com/Gelembjuk"><code>@​Gelembjuk</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/233">mark3labs/mcp-go#233</a></li> <li>fix: write back error message if the response marshal failed by <a href="https://github.com/ppzqh"><code>@​ppzqh</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/235">mark3labs/mcp-go#235</a></li> <li>fix(server/sse): potential goroutine leak in Heartbeat sender by <a href="https://github.com/cryo-zd"><code>@​cryo-zd</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/236">mark3labs/mcp-go#236</a></li> <li>Fix stdio test compilation issues in CI by <a href="https://github.com/ezynda3"><code>@​ezynda3</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/240">mark3labs/mcp-go#240</a></li> <li>refactor(server/sse): rename WithBasePath to WithStaticBasePath by <a href="https://github.com/robert-jackson-glean"><code>@​robert-jackson-glean</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/238">mark3labs/mcp-go#238</a></li> <li>fix(MCPServer): Session tool handler not used due to variable shadowing by <a href="https://github.com/cryo-zd"><code>@​cryo-zd</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/242">mark3labs/mcp-go#242</a></li> <li>test: build mockstdio_server with isolated cache to prevent flaky CI by <a href="https://github.com/robert-jackson-glean"><code>@​robert-jackson-glean</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/241">mark3labs/mcp-go#241</a></li> <li>fix: Use detached context for SSE message handling by <a href="https://github.com/yash025"><code>@​yash025</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/244">mark3labs/mcp-go#244</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Gelembjuk"><code>@​Gelembjuk</code></a> made their first contribution in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/233">mark3labs/mcp-go#233</a></li> <li><a href="https://github.com/ppzqh"><code>@​ppzqh</code></a> made their first contribution in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/235">mark3labs/mcp-go#235</a></li> <li><a href="https://github.com/yash025"><code>@​yash025</code></a> made their first contribution in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/244">mark3labs/mcp-go#244</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mark3labs/mcp-go/compare/v0.25.0...v0.26.0">https://github.com/mark3labs/mcp-go/compare/v0.25.0...v0.26.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mark3labs/mcp-go/commit/e5121b37d7214e23c572e1b9a49ca5b8a4d648e4"><code>e5121b3</code></a> Release v0.27.0</li> <li><a href="https://github.com/mark3labs/mcp-go/commit/eeb7070c3dc7a3c1df64fe309a3b8433ea78096e"><code>eeb7070</code></a> fix: properly marshal <code>ToolAnnotations</code> with <code>false</code> values (<a href="https://redirect.github.com/mark3labs/mcp-go/issues/260">#260</a>)</li> <li><a href="https://github.com/mark3labs/mcp-go/commit/e1f1b4794ea047757a1272659b9c6a6d68826800"><code>e1f1b47</code></a> optimize listByPagination (<a href="https://redirect.github.com/mark3labs/mcp-go/issues/246">#246</a>)</li> <li><a href="https://github.com/mark3labs/mcp-go/commit/46bfb6fbb69067de5513049479408732cbea5f33"><code>46bfb6f</code></a> fix: fix some obvious simplifications (<a href="https://redirect.github.com/mark3labs/mcp-go/issues/267">#267</a>)</li> <li><a href="https://github.com/mark3labs/mcp-go/commit/716eabedfef62d99a04b749472b8cef27b404fa3"><code>716eabe</code></a> docs: Remove reference to <code>mcp.RoleSystem</code> (<a href="https://redirect.github.com/mark3labs/mcp-go/issues/269">#269</a>)</li> <li><a href="https://github.com/mark3labs/mcp-go/commit/3dfa33164fe642a2adc8908c9d4794e8fb2cf806"><code>3dfa331</code></a> fix(server/stdio): risk of concurrent reads and data loss in readNextLine() (...</li> <li><a href="https://github.com/mark3labs/mcp-go/commit/f8badd69d08f609cbbd7a218c3b2b8de05987277"><code>f8badd6</code></a> chore: replace <code>interface{}</code> with <code>any</code> (<a href="https://redirect.github.com/mark3labs/mcp-go/issues/261">#261</a>)</li> <li><a href="https://github.com/mark3labs/mcp-go/commit/3442d321ad10a9edce5f2f76580e014a67de2229"><code>3442d32</code></a> feat(MCPServer): avoid unnecessary notifications when Resource/Tool not exist...</li> <li><a href="https://github.com/mark3labs/mcp-go/commit/61b9784ea84d637e29a1bb2b226b953c4bdce4fe"><code>61b9784</code></a> docs: make code examples in the README correct as per spec (<a href="https://redirect.github.com/mark3labs/mcp-go/issues/268">#268</a>)</li> <li><a href="https://github.com/mark3labs/mcp-go/commit/1c99eaf3bfa39f832e73ec26402b4c5fa62d0d16"><code>1c99eaf</code></a> test(server): reliably detect Start/Shutdown deadlock in SSEServer (<a href="https://redirect.github.com/mark3labs/mcp-go/issues/264">#264</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mark3labs/mcp-go/compare/v0.25.0...v0.27.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/urfave/cli/v3` from 3.3.2 to 3.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/urfave/cli/releases">github.com/urfave/cli/v3's releases</a>.</em></p> <blockquote> <h2>v3.3.3</h2> <h2>What's Changed</h2> <ul> <li>Simpler top-level context detection for fish completions by <a href="https://github.com/bittrance"><code>@​bittrance</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/2121">urfave/cli#2121</a></li> <li>Fish completion inside hidden commands by <a href="https://github.com/bittrance"><code>@​bittrance</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/2122">urfave/cli#2122</a></li> <li>chore(deps): bump golangci/golangci-lint-action from 7 to 8 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/2123">urfave/cli#2123</a></li> <li>fix: off-by-one in timestamp parsing by <a href="https://github.com/nickajacks1"><code>@​nickajacks1</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/2127">urfave/cli#2127</a></li> <li>Fish completions tests invokes setup by <a href="https://github.com/bittrance"><code>@​bittrance</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/2124">urfave/cli#2124</a></li> <li>Fix docs by <a href="https://github.com/dearchap"><code>@​dearchap</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/2128">urfave/cli#2128</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/nickajacks1"><code>@​nickajacks1</code></a> made their first contribution in <a href="https://redirect.github.com/urfave/cli/pull/2127">urfave/cli#2127</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v3.3.2...v3.3.3">https://github.com/urfave/cli/compare/v3.3.2...v3.3.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/urfave/cli/commit/897feda2291c9c345b2a1378fd7faeac57c6e4cd"><code>897feda</code></a> Merge pull request <a href="https://redirect.github.com/urfave/cli/issues/2128">#2128</a> from urfave/fix_docs_051025</li> <li><a href="https://github.com/urfave/cli/commit/d6d1fe5b4acea05167e9608f42fdae4467116bc0"><code>d6d1fe5</code></a> Fix docs</li> <li><a href="https://github.com/urfave/cli/commit/f5f433a01cd669b0f10f08afc75f4ededacf6321"><code>f5f433a</code></a> Merge pull request <a href="https://redirect.github.com/urfave/cli/issues/2124">#2124</a> from bittrance/fish-completions-setup</li> <li><a href="https://github.com/urfave/cli/commit/72e00f848600234ed0e010842812c11aa169fa0f"><code>72e00f8</code></a> Merge pull request <a href="https://redirect.github.com/urfave/cli/issues/2127">#2127</a> from nickajacks1/urfavcli-date-off-by-one</li> <li><a href="https://github.com/urfave/cli/commit/cf14b66ff7e4ecb7b4cfaf93cd704e612f38c6a0"><code>cf14b66</code></a> fix: off-by-one in timestamp parsing</li> <li><a href="https://github.com/urfave/cli/commit/ac40eb5c18f7ca8b4fb205e7fe6b47e5cf0bf661"><code>ac40eb5</code></a> chore(deps): bump golangci/golangci-lint-action from 7 to 8 (<a href="https://redirect.github.com/urfave/cli/issues/2123">#2123</a>)</li> <li><a href="https://github.com/urfave/cli/commit/86cbfed30aac073b492f008c4234765cf3703f65"><code>86cbfed</code></a> Fish completion tests now include command setup.</li> <li><a href="https://github.com/urfave/cli/commit/9de83fa9fe6be9a9cac74f1f1e83fd92c010c514"><code>9de83fa</code></a> Fish completion presents only the canonical name of suggested command.</li> <li><a href="https://github.com/urfave/cli/commit/8f20a3568191ab2a77de5bf37244ad607098c301"><code>8f20a35</code></a> Merge pull request <a href="https://redirect.github.com/urfave/cli/issues/2122">#2122</a> from bittrance/fish-completion-hidden-commands</li> <li><a href="https://github.com/urfave/cli/commit/26681532789881c1d4be46dd2893d78fbcd57eb4"><code>2668153</code></a> Merge pull request <a href="https://redirect.github.com/urfave/cli/issues/2121">#2121</a> from bittrance/fish-completion-toplevel-detection</li> <li>Additional commits viewable in <a href="https://github.com/urfave/cli/compare/v3.3.2...v3.3.3">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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 145ec54 commit a64f8c1

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ go 1.24.1
44

55
require (
66
github.com/JohannesKaufmann/html-to-markdown/v2 v2.3.2
7-
github.com/firebolt-db/firebolt-go-sdk v1.8.0
7+
github.com/firebolt-db/firebolt-go-sdk v1.8.1
88
github.com/gocolly/colly/v2 v2.2.0
9-
github.com/mark3labs/mcp-go v0.25.0
9+
github.com/mark3labs/mcp-go v0.27.0
1010
github.com/neilotoole/slogt v1.1.0
1111
github.com/stretchr/testify v1.10.0
12-
github.com/urfave/cli/v3 v3.3.2
12+
github.com/urfave/cli/v3 v3.3.3
1313
golang.org/x/oauth2 v0.30.0
1414
golang.org/x/sync v0.14.0
1515
)

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8Yc
4545
github.com/edsrzf/mmap-go v0.0.0-20170320065105-0bce6a688712/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaBNrHW5M=
4646
github.com/elastic/go-elasticsearch/v6 v6.8.5/go.mod h1:UwaDJsD3rWLM5rKNFzv9hgox93HoX8utj1kxD9aFUcI=
4747
github.com/elazarl/go-bindata-assetfs v1.0.0/go.mod h1:v+YaWX3bdea5J/mo8dSETolEo7R71Vk1u8bnjau5yw4=
48-
github.com/firebolt-db/firebolt-go-sdk v1.8.0 h1:eskZWyjhOfUdQKm7njUpsBnHeKpuBx4drHBHmrwAJ/w=
49-
github.com/firebolt-db/firebolt-go-sdk v1.8.0/go.mod h1:jes3f/uon4qPDx94SM4cwnVZy1/Sld4ermfS9G+LY9k=
48+
github.com/firebolt-db/firebolt-go-sdk v1.8.1 h1:02CssUSr9I/bq5t81IePzebj7IAX1ZVgSWY5p7yQ1VQ=
49+
github.com/firebolt-db/firebolt-go-sdk v1.8.1/go.mod h1:zv0pD0676ZsLka46sULtZefQMdgXiLURzn/47tejGkM=
5050
github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=
5151
github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0=
5252
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
@@ -110,8 +110,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
110110
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
111111
github.com/ledisdb/ledisdb v0.0.0-20200510135210-d35789ec47e6/go.mod h1:n931TsDuKuq+uX4v1fulaMbA/7ZLLhjc85h7chZGBCQ=
112112
github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
113-
github.com/mark3labs/mcp-go v0.25.0 h1:UUpcMT3L5hIhuDy7aifj4Bphw4Pfx1Rf8mzMXDe8RQw=
114-
github.com/mark3labs/mcp-go v0.25.0/go.mod h1:rXqOudj/djTORU/ThxYx8fqEVj/5pvTuuebQ2RC7uk4=
113+
github.com/mark3labs/mcp-go v0.27.0 h1:iok9kU4DUIU2/XVLgFS2Q9biIDqstC0jY4EQTK2Erzc=
114+
github.com/mark3labs/mcp-go v0.27.0/go.mod h1:rXqOudj/djTORU/ThxYx8fqEVj/5pvTuuebQ2RC7uk4=
115115
github.com/matishsiao/goInfo v0.0.0-20210923090445-da2e3fa8d45f h1:B0OD7nYl2FPQEVrw8g2uyc1lGEzNbvrKh7fspGZcbvY=
116116
github.com/matishsiao/goInfo v0.0.0-20210923090445-da2e3fa8d45f/go.mod h1:aEt7p9Rvh67BYApmZwNDPpgircTO2kgdmDUoF/1QmwA=
117117
github.com/mattn/go-sqlite3 v2.0.3+incompatible/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc=
@@ -183,8 +183,8 @@ github.com/syndtr/goleveldb v0.0.0-20181127023241-353a9fca669c/go.mod h1:Z4AUp2K
183183
github.com/temoto/robotstxt v1.1.2 h1:W2pOjSJ6SWvldyEuiFXNxz3xZ8aiWX5LbfDiOFd7Fxg=
184184
github.com/temoto/robotstxt v1.1.2/go.mod h1:+1AmkuG3IYkh1kv0d2qEB9Le88ehNO0zwOr3ujewlOo=
185185
github.com/ugorji/go v0.0.0-20171122102828-84cb69a8af83/go.mod h1:hnLbHMwcvSihnDhEfx2/BzKp2xb0Y+ErdfYcrs9tkJQ=
186-
github.com/urfave/cli/v3 v3.3.2 h1:BYFVnhhZ8RqT38DxEYVFPPmGFTEf7tJwySTXsVRrS/o=
187-
github.com/urfave/cli/v3 v3.3.2/go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo=
186+
github.com/urfave/cli/v3 v3.3.3 h1:byCBaVdIXuLPIDm5CYZRVG6NvT7tv1ECqdU4YzlEa3I=
187+
github.com/urfave/cli/v3 v3.3.3/go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo=
188188
github.com/wendal/errors v0.0.0-20130201093226-f66c77a7882b/go.mod h1:Q12BUT7DqIlHRmgv3RskH+UCM/4eqVMgI0EMmlSpAXc=
189189
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2 h1:zzrxE1FKn5ryBNl9eKOeqQ58Y/Qpo3Q9QNxKHX5uzzQ=
190190
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2/go.mod h1:hzfGeIUDq/j97IG+FhNqkowIyEcD88LrW6fyU3K3WqY=

0 commit comments

Comments
 (0)