Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion e2e-tests/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
4 changes: 2 additions & 2 deletions e2e-tests/tools/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
Loading