File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module github.com/github/github-mcp-server
33go 1.24.0
44
55require (
6+ github.com/google/go-github/v76 v76.0.0
67 github.com/google/go-github/v77 v77.0.0
78 github.com/josephburnett/jd v1.9.2
89 github.com/mark3labs/mcp-go v0.36.0
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
2626github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
2727github.com/google/go-github/v71 v71.0.0 h1:Zi16OymGKZZMm8ZliffVVJ/Q9YZreDKONCr+WUd0Z30 =
2828github.com/google/go-github/v71 v71.0.0 /go.mod h1:URZXObp2BLlMjwu0O8g4y6VBneUj2bCHgnI8FfgZ51M =
29+ github.com/google/go-github/v76 v76.0.0 h1:MCa9VQn+VG5GG7Y7BAkBvSRUN3o+QpaEOuZwFPJmdFA =
30+ github.com/google/go-github/v76 v76.0.0 /go.mod h1:38+d/8pYDO4fBLYfBhXF5EKO0wA3UkXBjfmQapFsNCQ =
2931github.com/google/go-github/v77 v77.0.0 h1:9DsKKbZqil5y/4Z9mNpZDQnpli6PJbqipSuuNdcbjwI =
3032github.com/google/go-github/v77 v77.0.0 /go.mod h1:c8VmGXRUmaZUqbctUcGEDWYnMrtzZfJhDSylEf1wfmA =
3133github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
Original file line number Diff line number Diff line change 88
99 ghErrors "github.com/github/github-mcp-server/pkg/errors"
1010 "github.com/github/github-mcp-server/pkg/translations"
11- "github.com/google/go-github/v76 /github"
11+ "github.com/google/go-github/v77 /github"
1212 "github.com/mark3labs/mcp-go/mcp"
1313 "github.com/mark3labs/mcp-go/server"
1414)
You can’t perform that action at this time.
0 commit comments