From 31965ec6a80b1da4f17a11ec31f12b79649184a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 14:47:52 +0000 Subject: [PATCH] chore(deps): bump github.com/mcpchecker/mcpchecker in /e2e-tests/tools Bumps [github.com/mcpchecker/mcpchecker](https://github.com/mcpchecker/mcpchecker) from 0.0.17 to 0.0.18. - [Release notes](https://github.com/mcpchecker/mcpchecker/releases) - [Changelog](https://github.com/mcpchecker/mcpchecker/blob/main/CHANGELOG.md) - [Commits](https://github.com/mcpchecker/mcpchecker/compare/v0.0.17...v0.0.18) --- updated-dependencies: - dependency-name: github.com/mcpchecker/mcpchecker dependency-version: 0.0.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- e2e-tests/tools/go.mod | 2 +- e2e-tests/tools/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e-tests/tools/go.mod b/e2e-tests/tools/go.mod index 30be9ea..0ba6590 100644 --- a/e2e-tests/tools/go.mod +++ b/e2e-tests/tools/go.mod @@ -4,7 +4,7 @@ go 1.26.2 require ( github.com/fullstorydev/grpcurl v1.9.3 - github.com/mcpchecker/mcpchecker v0.0.17 + github.com/mcpchecker/mcpchecker v0.0.18 github.com/rhysd/actionlint v1.7.12 ) diff --git a/e2e-tests/tools/go.sum b/e2e-tests/tools/go.sum index 72b949a..52af164 100644 --- a/e2e-tests/tools/go.sum +++ b/e2e-tests/tools/go.sum @@ -306,8 +306,8 @@ github.com/mattn/go-runewidth v0.0.21 h1:jJKAZiQH+2mIinzCJIaIG9Be1+0NR+5sz/lYEEj github.com/mattn/go-runewidth v0.0.21/go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs= github.com/mattn/go-shellwords v1.0.12 h1:M2zGm7EW6UQJvDeQxo4T51eKPurbeFbe8WtebGE2xrk= github.com/mattn/go-shellwords v1.0.12/go.mod h1:EZzvwXDESEeg03EKmM+RmDnNOPKG4lLtQsUlTZDWQ8Y= -github.com/mcpchecker/mcpchecker v0.0.17 h1:GcSMM/yIMUlwUgekrnAuB4okbPZPgqSZ4NaOrVPktug= -github.com/mcpchecker/mcpchecker v0.0.17/go.mod h1:le0JjoFiQXEJnIKIWsmwu+nycKyRbTnMFh+RB9li6A0= +github.com/mcpchecker/mcpchecker v0.0.18 h1:RcXylr/6EHM+UUwSIpNhzRg0Tjl+NIOyNtQDgXUWejA= +github.com/mcpchecker/mcpchecker v0.0.18/go.mod h1:le0JjoFiQXEJnIKIWsmwu+nycKyRbTnMFh+RB9li6A0= github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=