diff options
author | Renovate Bot <bot@kriese.eu> | 2024-12-09 11:03:01 +0100 |
---|---|---|
committer | Renovate Bot <bot@kriese.eu> | 2024-12-09 11:03:01 +0100 |
commit | 8b4ac6baa173381381a331f5044a8d42827d4d2d (patch) | |
tree | 3dc9c31fdcfcf16bcd22a126ceedd86fee38f010 | |
parent | Merge pull request 'Update github.com/timshannon/bolthold digest to 30aac69' ... (diff) | |
download | forgejo-act-8b4ac6baa173381381a331f5044a8d42827d4d2d.tar.xz forgejo-act-8b4ac6baa173381381a331f5044a8d42827d4d2d.zip |
Update module github.com/docker/docker to v25.0.7+incompatible
-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= |