diff options
author | Renovate Bot <bot@kriese.eu> | 2024-12-07 01:01:14 +0100 |
---|---|---|
committer | Renovate Bot <bot@kriese.eu> | 2024-12-07 01:01:14 +0100 |
commit | 79f6adc4d2d4105651cc0945fbaca4bc2993a7d5 (patch) | |
tree | f3c0b681e428b92d3afc91da8c737beb39f6f636 /go.mod | |
parent | Merge pull request 'ci: use new ci image' (#361) from ci/use-ci-image into main (diff) | |
download | forgejo-runner-79f6adc4d2d4105651cc0945fbaca4bc2993a7d5.tar.xz forgejo-runner-79f6adc4d2d4105651cc0945fbaca4bc2993a7d5.zip |
Update module github.com/docker/docker to v25.0.7+incompatible
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require ( code.gitea.io/gitea-vet v0.2.3 connectrpc.com/connect v1.17.0 github.com/avast/retry-go/v4 v4.6.0 - github.com/docker/docker v25.0.6+incompatible + github.com/docker/docker v25.0.7+incompatible github.com/google/uuid v1.6.0 github.com/joho/godotenv v1.5.1 github.com/mattn/go-isatty v0.0.20 |