Skip to content

deps(go): bump the go-dependencies group across 1 directory with 10 updates - #4

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-dependencies-aeb78b8dbe
Open

deps(go): bump the go-dependencies group across 1 directory with 10 updates#4
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-dependencies-aeb78b8dbe

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-dependencies group with 9 updates in the / directory:

Package From To
github.com/mark3labs/mcp-go 0.43.2 0.58.0
github.com/mattn/go-isatty 0.0.20 0.0.24
github.com/slack-go/slack 0.17.3 0.29.0
github.com/stretchr/testify 1.11.1 1.12.0
github.com/takara2314/slack-go-util 0.3.0 0.4.2
go.uber.org/zap 1.27.1 1.28.0
golang.ngrok.com/ngrok/v2 2.1.1 2.2.0
golang.org/x/sync 0.19.0 0.22.0
golang.org/x/time 0.14.0 0.15.0

Updates github.com/mark3labs/mcp-go from 0.43.2 to 0.58.0

Release notes

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

Release v0.58.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.57.0...v0.58.0

Release v0.57.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.56.0...v0.57.0

Release v0.56.0

What's Changed

Full Changelog: mark3labs/mcp-go@v0.55.1...v0.56.0

... (truncated)

Commits
  • 9740d3a fix(mcp): preserve schema tags on nested fields (#920)
  • 8897dc8 Fix #943: refuse unsupported subscribe requests (#946)
  • 8c04c05 fix(server): flush final SSE response in handlePost (#945)
  • d4651c3 fix: rewrite draft-07 definitions refs when adopting them as $defs (#950)
  • c8cc0d7 docs: CONTRIBUTING says Go 1.23, but go.mod requires 1.25.5 (#929)
  • 28271e8 fix(server): deliver request-scoped elicitation on the originating POST SSE s...
  • d7c7b06 [mcp] document exported helper functions (#940)
  • 4ff6c3b fix(server): return 200 for HEAD requests instead of 404 (#937)
  • e395444 fmt
  • bab128e fix: deliver server notifications to in-process transport clients (#919)
  • Additional commits viewable in compare view

Updates github.com/mattn/go-isatty from 0.0.20 to 0.0.24

Commits
  • c44dc0b Use TIOCGWINSZ instead of TCGETS to detect terminals (#97)
  • 4bc9b75 Lower go directive to 1.20 for Windows 7 users (#94)
  • 4e061da add stub for haiku os (#93)
  • 9a68506 Fix isCygwinPipeName to accept Windows 7 trailing suffix (#90)
  • 4237fb1 Update Go test matrix to current versions (1.24-1.26)
  • 433c12b Update GitHub Actions to latest versions
  • 1cf5589 Add wasip1 and wasip2 to build constraints in isatty_others.go
  • 1237245 Update dependencies: go 1.15 -> 1.21, golang.org/x/sys v0.6.0 -> v0.28.0
  • ac9c88d Fix typo in comment: undocomented -> undocumented
  • 8b7124e Add availability check for NtQueryObject in init
  • Additional commits viewable in compare view

Updates github.com/slack-go/slack from 0.17.3 to 0.29.0

Release notes

Sourced from github.com/slack-go/slack's releases.

v0.29.0

Fixed

New Contributors

Full Changelog: slack-go/slack@v0.28.0...v0.29.0

v0.28.0

Added

Fixed

Other

New Contributors

Full Changelog: slack-go/slack@v0.27.0...v0.28.0

v0.27.0

Added

  • Support for data_visualization block through DataVisualizationBlock.
  • Teamnow preservesenterprise_idandenterprise_namewhen Slack includes Enterprise org details in interaction payloadteam` objects.

Full Changelog: slack-go/slack@v0.26.0...v0.27.0

v0.26.0

What's Changed

New Contributors

Full Changelog: slack-go/slack@v0.25.0...v0.26.0

... (truncated)

Changelog

Sourced from github.com/slack-go/slack's changelog.

[0.29.0] - 2026-08-15

Fixed

  • slackevents: AppMentionEvent and MessageEvent now expose the Data Access API action token through a new ActionToken field, which reads action_token from the event object itself. Slack sends the token there on app_mention and message events, but both types only modelled it nested inside assistant_thread, so the token was silently dropped and bot-token calls to assistant.search.context failed with invalid_action_token. The existing AssistantThread field is unchanged (#1577, #1580).

[0.28.0] - 2026-08-15

Added

  • Block Kit: Add support for container block through ContainerBlock, with a NewContainerBlock constructor, fluent With* builders (WithTitle, WithRichTextTitle, WithSubtitle, WithIcon, WithWidth, WithCollapsible, WithHeaderDivider, WithBlockID), an AddChildBlock helper and a Validate method (#1574).
  • PostMessageWithResponse and PostMessageWithResponseContext return the full Message object from the chat.postMessage response alongside the channel and timestamp, giving access to response-only fields such as Message.ThreadTimestamp (#1572).
  • CompleteUploadExternalParameters and UploadFileParameters now take Channels, which shares a single uploaded file with up to 100 conversations in one files.completeUploadExternal request (#1579).

[0.27.0] - 2026-06-27

Added

  • Block Kit: Add support for data_visualization block through DataVisualizationBlock.
  • Interaction payloads: Team now preserves enterprise_id and enterprise_name when Slack includes Enterprise org details in interaction payload team objects.

[0.26.0] - 2026-06-14

Added

  • slackevents: EventsAPIEvent now unmarshals the is_ext_shared_channel field, and ParseEvent propagates it for callback events (#1564 and #1565).
  • Block Kit: HeaderBlock now supports the optional level field (1-4, mapping to H1-H4 heading levels), with a HeaderBlockOptionLevel builder (#1563).
  • Block Kit: CardBlock now supports the slack_icon field via the new SlackIconObject composition object (with a NewSlackIconObject constructor and WithSlackIcon builder) and the subtext field (with a WithSubtext builder). slack_icon is mutually exclusive with icon (#1562).

[0.25.0] - 2026-06-05

Changed

[!WARNING] Breaking change.

  • TableBlock.Rows is now [][]TableCell (was [][]*RichTextBlock), so table blocks no longer drop raw_text, raw_number, and null cells (#1558).

... (truncated)

Commits
  • 49178c5 bump to 0.29.0
  • 58389cc fix: parse top-level action tokens (#1580)
  • fef3e74 chore: bump to 0.28.0
  • 72865e1 feat: Expose full message object from chat.postMessage responses (#1572)
  • 1bb5bb6 feat: add support for the container block (#1574)
  • 46b261d feat: add Channels to share an uploaded file with multiple conversations (#...
  • ab81038 chore(deps): bump actions/stale from 10.4.0 to 11.0.0 (#1578)
  • 03b5203 chore(deps): bump actions/setup-go from 6 to 7 (#1576)
  • 8e93d85 chore(deps): bump actions/stale from 10.3.0 to 10.4.0 (#1573)
  • 4738e22 fix: correct typos in comments and debug strings (#1570)
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.11.1 to 1.12.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.12.0

What's Changed

Functional Changes

Fixes

Documentation, Build & CI

New Contributors

... (truncated)

Commits
  • 001eb79 Merge pull request #1905 from Kentzo/patch-1
  • ad40f38 Merge pull request #1906 from stretchr/dependabot/github_actions/actions/chec...
  • 3bae017 build(deps): bump actions/checkout from 6.0.2 to 6.0.3
  • f8c01f3 mock: Mock.Return does not exist anymore
  • 12f8b56 Merge pull request #1563 from stretchr/make-AssertionFunc-types-aliases
  • a11649e assert: make *AssertionFunc type just aliases
  • dc20f41 Merge pull request #1890 from stretchr/dolmen/codegen-modernize
  • 098f8d7 _codegen: use strings.Builder
  • d2699be _codegen: modernize
  • a463c8c Merge pull request #1885 from stretchr/dolmen/ci-check-ghactions-hashes
  • Additional commits viewable in compare view

Updates github.com/takara2314/slack-go-util from 0.3.0 to 0.4.2

Release notes

Sourced from github.com/takara2314/slack-go-util's releases.

v0.4.2

I'm excited to announce v0.4.2! This is a patch release that fixes compatibility with newer slack-go/slack versions while keeping the minimum supported dependency version unchanged.

🐛 Bug Fixes

Support newer slack-go/slack versions for fenced code blocks

slack-go/slack v0.21.0 changed the shape of RichTextPreformatted: the embedded RichTextSection was removed and Type / Elements became direct fields. The previous struct literal therefore failed to compile when downstream projects selected slack-go/slack >= v0.21.0.

The Problem:

slack-go-util generated Slack rich text code blocks using a version-specific RichTextPreformatted struct literal. That worked with slack-go/slack v0.19.0, but failed with newer versions because the RichTextSection field no longer exists.

The Fix:

The code now initializes RichTextPreformatted with dot-notation assignment through a helper. This works with both the old embedded-field layout and the newer direct-field layout.

Importantly, the minimum required github.com/slack-go/slack version remains v0.19.0, so downstream users are not forced to upgrade their own slack-go/slack dependency.

Thanks to @​ns-psingh for this contribution! 🙏

✅ Compatibility

  • Fixed compilation with github.com/slack-go/slack >= v0.21.0
  • Kept github.com/slack-go/slack minimum dependency at v0.19.0
  • Verified with the existing test suite

🧹 Maintenance

  • Ran gofmt on markdown_test.go before release

🎯 What's Changed

  • fix: support slack-go/slack v0.23.1 breaking change (#10) by @​ns-psingh
  • chore: gofmt markdown tests (#11)

📦 Installation

go get github.com/takara2314/slack-go-util@v0.4.2

🤝 Contributing

I welcome contributions! Feel free to:

  • Report bugs by opening issues
  • Request features
  • Submit pull requests

... (truncated)

Commits
  • 4afd170 chore: gofmt markdown tests (#11)
  • e955dd8 fix: support slack-go/slack v0.23.1 breaking change (#10)
  • 68a332f fix: preserve soft line breaks in convertInlineMarkdownToMrkdwn (#9)
  • 9cbf618 feat: update README and add example for Markdown to Slack conversion (#8)
  • d66a673 feat: setting up to support Go 1.25 (#7)
  • 24415e2 feat: setting default go version to 1.25 (#6)
  • d68e1dc Refactor adding comments for doc and english only (#5)
  • d0e6a95 feat: implement test ci (#4)
  • 72eb5f2 feat: add support for nested lists in markdown to blocks conversion (#3)
  • See full diff in compare view

Updates go.uber.org/zap from 1.27.1 to 1.28.0

Release notes

Sourced from go.uber.org/zap's releases.

v1.28.0

Enhancements:

  • #1534[]: Add zapcore.CheckPreWriteHook and CheckedEntry.Before method for transforming entries before they are written to any Cores.

#1534: uber-go/zap#1534

Changelog

Sourced from go.uber.org/zap's changelog.

1.28.0 (27 Apr 2026)

Enhancements:

  • #1534[]: Add zapcore.CheckPreWriteHook and CheckedEntry.Before method for transforming entries before they are written to any Cores.
Commits
  • 5b81b37 release v1.28.0 (#1547)
  • 0ab0d5a zapcore: Add PreWriteHook for transforming entries before write (#1534)
  • d278c59 [chore] CI: test on Go 1.26 (#1535)
  • 16fb16b chore(dep): replace archived gopkg.in/yaml.v3 with officially maintained go.y...
  • See full diff in compare view

Updates golang.ngrok.com/ngrok/v2 from 2.1.1 to 2.2.0

Release notes

Sourced from golang.ngrok.com/ngrok/v2's releases.

v2.2.0

What's Changed

Full Changelog: ngrok/ngrok-go@v2.1.4...v2.2.0

v2.1.4

What's Changed

Full Changelog: ngrok/ngrok-go@v2.1.3...v2.1.4

Release v2.1.3

What's Changed

Full Changelog: ngrok/ngrok-go@v2.1.2...v2.1.3

v2.1.2

What's Changed

New Contributors

Full Changelog: ngrok/ngrok-go@v2.1.1...v.2.1.2

Commits
  • e10d917 Merge pull request #263 from ngrok/stacks/remote-connection-bug
  • afff176 fix: close the upstream transport for each forwarded HTTP connection
  • c5a595d fix(httpx): stop leaking a goroutine per served connection
  • 5c4954d implement receivers for additional session info (#261)
  • 7bf5c06 Merge pull request #259 from ngrok/eric/test-flake
  • 2bcde97 moar flakes! tls this time
  • 9601a6c context and goroutine feedback
  • 4de6a37 Reduce integration test HTTP flakes
  • 4da26e6 Merge pull request #252 from ngrok/euan/pin-action-shas
  • 37c5e11 Pin github action dependencies to sha commits
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.49.0 to 0.50.0

Commits
  • ebddb99 go.mod: update golang.org/x dependencies
  • 4a490d4 internal/http3: add Expect: 100-continue support to ClientConn
  • 73fe701 internal/http3: add Expect: 100-continue support to Server
  • af0c9df html: add NodeType.String() method
  • e02fb33 internal/http3: make responseWriter.Flush write headers if not done yet
  • da558ff internal/http3: ensure bodyReader cannot be read after being closed
  • d7c76fa internal/http3: make responseWriter behave closer to other http.ResponseWriter
  • 64b3af9 http2: prevent transport deadlock due to WINDOW_UPDATE that exceeds limit
  • 1973e8d internal/http3: add Server support for handling HEAD requests
  • 57ea86d icmp, internal/socket, ipv4, ipv6: use binary.NativeEndian
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.19.0 to 0.22.0

Commits
  • 1eb64d4 semaphore: panic on negative weights
  • 5071ed6 all: fix some comments to improve readability
  • ec11c4a errgroup: fix a typo in the documentation
  • 1a58307 all: modernize interface{} -> any
  • 3172ca5 all: upgrade go directive to at least 1.25.0 [generated]
  • See full diff in compare view

Updates golang.org/x/time from 0.14.0 to 0.15.0

Commits
  • 812b343 all: upgrade go directive to at least 1.25.0 [generated]
  • See full diff 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 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

…pdates

Bumps the go-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) | `0.43.2` | `0.58.0` |
| [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) | `0.0.20` | `0.0.24` |
| [github.com/slack-go/slack](https://github.com/slack-go/slack) | `0.17.3` | `0.29.0` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.11.1` | `1.12.0` |
| [github.com/takara2314/slack-go-util](https://github.com/takara2314/slack-go-util) | `0.3.0` | `0.4.2` |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.27.1` | `1.28.0` |
| [golang.ngrok.com/ngrok/v2](https://github.com/ngrok/ngrok-go) | `2.1.1` | `2.2.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.19.0` | `0.22.0` |
| [golang.org/x/time](https://github.com/golang/time) | `0.14.0` | `0.15.0` |



Updates `github.com/mark3labs/mcp-go` from 0.43.2 to 0.58.0
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.43.2...v0.58.0)

Updates `github.com/mattn/go-isatty` from 0.0.20 to 0.0.24
- [Commits](mattn/go-isatty@v0.0.20...v0.0.24)

Updates `github.com/slack-go/slack` from 0.17.3 to 0.29.0
- [Release notes](https://github.com/slack-go/slack/releases)
- [Changelog](https://github.com/slack-go/slack/blob/master/CHANGELOG.md)
- [Commits](slack-go/slack@v0.17.3...v0.29.0)

Updates `github.com/stretchr/testify` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.11.1...v1.12.0)

Updates `github.com/takara2314/slack-go-util` from 0.3.0 to 0.4.2
- [Release notes](https://github.com/takara2314/slack-go-util/releases)
- [Commits](takara2314/slack-go-util@v0.3.0...v0.4.2)

Updates `go.uber.org/zap` from 1.27.1 to 1.28.0
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.27.1...v1.28.0)

Updates `golang.ngrok.com/ngrok/v2` from 2.1.1 to 2.2.0
- [Release notes](https://github.com/ngrok/ngrok-go/releases)
- [Changelog](https://github.com/ngrok/ngrok-go/blob/main/CHANGELOG.md)
- [Commits](ngrok/ngrok-go@v2.1.1...v2.2.0)

Updates `golang.org/x/net` from 0.49.0 to 0.50.0
- [Commits](golang/net@v0.49.0...v0.50.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.22.0
- [Commits](golang/sync@v0.19.0...v0.22.0)

Updates `golang.org/x/time` from 0.14.0 to 0.15.0
- [Commits](golang/time@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: github.com/mark3labs/mcp-go
  dependency-version: 0.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/mattn/go-isatty
  dependency-version: 0.0.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/slack-go/slack
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/takara2314/slack-go-util
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.uber.org/zap
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.ngrok.com/ngrok/v2
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/net
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/sync
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/time
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 19, 2026
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