Skip to content

Commit 057dd99

Browse files
authored
Merge pull request #27 from StacklokLabs/dependabot/go_modules/github.com/mark3labs/mcp-go-0.25.0
Bump github.com/mark3labs/mcp-go from 0.23.1 to 0.25.0
2 parents 530e77f + 0e5932b commit 057dd99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ module github.com/StacklokLabs/mkp
33
go 1.24.2
44

55
require (
6-
github.com/mark3labs/mcp-go v0.23.1
6+
github.com/mark3labs/mcp-go v0.25.0
77
github.com/stretchr/testify v1.10.0
8+
k8s.io/api v0.32.4
89
k8s.io/apimachinery v0.32.4
910
k8s.io/client-go v0.32.4
1011
)
@@ -45,7 +46,6 @@ require (
4546
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
4647
gopkg.in/inf.v0 v0.9.1 // indirect
4748
gopkg.in/yaml.v3 v3.0.1 // indirect
48-
k8s.io/api v0.32.4 // indirect
4949
k8s.io/klog/v2 v2.130.1 // indirect
5050
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
5151
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
5252
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
5353
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
5454
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
55-
github.com/mark3labs/mcp-go v0.23.1 h1:RzTzZ5kJ+HxwnutKA4rll8N/pKV6Wh5dhCmiJUu5S9I=
56-
github.com/mark3labs/mcp-go v0.23.1/go.mod h1:rXqOudj/djTORU/ThxYx8fqEVj/5pvTuuebQ2RC7uk4=
55+
github.com/mark3labs/mcp-go v0.25.0 h1:UUpcMT3L5hIhuDy7aifj4Bphw4Pfx1Rf8mzMXDe8RQw=
56+
github.com/mark3labs/mcp-go v0.25.0/go.mod h1:rXqOudj/djTORU/ThxYx8fqEVj/5pvTuuebQ2RC7uk4=
5757
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
5858
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
5959
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=

0 commit comments

Comments
 (0)