File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
third-party/github.com/google/go-github/v73/github Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/github/github-mcp-server
3
3
go 1.23.7
4
4
5
5
require (
6
- github.com/google/go-github/v72 v72 .0.0
6
+ github.com/google/go-github/v73 v73 .0.0
7
7
github.com/josephburnett/jd v1.9.2
8
8
github.com/mark3labs/mcp-go v0.32.0
9
9
github.com/migueleliasweb/go-github-mock v1.3.0
@@ -16,7 +16,6 @@ require (
16
16
require (
17
17
github.com/go-openapi/jsonpointer v0.19.5 // indirect
18
18
github.com/go-openapi/swag v0.21.1 // indirect
19
- github.com/google/go-github/v73 v73.0.0 // indirect
20
19
github.com/josharian/intern v1.0.0 // indirect
21
20
github.com/mailru/easyjson v0.7.7 // indirect
22
21
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
20
20
github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
21
21
github.com/google/go-github/v71 v71.0.0 h1:Zi16OymGKZZMm8ZliffVVJ/Q9YZreDKONCr+WUd0Z30 =
22
22
github.com/google/go-github/v71 v71.0.0 /go.mod h1:URZXObp2BLlMjwu0O8g4y6VBneUj2bCHgnI8FfgZ51M =
23
- github.com/google/go-github/v72 v72.0.0 h1:FcIO37BLoVPBO9igQQ6tStsv2asG4IPcYFi655PPvBM =
24
- github.com/google/go-github/v72 v72.0.0 /go.mod h1:WWtw8GMRiL62mvIquf1kO3onRHeWWKmK01qdCY8c5fg =
25
23
github.com/google/go-github/v73 v73.0.0 h1:aR+Utnh+Y4mMkS+2qLQwcQ/cF9mOTpdwnzlaw//rG24 =
26
24
github.com/google/go-github/v73 v73.0.0 /go.mod h1:fa6w8+/V+edSU0muqdhCVY7Beh1M8F1IlQPZIANKIYw =
27
25
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
File renamed without changes.
You can’t perform that action at this time.
0 commit comments