File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.7
55require (
66 github.com/google/go-github/v72 v72.0.0
77 github.com/josephburnett/jd v1.9.2
8- github.com/mark3labs/mcp-go v0.31 .0
8+ github.com/mark3labs/mcp-go v0.32 .0
99 github.com/migueleliasweb/go-github-mock v1.3.0
1010 github.com/sirupsen/logrus v1.9.3
1111 github.com/spf13/cobra v1.9.1
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN
4747github.com/mailru/easyjson v0.7.6 /go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc =
4848github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0 =
4949github.com/mailru/easyjson v0.7.7 /go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc =
50- github.com/mark3labs/mcp-go v0.31 .0 h1:4UxSV8aM770OPmTvaVe/b1rA2oZAjBMhGBfUgOGut+4 =
51- github.com/mark3labs/mcp-go v0.31 .0 /go.mod h1:rXqOudj/djTORU/ThxYx8fqEVj/5pvTuuebQ2RC7uk4 =
50+ github.com/mark3labs/mcp-go v0.32 .0 h1:fgwmbfL2gbd67obg57OfV2Dnrhs1HtSdlY/i5fn7MU8 =
51+ github.com/mark3labs/mcp-go v0.32 .0 /go.mod h1:rXqOudj/djTORU/ThxYx8fqEVj/5pvTuuebQ2RC7uk4 =
5252github.com/migueleliasweb/go-github-mock v1.3.0 h1:2sVP9JEMB2ubQw1IKto3/fzF51oFC6eVWOOFDgQoq88 =
5353github.com/migueleliasweb/go-github-mock v1.3.0 /go.mod h1:ipQhV8fTcj/G6m7BKzin08GaJ/3B5/SonRAkgrk0zCY =
5454github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e /go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno =
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Some packages may only be included on certain architectures or operating systems
2020 - [ github.com/josephburnett/jd/v2] ( https://pkg.go.dev/github.com/josephburnett/jd/v2 ) ([ MIT] ( https://github.com/josephburnett/jd/blob/v1.9.2/LICENSE ) )
2121 - [ github.com/josharian/intern] ( https://pkg.go.dev/github.com/josharian/intern ) ([ MIT] ( https://github.com/josharian/intern/blob/v1.0.0/license.md ) )
2222 - [ github.com/mailru/easyjson] ( https://pkg.go.dev/github.com/mailru/easyjson ) ([ MIT] ( https://github.com/mailru/easyjson/blob/v0.7.7/LICENSE ) )
23- - [ github.com/mark3labs/mcp-go] ( https://pkg.go.dev/github.com/mark3labs/mcp-go ) ([ MIT] ( https://github.com/mark3labs/mcp-go/blob/v0.31 .0/LICENSE ) )
23+ - [ github.com/mark3labs/mcp-go] ( https://pkg.go.dev/github.com/mark3labs/mcp-go ) ([ MIT] ( https://github.com/mark3labs/mcp-go/blob/v0.32 .0/LICENSE ) )
2424 - [ github.com/migueleliasweb/go-github-mock/src/mock] ( https://pkg.go.dev/github.com/migueleliasweb/go-github-mock/src/mock ) ([ MIT] ( https://github.com/migueleliasweb/go-github-mock/blob/v1.3.0/LICENSE ) )
2525 - [ github.com/pelletier/go-toml/v2] ( https://pkg.go.dev/github.com/pelletier/go-toml/v2 ) ([ MIT] ( https://github.com/pelletier/go-toml/blob/v2.2.3/LICENSE ) )
2626 - [ github.com/sagikazarmark/locafero] ( https://pkg.go.dev/github.com/sagikazarmark/locafero ) ([ MIT] ( https://github.com/sagikazarmark/locafero/blob/v0.9.0/LICENSE ) )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Some packages may only be included on certain architectures or operating systems
2020 - [ github.com/josephburnett/jd/v2] ( https://pkg.go.dev/github.com/josephburnett/jd/v2 ) ([ MIT] ( https://github.com/josephburnett/jd/blob/v1.9.2/LICENSE ) )
2121 - [ github.com/josharian/intern] ( https://pkg.go.dev/github.com/josharian/intern ) ([ MIT] ( https://github.com/josharian/intern/blob/v1.0.0/license.md ) )
2222 - [ github.com/mailru/easyjson] ( https://pkg.go.dev/github.com/mailru/easyjson ) ([ MIT] ( https://github.com/mailru/easyjson/blob/v0.7.7/LICENSE ) )
23- - [ github.com/mark3labs/mcp-go] ( https://pkg.go.dev/github.com/mark3labs/mcp-go ) ([ MIT] ( https://github.com/mark3labs/mcp-go/blob/v0.31 .0/LICENSE ) )
23+ - [ github.com/mark3labs/mcp-go] ( https://pkg.go.dev/github.com/mark3labs/mcp-go ) ([ MIT] ( https://github.com/mark3labs/mcp-go/blob/v0.32 .0/LICENSE ) )
2424 - [ github.com/migueleliasweb/go-github-mock/src/mock] ( https://pkg.go.dev/github.com/migueleliasweb/go-github-mock/src/mock ) ([ MIT] ( https://github.com/migueleliasweb/go-github-mock/blob/v1.3.0/LICENSE ) )
2525 - [ github.com/pelletier/go-toml/v2] ( https://pkg.go.dev/github.com/pelletier/go-toml/v2 ) ([ MIT] ( https://github.com/pelletier/go-toml/blob/v2.2.3/LICENSE ) )
2626 - [ github.com/sagikazarmark/locafero] ( https://pkg.go.dev/github.com/sagikazarmark/locafero ) ([ MIT] ( https://github.com/sagikazarmark/locafero/blob/v0.9.0/LICENSE ) )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Some packages may only be included on certain architectures or operating systems
2121 - [ github.com/josephburnett/jd/v2] ( https://pkg.go.dev/github.com/josephburnett/jd/v2 ) ([ MIT] ( https://github.com/josephburnett/jd/blob/v1.9.2/LICENSE ) )
2222 - [ github.com/josharian/intern] ( https://pkg.go.dev/github.com/josharian/intern ) ([ MIT] ( https://github.com/josharian/intern/blob/v1.0.0/license.md ) )
2323 - [ github.com/mailru/easyjson] ( https://pkg.go.dev/github.com/mailru/easyjson ) ([ MIT] ( https://github.com/mailru/easyjson/blob/v0.7.7/LICENSE ) )
24- - [ github.com/mark3labs/mcp-go] ( https://pkg.go.dev/github.com/mark3labs/mcp-go ) ([ MIT] ( https://github.com/mark3labs/mcp-go/blob/v0.31 .0/LICENSE ) )
24+ - [ github.com/mark3labs/mcp-go] ( https://pkg.go.dev/github.com/mark3labs/mcp-go ) ([ MIT] ( https://github.com/mark3labs/mcp-go/blob/v0.32 .0/LICENSE ) )
2525 - [ github.com/migueleliasweb/go-github-mock/src/mock] ( https://pkg.go.dev/github.com/migueleliasweb/go-github-mock/src/mock ) ([ MIT] ( https://github.com/migueleliasweb/go-github-mock/blob/v1.3.0/LICENSE ) )
2626 - [ github.com/pelletier/go-toml/v2] ( https://pkg.go.dev/github.com/pelletier/go-toml/v2 ) ([ MIT] ( https://github.com/pelletier/go-toml/blob/v2.2.3/LICENSE ) )
2727 - [ github.com/sagikazarmark/locafero] ( https://pkg.go.dev/github.com/sagikazarmark/locafero ) ([ MIT] ( https://github.com/sagikazarmark/locafero/blob/v0.9.0/LICENSE ) )
You can’t perform that action at this time.
0 commit comments