Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3b6fd86

Browse files
chore(deps): bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 28.0.4+incompatible to 28.1.1+incompatible.- [Release notes](https://github.com/docker/docker/releases)- [Commits](moby/moby@v28.0.4...v28.1.1)---updated-dependencies:- dependency-name: github.com/docker/docker dependency-version: 28.1.1+incompatible dependency-type: direct:production update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
1 parent9fa582d commit3b6fd86

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

‎go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/github/github-mcp-server
33
go1.23.7
44

55
require (
6-
github.com/docker/dockerv28.0.4+incompatible
6+
github.com/docker/dockerv28.1.1+incompatible
77
github.com/google/go-cmpv0.7.0
88
github.com/google/go-github/v69v69.2.0
99
github.com/mark3labs/mcp-gov0.20.1
@@ -33,6 +33,7 @@ require (
3333
github.com/gorilla/muxv1.8.0// indirect
3434
github.com/inconshreveable/mousetrapv1.1.0// indirect
3535
github.com/moby/docker-image-specv1.3.1// indirect
36+
github.com/moby/sys/atomicwriterv0.1.0// indirect
3637
github.com/moby/termv0.5.0// indirect
3738
github.com/morikuni/aecv1.0.0// indirect
3839
github.com/opencontainers/go-digestv1.0.0// indirect

‎go.sum

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
1313
github.com/davecgh/go-spewv1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1414
github.com/distribution/referencev0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
1515
github.com/distribution/referencev0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
16-
github.com/docker/dockerv28.0.4+incompatible h1:JNNkBctYKurkw6FrHfKqY0nKIDf5nrbxjVBtS+cdcok=
17-
github.com/docker/dockerv28.0.4+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
16+
github.com/docker/dockerv28.1.1+incompatible h1:49M11BFLsVO1gxY9UX9p/zwkE/rswggs8AdFmXQw51I=
17+
github.com/docker/dockerv28.1.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
1818
github.com/docker/go-connectionsv0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
1919
github.com/docker/go-connectionsv0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
2020
github.com/docker/go-unitsv0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=
@@ -63,6 +63,10 @@ github.com/migueleliasweb/go-github-mock v1.1.0 h1:GKaOBPsrPGkAKgtfuWY8MclS1xR6M
6363
github.com/migueleliasweb/go-github-mockv1.1.0/go.mod h1:pYe/XlGs4BGMfRY4vmeixVsODHnVDDhJ9zoi0qzSMHc=
6464
github.com/moby/docker-image-specv1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=
6565
github.com/moby/docker-image-specv1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
66+
github.com/moby/sys/atomicwriterv0.1.0 h1:kw5D/EqkBwsBFi0ss9v1VG3wIkVhzGvLklJ+w3A14Sw=
67+
github.com/moby/sys/atomicwriterv0.1.0/go.mod h1:Ul8oqv2ZMNHOceF643P6FKPXeCmYtlQMvpizfsSoaWs=
68+
github.com/moby/sys/sequentialv0.6.0 h1:qrx7XFUd/5DxtqcoH1h438hF5TmOvzC/lspjy7zgvCU=
69+
github.com/moby/sys/sequentialv0.6.0/go.mod h1:uyv8EUTrca5PnDsdMGXhZe6CCe8U/UiTWd+lL+7b/Ko=
6670
github.com/moby/termv0.5.0 h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0=
6771
github.com/moby/termv0.5.0/go.mod h1:8FzsFHVUBGZdbDsJw/ot+X+d5HLUbvklYLJ9uGfcI3Y=
6872
github.com/morikuni/aecv1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp