Skip to content

deps(gomod): bump the go-deps group with 4 updates #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2025

Bumps the go-deps group with 4 updates: github.com/JohannesKaufmann/html-to-markdown/v2, github.com/firebolt-db/firebolt-go-sdk, github.com/mark3labs/mcp-go and github.com/urfave/cli/v3.

Updates github.com/JohannesKaufmann/html-to-markdown/v2 from 2.3.1 to 2.3.2

Release notes

Sourced from github.com/JohannesKaufmann/html-to-markdown/v2's releases.

v2.3.2

Changelog

  • 93e3b292f23a394424dc52cf39a7ea0c7a498915 Bump github.com/yuin/goldmark from 1.7.8 to 1.7.10 (#157)
  • 590da905fc2a11fc39b1ff3df3835513c3d4ef20 change min go version to 1.23.0
  • 87d643e58c944c7f2c30bd2a7ab45986f7031894 plugin(table): Add option to preserve tables with new lines (#156)
  • 64e925c2d1c0ab6c36624a0084aced4e9ff040d9 update dependencies
  • 1df20fe15b41e20f5465458d20a76de804664081 update go version in github actions
Commits
  • 64e925c update dependencies
  • 1df20fe update go version in github actions
  • 590da90 change min go version to 1.23.0
  • 93e3b29 Bump github.com/yuin/goldmark from 1.7.8 to 1.7.10 (#157)
  • 87d643e plugin(table): Add option to preserve tables with new lines (#156)
  • See full diff in compare view

Updates github.com/firebolt-db/firebolt-go-sdk from 1.7.1 to 1.8.0

Commits

Updates github.com/mark3labs/mcp-go from 0.22.0 to 0.23.1

Release notes

Sourced from github.com/mark3labs/mcp-go's releases.

Release v0.23.1

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.23.0...v0.23.1

Release v0.23.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.22.0...v0.23.0

Commits

Updates github.com/urfave/cli/v3 from 3.2.0 to 3.3.2

Release notes

Sourced from github.com/urfave/cli/v3's releases.

v3.3.2

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.3.1...v3.3.2

v3.3.1

What's Changed

Full Changelog: urfave/cli@v3.3.0...v3.3.1

v3.3.0

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.2.0...v3.3.0

Commits
  • 53ad542 Merge pull request #2111 from G-Rath/patch-1
  • 48761dc Merge pull request #2119 from dearchap/cleanup_docs_04272025_2
  • 32315ca Update docs/v3/examples/flags/value-sources.md
  • 52b34b7 Update docs/v3/examples/flags/value-sources.md
  • da9b368 Update docs/v3/examples/flags/value-sources.md
  • b0e42aa Cleanup docs
  • 6573da7 Add docs for advanced value source
  • d855698 Merge pull request #2118 from dearchap/cleanup_docs_04272025
  • 6f37f6a Merge pull request #2114 from bittrance/fish-completion-no-files
  • 9a8c558 Cleanup docs
  • Additional commits viewable in compare view

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 commands and options

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

Bumps the go-deps group with 4 updates: [github.com/JohannesKaufmann/html-to-markdown/v2](https://github.com/JohannesKaufmann/html-to-markdown), [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/JohannesKaufmann/html-to-markdown/v2` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/JohannesKaufmann/html-to-markdown/releases)
- [Changelog](https://github.com/JohannesKaufmann/html-to-markdown/blob/main/.goreleaser.yaml)
- [Commits](JohannesKaufmann/html-to-markdown@v2.3.1...v2.3.2)

Updates `github.com/firebolt-db/firebolt-go-sdk` from 1.7.1 to 1.8.0
- [Commits](firebolt-db/firebolt-go-sdk@v1.7.1...v1.8.0)

Updates `github.com/mark3labs/mcp-go` from 0.22.0 to 0.23.1
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.22.0...v0.23.1)

Updates `github.com/urfave/cli/v3` from 3.2.0 to 3.3.2
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v3.2.0...v3.3.2)

---
updated-dependencies:
- dependency-name: github.com/JohannesKaufmann/html-to-markdown/v2
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/firebolt-db/firebolt-go-sdk
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/mark3labs/mcp-go
  dependency-version: 0.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/urfave/cli/v3
  dependency-version: 3.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from kop April 29, 2025 12:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants