diff options
author | earl-warren <earl-warren@noreply.code.forgejo.org> | 2024-12-09 12:40:21 +0100 |
---|---|---|
committer | earl-warren <earl-warren@noreply.code.forgejo.org> | 2024-12-09 12:40:21 +0100 |
commit | 3fb46c76fbb13fb773c1211d8015c7072f271de1 (patch) | |
tree | 3dc9c31fdcfcf16bcd22a126ceedd86fee38f010 | |
parent | Merge pull request 'Update github.com/timshannon/bolthold digest to 30aac69' ... (diff) | |
parent | Update module github.com/docker/docker to v25.0.7+incompatible (diff) | |
download | forgejo-act-3fb46c76fbb13fb773c1211d8015c7072f271de1.tar.xz forgejo-act-3fb46c76fbb13fb773c1211d8015c7072f271de1.zip |
Merge pull request 'Update module github.com/docker/docker to v25.0.7+incompatible' (#76) from renovate/github.com-docker-docker-25.x into main
Reviewed-on: https://code.forgejo.org/forgejo/act/pulls/76
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -11,7 +11,7 @@ require ( github.com/creack/pty v1.1.21 github.com/docker/cli v25.0.3+incompatible github.com/docker/distribution v2.8.3+incompatible - github.com/docker/docker v25.0.6+incompatible + github.com/docker/docker v25.0.7+incompatible github.com/docker/go-connections v0.5.0 github.com/go-git/go-billy/v5 v5.5.0 github.com/go-git/go-git/v5 v5.11.0 @@ -50,8 +50,8 @@ github.com/docker/cli v25.0.3+incompatible h1:KLeNs7zws74oFuVhgZQ5ONGZiXUUdgsdy6 github.com/docker/cli v25.0.3+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk= github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= -github.com/docker/docker v25.0.6+incompatible h1:5cPwbwriIcsua2REJe8HqQV+6WlWc1byg2QSXzBxBGg= -github.com/docker/docker v25.0.6+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v25.0.7+incompatible h1:PQhcun5/OF7p0mZlDu3ud9APyyJi01R6/7hrBymWhhQ= +github.com/docker/docker v25.0.7+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= |