deps(go): bump the go-dependencies group across 1 directory with 8 updates#276
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
deps(go): bump the go-dependencies group across 1 directory with 8 updates#276dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
…dates Bumps the go-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) | `0.44.0` | `0.47.1` | | [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) | `0.0.20` | `0.0.21` | | [github.com/slack-go/slack](https://github.com/slack-go/slack) | `0.17.3` | `0.21.1` | | [github.com/takara2314/slack-go-util](https://github.com/takara2314/slack-go-util) | `0.3.0` | `0.4.0` | | [golang.ngrok.com/ngrok/v2](https://github.com/ngrok/ngrok-go) | `2.1.1` | `2.1.2` | | [golang.org/x/net](https://github.com/golang/net) | `0.50.0` | `0.52.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.14.0` | `0.15.0` | Updates `github.com/mark3labs/mcp-go` from 0.44.0 to 0.47.1 - [Release notes](https://github.com/mark3labs/mcp-go/releases) - [Commits](mark3labs/mcp-go@v0.44.0...v0.47.1) Updates `github.com/mattn/go-isatty` from 0.0.20 to 0.0.21 - [Commits](mattn/go-isatty@v0.0.20...v0.0.21) Updates `github.com/slack-go/slack` from 0.17.3 to 0.21.1 - [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.21.1) Updates `github.com/takara2314/slack-go-util` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/takara2314/slack-go-util/releases) - [Commits](takara2314/slack-go-util@v0.3.0...v0.4.0) Updates `golang.ngrok.com/ngrok/v2` from 2.1.1 to 2.1.2 - [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.1.2) Updates `golang.org/x/net` from 0.50.0 to 0.52.0 - [Commits](golang/net@v0.50.0...v0.52.0) Updates `golang.org/x/sync` from 0.19.0 to 0.20.0 - [Commits](golang/sync@v0.19.0...v0.20.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.47.1 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.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/slack-go/slack dependency-version: 0.21.1 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.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.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: golang.org/x/net dependency-version: 0.52.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/sync dependency-version: 0.20.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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-dependencies group with 7 updates in the / directory:
0.44.00.47.10.0.200.0.210.17.30.21.10.3.00.4.02.1.12.1.20.50.00.52.00.14.00.15.0Updates
github.com/mark3labs/mcp-gofrom 0.44.0 to 0.47.1Release notes
Sourced from github.com/mark3labs/mcp-go's releases.
... (truncated)
Commits
2e8a408fix(transport): exit ContinuousListening goroutine on context cancellation (#...9a96404Bound stdio child shutdown in Close() (#784)1038f4cdocs(client): add example to NewSSEMCPClient to avoid variable shadowing (#773)bb69576refactor: use atomic.Int32 instead of int32 with atomic functions29a711cfix: cancel context before closing body to prevent HTTP/2 hang (#769)e37b2f0fix: extract and set _meta field in ParseContent (#777)231ba4dfix(client): make readSSE context-aware to prevent goroutine leaks and HTTP/2...001fda8feat: add Use() method for attaching tool middleware at runtime (#767)f89f21benhancement: client side 'task' functions for 'get', 'list', 'cancel' and 're...dfd8c16fix(transport): preserve OAuth discovery paths (#775)Updates
github.com/mattn/go-isattyfrom 0.0.20 to 0.0.21Commits
4237fb1Update Go test matrix to current versions (1.24-1.26)433c12bUpdate GitHub Actions to latest versions1cf5589Add wasip1 and wasip2 to build constraints in isatty_others.go1237245Update dependencies: go 1.15 -> 1.21, golang.org/x/sys v0.6.0 -> v0.28.0ac9c88dFix typo in comment: undocomented -> undocumented8b7124eAdd availability check for NtQueryObject in init08d0313Fix isCygwinPipeName to reject names with extra trailing tokensUpdates
github.com/slack-go/slackfrom 0.17.3 to 0.21.1Release notes
Sourced from github.com/slack-go/slack's releases.
... (truncated)
Changelog
Sourced from github.com/slack-go/slack's changelog.
... (truncated)
Commits
6d77e45chore: v0.21.1b1e976fchore(slackevents): clarify eventsMap priority and remove stale TODOs923f351feat(slackevents): addChannelTypeconstants and helpers17153aachore: remove stale TODOfa3e143chore: assert the test file and comment7ec6a51chore: assert the test file as well5e0d5c3chore: remove misleading XXX prefix to an excellent comment3500739chore: better Icons godoc9f9002achore: remove useless TODOecb7c68chore: remove useless TODOUpdates
github.com/takara2314/slack-go-utilfrom 0.3.0 to 0.4.0Release notes
Sourced from github.com/takara2314/slack-go-util's releases.
... (truncated)
Commits
9cbf618feat: update README and add example for Markdown to Slack conversion (#8)d66a673feat: setting up to support Go 1.25 (#7)24415e2feat: setting default go version to 1.25 (#6)d68e1dcRefactor adding comments for doc and english only (#5)d0e6a95feat: implement test ci (#4)72eb5f2feat: add support for nested lists in markdown to blocks conversion (#3)Updates
golang.ngrok.com/ngrok/v2from 2.1.1 to 2.1.2Release notes
Sourced from golang.ngrok.com/ngrok/v2's releases.
Commits
89f78c8Merge pull request #237 from ngrok/bmps/session-id914f216feat: expose the agent session IDf7805c5Merge pull request #236 from ngrok/bmps/go-fixf14dfddchore: run go fix845f770add support for endpoint name (#234)8702ab9Reworkintegration_tests.MakeHTTPRequestfunction (#232)2296322Extract and unify test certificate creation (#233)04b0af1Reworkintegration_tests.SetupListenerfunction (#230)f3ca474Automatically disconnect agent during integration test cleanup (#228)f1eb6f9Introduce internal/testcontext package (#227)Updates
golang.org/x/netfrom 0.50.0 to 0.52.0Commits
316e20cgo.mod: update golang.org/x dependencies9767a42internal/http3: add support for plugging into net/http4a81284http2: update docs to disrecommend this packagedec6603dns/dnsmessage: reject too large of names early during unpack8afa12fhttp2: deprecate write schedulers38019a2http2: add missing copyright header to export_test.go039b87finternal/http3: return error when Write is used after status 304 is set6267c6cinternal/http3: add HTTP 103 Early Hints support to ClientConn591bdf3internal/http3: add HTTP 103 Early Hints support to Server1faa6d8internal/http3: avoid potential race when aborting RoundTripUpdates
golang.org/x/syncfrom 0.19.0 to 0.20.0Commits
ec11c4aerrgroup: fix a typo in the documentation1a58307all: modernize interface{} -> any3172ca5all: upgrade go directive to at least 1.25.0 [generated]Updates
golang.org/x/timefrom 0.14.0 to 0.15.0Commits
812b343all: upgrade go directive to at least 1.25.0 [generated]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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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