From 059ed2d9eabd73c04b56b595f3636822d2f83d5b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 26 May 2025 05:09:11 +0000 Subject: [PATCH] Update module github.com/docker/docker to v25.0.10+incompatible (#574) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/docker/docker](https://github.com/docker/docker) | require | patch | `v25.0.8+incompatible` -> `v25.0.10+incompatible` | --- ### Release Notes
docker/docker (github.com/docker/docker) ### [`v25.0.10+incompatible`](https://github.com/docker/docker/compare/v25.0.9...v25.0.10) [Compare Source](https://github.com/docker/docker/compare/v25.0.9...v25.0.10) ### [`v25.0.9+incompatible`](https://github.com/docker/docker/compare/v25.0.8...v25.0.9) [Compare Source](https://github.com/docker/docker/compare/v25.0.8...v25.0.9)
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/574 Reviewed-by: Michael Kriese Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b916bbc..072597d 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( code.gitea.io/gitea-vet v0.2.3 connectrpc.com/connect v1.18.1 github.com/avast/retry-go/v4 v4.6.1 - github.com/docker/docker v25.0.8+incompatible + github.com/docker/docker v25.0.10+incompatible github.com/google/uuid v1.6.0 github.com/joho/godotenv v1.5.1 github.com/mattn/go-isatty v0.0.20 diff --git a/go.sum b/go.sum index 5c235fb..a46a5ee 100644 --- a/go.sum +++ b/go.sum @@ -47,8 +47,8 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E= github.com/docker/cli v25.0.7+incompatible h1:scW/AbGafKmANsonsFckFHTwpz2QypoPA/zpoLnDs/E= github.com/docker/cli v25.0.7+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= -github.com/docker/docker v25.0.8+incompatible h1:FSKbeS2aCyKqNymmbPnq6qM8EQkxOpLK7gth1cpy4g4= -github.com/docker/docker v25.0.8+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v25.0.10+incompatible h1:8vL8YyJ8zOnuKYvu7Yuqw5ksI5epv585Quzn/5SWToI= +github.com/docker/docker v25.0.10+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker-credential-helpers v0.8.0 h1:YQFtbBQb4VrpoPxhFuzEBPQ9E16qz5SpHLS+uswaCp8= github.com/docker/docker-credential-helpers v0.8.0/go.mod h1:UGFXcuoQ5TxPiB54nHOZ32AWRqQdECoh/Mg0AlEYb40= github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=